New-PSSession command error in Windows 2003 Server
I am getting following error when trying to run following PowerShell command in Windows 2003 server. The installed PowerShell version is 2.0. Also, I have checked that Windows Remote Management(WS-Management) service is running.
This command is running without any problem in Windows 2012 server.
Can you please guide me how to run this command in Windows 2003 server.
new-pssession -computername dc -credential MYDOMAIN\Administrator