PowerShell 2.0具有一些超时空的远程功能.但是,我不清楚它们是否可以在Windows XP机器之间工作,或者是否需要Windows Vista或Windows 7.
原文链接:https://www.f2er.com/windows/368021.html这就是我所拥有的:
>安装了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的模糊评论让我认为这是可能的.
我怎样才能让它发挥作用?