Remoting to Server 2003

by i255d at 2013-02-22 13:03:23

I am trying to verify if Winrm and the psremoting tools can be used on Windows Servers 2003? I am assuming that you have to put PowerShell v2 on the server, is there anything else?
by DonJ at 2013-02-24 04:54:32
Yes. You just need the WMF2.0, which includes PowerShell 2.0. You need to enable Remoting manually by using Enable-PSRemoting, or via Group Policy. See "Secrets of PowerShell Remoting" at powershellbooks.com.