I was testing PowerShell remoting:
- I installed PowerShell V2 CTP3 on my Windows XP desktop
- I installed WS-Management v1.1 on my Windows 2003 R2 server, which has its firewall disabled and no PowerShell installed.
- Both machines have .NET Framework 3.5 SP1
When I type on my desktop:
Get-WmiObject -ComputerName computerNameHere Win32_Service
I got the following error:
Get-WmiObject : Access denied. (HRESULT exception: 0x80070005 (E_ACCESSDENIED))
What else I have to do to get this work?