Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无法启动远程会话powershell_Powershell_Remoting - Fatal编程技术网

无法启动远程会话powershell

无法启动远程会话powershell,powershell,remoting,Powershell,Remoting,我们有一个Citrix farm,由10多台机器组成,每天晚上都从同一个黄金映像启动。有时我无法在一台计算机上创建远程powershell会话(启用pssession)。当我尝试连接时,会收到以下消息: Enter-PSSession : Processing data from remote server censored failed with the following error message: The WSMan provider host process did not retur

我们有一个Citrix farm,由10多台机器组成,每天晚上都从同一个黄金映像启动。有时我无法在一台计算机上创建远程powershell会话(启用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)

的服务器可能都没有启动管理服务,请在出现错误时检查事件查看器/服务状态,以获取1000和1023个事件。我猜问题比远程处理更大:'-(