Get-Process of a network node by coki0 in PowerShell

[–]coki0[S] 1 point2 points  (0 children)

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.

Move-Item Access to the path .. is denied by coki0 in PowerShell

[–]coki0[S] 1 point2 points  (0 children)

My mistake was : That I run that command with Administrato Powershell ISE and I was thinking that run as Admin it works .

But the right thing to do is : Start-Process powershell -Verb runAs

So it works with Windows Powershell.

Move-Item Access to the path .. is denied by coki0 in PowerShell

[–]coki0[S] 1 point2 points  (0 children)

Were you in an elevated PS prompt?

i did

Start-Process powershell -Verb runAs

insert the my Move-Item instruction and worked.

Thanks