How to Silently Install Action1 or ScreenConnect RMM via Powershell ( Useful for Azure Agent Commands )

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
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...