7 lines
318 B
PowerShell
7 lines
318 B
PowerShell
. $([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 |