test for correct values from RMM

This commit is contained in:
2020-11-17 12:01:13 -05:00
parent bbb6775f3d
commit 47f3845e2f
+5 -1
View File
@@ -5,6 +5,10 @@ param(
[string]$ClientLongName = "",
[string]$ClientNotificationEmail = ""
)
#. 'C:\Users\dyoder\Emberkom\Data\Projects\development\management-scripts\Tools.ps1'
#$ClientShortName = "EK"
#$ClientLongName = "Emberkom"
#$ClientNotificationEmail = "notification@emberkom.com"
## URL to download the branded WholesaleBackup installer
$URL = "http://downloads.backupops.com/4Windows/${MSPName}Backup_installer.exe"
@@ -15,4 +19,4 @@ $Arguments = "/SP- /VERYSILENT /NORESTART /WPUSH /WACCOUNT ""${ClientShortName}_
## Install Emberkom Backup
#Install-Program -Path $(Download-File -URL $URL) -Arguments $Arguments -Delete
Write-Host $Arguments
LogMsg $Arguments