Windows – Which windows rights for powershell’s Get-WmiObject on remote PC

permissionspowershellwindowswmi

When I run a simple powershell command on a remote PC such as

Get-WmiObject Win32_Process -computer Pc1

Some Pcs reply "Access denied", while other reply fine, but I can't get the difference.

Which rights are involved?

Best Answer