Powerhsell Kill Processes
Revision as of 13:54, 2 April 2018 by Michael.mast (talk | contribs) (Created page with "This is not truly powershell, but it worked for what I needed at the time. <pre>fearch {$num in 1..99} (taskkill.exe /S computer-$num /IM MpCmdRun.exe)</pre>")
This is not truly powershell, but it worked for what I needed at the time.
fearch {$num in 1..99} (taskkill.exe /S computer-$num /IM MpCmdRun.exe)