trying to dance around naming conflicts...

This commit is contained in:
2021-07-30 10:00:28 -04:00
parent b8e31bf825
commit da16483fd6
3 changed files with 3 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
End-Process -Name $ProcessName -Force
-1
View File
@@ -1 +0,0 @@
End-Process -Name $Name -Force
+2 -2
View File
@@ -1,6 +1,6 @@
. $([Scriptblock]::Create((New-Object Net.WebClient).DownloadString('https://dev.emberkom.com/emberkom/management-scripts/raw/branch/master/Tools.ps1'))) . $([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 ## This is an RMM script variable
$Name = '{[ProcessName]}' $ProcessName = '{[ProcessName]}'
Run-Script -PSLiveScript Stop-Process Run-Script -PSLiveScript "End-Process"