move Atera variable to rmm script

This commit is contained in:
2021-09-22 16:22:14 -04:00
parent 0ddd5c801a
commit c3688f86cd
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
## Set the edition of the agent: "server" "desktop" or "vm"
$Edition = '{[Edition]}'
## This script requires the $Edition variable is set from the RMM script
If (! $Edition ) { $Edition = 'desktop' }
## Specify URL to "Backup for Windows" agent installer
$ECB_WIN_URL = 'https://s3.amazonaws.com/cb_setups/MBS/53CFB286-7A97-4FDF-8CFA-475C0DB63A9A/EmberkomEmberkomBackup_v7.2.0.280_netv4.0_ALLEDITIONS_Setup_20210914204936.exe'
+5
View File
@@ -1,2 +1,7 @@
. $([Scriptblock]::Create((New-Object Net.WebClient).DownloadString('https://dev.emberkom.com/emberkom/management-scripts/raw/branch/master/Tools.ps1')))
## Set the edition of the ECB agent.
## Valid options are 'desktop' 'server' or 'vm'
$Edition = '{[Edition]}'
Run-Script -LivePSScript Install-EmberkomCloudBackup