From 47f3845e2fc1c0ef483adaba04e09a9de8f0b845 Mon Sep 17 00:00:00 2001 From: dyoder Date: Tue, 17 Nov 2020 12:01:13 -0500 Subject: [PATCH] test for correct values from RMM --- Install-EmberkomBackup.ps1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Install-EmberkomBackup.ps1 b/Install-EmberkomBackup.ps1 index 811db6a..191f2ac 100644 --- a/Install-EmberkomBackup.ps1 +++ b/Install-EmberkomBackup.ps1 @@ -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 \ No newline at end of file +LogMsg $Arguments \ No newline at end of file