December 1st, 2013

PowerTip: Find User Name for a Process

Doctor Scripto
Scripter

Summary:  Use Windows PowerShell to find the user who owns a process.

Hey, Scripting Guy! Question How can I use Windows PowerShell 4.0 in Windows 8.1 to determine who owns a process?

Hey, Scripting Guy! Answer Use the –IncludeUserName switch with the Get-Process cmdlet:

Get-Process -IncludeUserName

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.

Feedback