我们有一个Citrix服务器场,由10台以上的机器组成,每晚都从相同的黄金映像启动。偶尔我无法在机器上创建一个远程PowerShell会话(enable-pssession)。当我尝试连接时,我收到以下消息:
Enter-PSSession : Processing data from remote server censored failed with the following error message: The WSMan
provider host process did not return a proper response. A provider in the host process may have behaved improperly. Fo
r more information, see the about_Remote_Troubleshooting Help topic.
At line:1 char:1
+ Enter-PSSession -ComputerName censored ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (censored:String) [Enter-PSSession], PSRemotingTransportException
+ FullyQualifiedErrorId : CreateRemoteRunspaceFailed
虽然这个问题通常是通过重新启动解决的,但我想知道是否有办法在不重新启动服务器的情况下修复此问题。有什么想法吗?
所有服务器都运行W2008 R2(ENG)