teamviewer.host
Dies ist eine alte Version des Dokuments!
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('http://cfg.krainz-edv.at/lib/exe/fetch.php?media=files:edvc-teamviewer-host.ps1'))"
msiexec.exe /i TeamViewer_Host.msi /qn CUSTOMCONFIGID=pefjj68 APITOKEN=6654401-WUifeCKGCrriv7vKuG26 IMPORTREGFILE="TeamViewer_Settings.reg" ASSIGNMENTOPTIONS="--grant-easy-access --group _kunden
$url1="http://cfg.krainz-edv.at/lib/exe/fetch.php?media=files:teamviewer_host.msi" $url2="http://cfg.krainz-edv.at/lib/exe/fetch.php?media=files:teamviewer_settings.reg" $outpath1 = $ENV:TEMP + "\teamviewer_host.msi" $outpath2 = $ENV:TEMP + "\teamviewer_settings.reg" $tv_group = "_kunden" $tv_customconfigid = "pefjj68" $tv_apitoken = "6654401-WUifeCKGCrriv7vKuG26" $wc = New-Object System.Net.WebClient $wc.DownloadFile($url1, $outpath1) $wc.DownloadFile($url2, $outpath2) Start-Process "msiexec.exe" -ArgumentList "/i","$outpath1","/qn","CUSTOMCONFIGID=$tv_customconfigid","APITOKEN=$tv_apitoken","IMPORTREGFILE=$outpath2","ASSIGNMENTOPTIONS=`" --grant-easy-access --group $tv_group`"" -Wait -NoNewWindow
teamviewer.host.1580532809.txt.gz · Zuletzt geändert: (Externe Bearbeitung)
