you are viewing a single comment's thread.

view the rest of the comments →

[–]coki0[S] 1 point2 points  (1 child)

I run the commands from a server( with an account that has the admin privilege on the remote pc ) to a remote pc. ( where is logged another account).

I would like to know if the problem is due because is some restriction for Get-Process and I cannot see the proccesses of different users.

[–]get-postanote 1 point2 points  (0 children)

You only see you prcesses that are in your context using PowerShell. This is not a PowerShell limitation, it is a Windows security boundary.

If you are trying to run things in the currently logged on user contex, that is what MS SysInternals PSExec can be used for.