You might want to start with the following as a script: get-wmiobject win32_process|where{$_.name -eq "explorer.exe"}|select name,@{n="owner";e={$_.getowner().user}}
↧
You might want to start with the following as a script: get-wmiobject win32_process|where{$_.name -eq "explorer.exe"}|select name,@{n="owner";e={$_.getowner().user}}