2019-11-12 00:25:11 +00:00
|
|
|
# Management Scripts
|
2019-11-12 00:19:50 +00:00
|
|
|
|
2020-09-07 13:43:37 -04:00
|
|
|
Dot source any of the Powershell scripts with the following:
|
2020-09-07 17:09:46 -04:00
|
|
|
. $([Scriptblock]::Create((New-Object Net.WebClient).DownloadString('$URL')))
|
|
|
|
|
|
|
|
|
|
Dot source the Tools.ps1 script with the following:
|
|
|
|
|
. $([Scriptblock]::Create((New-Object Net.WebClient).DownloadString('https://dev.emberkom.com/emberkom/management-scripts/raw/branch/master/Tools.ps1')))
|