Created
January 31, 2020 21:27
-
-
Save shelld0n/1a708d02563154976095de5270a316b4 to your computer and use it in GitHub Desktop.
get PID of system process
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get-Process -IncludeUserName | Where-Object {$_.USERNAME -Like '*SYSTEM*'} | select ProcessName, Id, Handles |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment