This commit is contained in:
2020-11-13 09:32:19 -05:00
parent a9a542ec2c
commit bbb6775f3d
2 changed files with 7 additions and 7 deletions
+3 -1
View File
@@ -13,4 +13,6 @@ $URL = "http://downloads.backupops.com/4Windows/${MSPName}Backup_installer.exe"
$Arguments = "/SP- /VERYSILENT /NORESTART /WPUSH /WACCOUNT ""${ClientShortName}_${Env:COMPUTERNAME}"" /WORG ""${ClientLongName}"" /WEMAIL ""${ClientNotificationEmail}"""
## Install Emberkom Backup
Install-Program -Path $(Download-File -URL $URL) -Arguments "${Arguments}" -Delete
#Install-Program -Path $(Download-File -URL $URL) -Arguments $Arguments -Delete
Write-Host $Arguments