How to get Procees USERNAME (Local/Remote)

  • Thread starter Thread starter Manu
  • Start date Start date
M

Manu

Hi,

How to get the USERNMAE of all the process which are running on local
/remote system. I have go through the "System.Diagnostics.Process class" but
I couldn't find any useful information. It's there any way to get this
information without WMI.



Apart from this to get the Command Line arguments of all the process, I used
StartInfo.Arguments from "System.Diagnostics.Process" class, but I couldn't
the Command Line Arguments. Can any one can help me out how to get the above
information.



Thanks
Manu.
 
Back
Top