Powershell 2 has some super-snazzy remoting features. However, I'm unclear if they can be made to work with / between XP machines, or if you need Vista / Win7.
Here's what I have:
A pair of XP MCE machines with SP3 installed, along with .Net 3.5.
PowerShell 2.0 CTP3 installed on both.
WS-Management v1.1 installed on both (as 2.0 doesn't seem to work on XP?)
With all that in place, the "Enable-PSRemoting" still nets me this error:
Enable-PSSessionConfiguration : Windows PowerShell remoting features are not enabled or not supported on this machine. This may be because you do not have the correct version of WS-Management installed or this version of Windows does not support remoting currently.
Ordinarily, my response at this point would be to say "well, I guess it's time to download the Win7 RC," but I've seen enough vague comments about people remoting in and out of XP to make me think this is possible.
Has anyone made this work?