Script to Download and Install MSP360 Backup Agent

Greetings,

I have a PowerShell script provided by MSP360 (MSP360 backup software | MSP360) that downloads and installs our branded version of the backup agent. Can you please create a script to run from within Endpoint Manager?

The download URL contains a parameter specific to our branded download. I will DM the full URL with the parameter when requested.

powershell -ExecutionPolicy Bypass -command “& {[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex (New-Object System.Net.WebClient).DownloadString(‘https://git.io/JUSAA’); Install-MSP360Module; Install-MBSAgent -URL ‘https://console.msp360.com/api/build/download?urlParams=xxxxxx’ -Force}”

Thanks!
Matt

Hi @NTELogic ,

Unfortunately, we missed the script request. We are extremely sorry for this. Do you still need a script?

Kind Regards,
PremJK