Files
management-scripts/README.md
T
2020-09-07 17:09:46 -04:00

375 B

Management Scripts

Dot source any of the Powershell scripts with the following: . $([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')))