From 32b7b49dcd819cd772372cc18f9fa9bac4257312 Mon Sep 17 00:00:00 2001 From: dyoder Date: Tue, 17 Nov 2020 12:47:41 -0500 Subject: [PATCH] i give up --- Install-EmberkomBackup.ps1 | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/Install-EmberkomBackup.ps1 b/Install-EmberkomBackup.ps1 index 88c466e..68f37a2 100644 --- a/Install-EmberkomBackup.ps1 +++ b/Install-EmberkomBackup.ps1 @@ -1,18 +1,3 @@ -## Inputs are RMM defined variables -## If your RMM does not define these variables, you'll need to specify them as default values -param( - [string]$ClientShort = "", - [string]$ClientLong = "", - [string]$NotificationEmail = "" -) - -## URL to download the branded WholesaleBackup installer -$URL = "http://downloads.backupops.com/4Windows/${MSPName}Backup_installer.exe" - -## Silent installation options -$Arguments = "/SP- /VERYSILENT /NORESTART /WPUSH /WACCOUNT ""${ClientShort}_${Env:COMPUTERNAME}"" /WORG ""${ClientLong}"" /WEMAIL ""${NotificationEmail}""" - -## Install Emberkom Backup -#Install-Program -Path $(Download-File -URL $URL) -Arguments $Arguments -Delete - -LogMsg $Arguments \ No newline at end of file +### +# This script exists in N-Central's Automation Manager +### \ No newline at end of file