use traditional install method instead of MSP360 module cmdlet
This commit is contained in:
@@ -21,7 +21,8 @@ Import-Module -Name MSP360
|
|||||||
|
|
||||||
## Install the agent
|
## Install the agent
|
||||||
LogMsg "Installing Emberkom Cloud Backup agent"
|
LogMsg "Installing Emberkom Cloud Backup agent"
|
||||||
Try { Install-MBSAgent -URL $URL -Force }
|
$INSTALLER = Download-File -URL $URL
|
||||||
|
Try { Start-Process $INSTALLER -ArgumentList "/S" -Wait }
|
||||||
Catch { LogErr $_.Exception.Message }
|
Catch { LogErr $_.Exception.Message }
|
||||||
|
|
||||||
## Set the agent edition
|
## Set the agent edition
|
||||||
|
|||||||
Reference in New Issue
Block a user