major update to backup agent installation
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://git.io/JUSAA')+'Install-MSP360Module')
|
||||
LogMsg "Downloading and installing MSP360 Powershell module if not already installed"
|
||||
Try { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://git.io/JUSAA'); Install-MSP360Module }
|
||||
Catch { LogErr $_.Exception.Message }
|
||||
Reference in New Issue
Block a user