Benutzer-Werkzeuge

Webseiten-Werkzeuge


teamviewer.host
edvc-teamviewer-host.cmd
@"%SystemRoot%\System32\taskkill.exe" /im teamv* /f
@"%ProgramFiles(x86)%\TeamViewer\uninstall.exe" /S
@"%SystemRoot%\System32\taskkill.exe" /im mshta.exe /f
@"%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
edvc-teamviewer-host.ps1
$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
edvc-teamviewer-qs.ps1
$url1="https://customdesign.teamviewer.com/download/version_15x/h3yh7zm_windows/TeamViewerQS.exe"
$outpath1 = $PUBLIC + "desktop\TeamviewerQS.exe"
 
$wc = New-Object System.Net.WebClient
$wc.DownloadFile($url1, $outpath1)
teamviewer.host.txt · Zuletzt geändert: (Externe Bearbeitung)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki