Files
management-scripts/rmm/Stop-Process.ps1
T
2021-07-30 12:25:55 -04:00

6 lines
262 B
PowerShell

. $([Scriptblock]::Create((New-Object Net.WebClient).DownloadString('https://dev.emberkom.com/emberkom/management-scripts/raw/branch/master/Tools.ps1')))
## This is an RMM script variable
$ProcessName = '{[ProcessName]}'
Run-Script -LivePSScript 'Stop-Process'