询问者
The WinRM client cannot process the request error 打不开EMC

问题
-
Import-PSSession : Executing Get-Command command in remote session reported the following error: Starting a command on
remote server failed with the following error message : The WinRM client cannot process the request. It cannot determin
e the content type of the HTTP response from the destination computer. The content type is absent or invalid. For more
information, see the about_Remote_Troubleshooting Help topic..
At C:\Program Files\Microsoft\Exchange Server\V14\bin\CommonConnectFunctions.ps1:129 char:56
+ $global:importResults=Import-PSSession <<<< $global:remoteSession -WarningAction SilentlyContinu
e -DisableNameChecking
+ CategoryInfo : InvalidResult: (:) [Import-PSSession], RuntimeException
+ FullyQualifiedErrorId : ErrorFromRemoteCommand,Microsoft.PowerShell.Commands.ImportPSSessionCommandConnecting to remote server failed with the following error message: The WinRM client cannot process the request. It cannot determine the content type of the HTTP response from the destination computer. The content type is absent or invalid. For more information, see the about_Remote_Troubleshooting Help topic.
故障现象如上
操作够方式:
重新安装winrm-iis和更改applicationHost文件均无效;
请各位大侠提供更好的解决办法,谢谢
全部回复
-
-
vvvcx:
谢谢您的帮助,但我exchange powershell中输入(Get-User <exchange admin>).Remote Powershell Enable命令时候,提示该命令为保留下使用,是不是我的powershell有问题呢?如果有需要怎么操作,谢谢!
[PS] C:\Windows\system32>(Get-User <exchange admin>).Remote Powershell Enable
The '<' operator is reserved for future use.
At line:1 char:12
+ (Get-User < <<<< exchange admin>).Remote Powershell Enable
+ CategoryInfo : ParserError: (<:OperatorToken) [], ParentContainsErrorRecordExceptio
+ FullyQualifiedErrorId : RedirectionNotSupported -
您好!
请参考以下blog中第一个issue中的solution看看能否解决你的问题。
Troubleshooting Exchange 2010 Management Tools startup issues
http://blogs.technet.com/b/exchange/archive/2010/02/04/3409289.aspx
微软一站式示例脚本库: http://blogs.technet.com/b/onescript