no spaces allowed in Atera script variables
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
. $([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
|
||||
$Name = '{[Process Name]}'
|
||||
$Name = '{[ProcessName]}'
|
||||
|
||||
Run-Script -PSLiveScript 'Stop-Process'
|
||||
Reference in New Issue
Block a user