Files
management-scripts/README.md
T
2021-01-21 12:32:59 -05:00

8 lines
414 B
Markdown

# 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 and run a live PS script:
. $([Scriptblock]::Create((New-Object Net.WebClient).DownloadString('https://dev.emberkom.com/emberkom/management-scripts/raw/branch/master/Tools.ps1')))
Run-Script -LivePSScript Script-Name