test for correct values from RMM
This commit is contained in:
@@ -5,6 +5,10 @@ param(
|
|||||||
[string]$ClientLongName = "",
|
[string]$ClientLongName = "",
|
||||||
[string]$ClientNotificationEmail = ""
|
[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 to download the branded WholesaleBackup installer
|
||||||
$URL = "http://downloads.backupops.com/4Windows/${MSPName}Backup_installer.exe"
|
$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 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
|
LogMsg $Arguments
|
||||||
Reference in New Issue
Block a user