curl -o "action1.msi" "https://app.action1.com/agent/xxxxxxxxxxx/Windows/agent(My_Organization).msi"
msiexec.exe /I action1.msi /qn
curl -o "labtech.zip" "https://pams.pahosted.com.au/LabTech/Deployment.aspx?InstallerToken=xxxxxxx"
Expand-Archive -Path "labtech.zip" -DestinationPath LB
CD .\LB\
msiexec /i "Agent_Install.msi" TRANSFORMS="Agent_Install.mst" /qn