Skip to content

Instantly share code, notes, and snippets.

View LBegnaud's full-sized avatar

LBegnaud LBegnaud

View GitHub Profile
@LBegnaud
LBegnaud / Agent_Install.bat
Created November 9, 2018 23:24
Scripts to install ConnectWise Automate (LabTech) to be used within VM templates
REM Downlaod the installer
powershell.exe -command $([Net.ServicePointManager]::SecurityProtocol = 'tls12, tls11, tls' ; Invoke-WebRequest -UseBasicParsing -Uri https://<fqdn_Of_CWA_Server>/Labtech/Deployment.aspx -OutFile c:\Agent_Install.exe)
REM Start silent install
start c:\agent_install.exe /s
REM just to add a bit of a delay
ping <fqdn_Of_CWA_Server>
REM Delete this file