move Atera variable to rmm script
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user