有没有办法让PowerShell 2的远程处理功能在Windows XP机器之间工作?

PowerShell 2.0具有一些超时空的远程功能.但是,我不清楚它们是否可以在Windows XP机器之间工作,或者是否需要Windows Vista或Windows 7.

这就是我所拥有的:

>安装了SP3的一对Windows XP MCE机器,以及.NET 3.5.
>两者都安装了PowerShell 2.0 CTP3.
>两者都安装了WS-Management v1.1(因为2.0似乎不适用于Windows XP?)

有了这一切,“Enable-PSRemoting”仍然让我错过了这个错误

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.

通常,我此时的回答是“好吧,我想是时候下载Windows 7 RC了”,但是我看到了关于人们远程进出Windows XP的模糊评论让我认为这是可能的.

我怎样才能让它发挥作用?

现在你不能在Windows XP上使用PowerShell远程处理功能,因为它依赖于WinRM 2.0 CTP3,它不适用于它.在最终构建PowerShell V2(和WinRM 2.0)之后,将支持在Windows XP上进行远程处理.

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...