0 0

Take Control met Proxy

Edit Workstation > Disable Remote Access & Remote Background Run "C:\Program Files (x86)\Take Control Agent\Uninstall.exe"
rd /q/s "C:\Program Files (x86)\Take Control Agent"
rd /q/s "C:\Program Files (x86)\Take Control Agent_<#INSTANCE_NAME#>"
rd /q/s "C:\ProgramData\GetSupportService_LOGICNow"
rd /q/s "C:\ProgramData\GetSupportService_LOGICNow_<#INSTANCE_NAME#>"
Edit Workstation > Enable Remote Access & Remote Background

https://swi-rc.cdn-sw.net/logicnow/Updates/7.00.21/TakeControlAgentInstall-7.00.21-20201216-B.exe

Download and Install
$ProgressPreference = "SilentlyContinue"
Invoke-WebRequest -Uri http://swi-rc.cdn-sw.net/logicnow/Updates/7.00.30/TakeControlAgentInstall-7.00.30-20211213.exe -Proxy http://proxy.ezorg.nl:8080 -ProxyUseDefaultCredentials -OutFile C:\TakeControlAgentInstall-7-00-30-20211213.exe -UseBasicParsing
Start-Process -NoNewWindow -FilePath "C:\TakeControlAgentInstall-7-00-30-20211213.exe" -ArgumentList '/S /MSPID 7cc9f11fc13d1aad925c5b0ae924e781 /proxy proxy.ezorg.nl /proxyport 8080' -Wait
Install local version:
Start-Process -NoNewWindow -FilePath "C:\Program Files (x86)\Advanced Monitoring Agent\featureres\MSP_Connect.exe" -ArgumentList '/S /MSPID 7cc9f11fc13d1aad925c5b0ae924e781 /proxy proxy.ezorg.nl /proxyport 8080' -Wait
Download and install without proxy:
$ProgressPreference = "SilentlyContinue"
Invoke-WebRequest -Uri https://sector.nl/software/MSP_Connect.exe -OutFile C:\Users\Public\Downloads\MSP_Connect.exe -UseBasicParsing
Start-Process -NoNewWindow -FilePath "C:\Users\Public\Downloads\MSP_Connect.exe" -ArgumentList '/S /MSPID 7cc9f11fc13d1aad925c5b0ae924e781' -Wait