首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Exchange2013 PowerShell环境管理系统不工作

Exchange2013 PowerShell环境管理系统不工作
EN

Server Fault用户
提问于 2022-01-25 18:51:18
回答 2查看 811关注 0票数 0

在本地2013服务器(或远程)打开EMS时,会收到以下错误。直到最近,EMS一直运作良好,我不知道是什么原因导致了这一问题。我读过很多文章和论坛帖子,但没有一个建议奏效。

谢谢,

特拉维斯

错误:

代码语言:javascript
复制
 New-PSSession : [servername] Connecting to remote server servername failed with the
following error message : The WinRM client sent a request to an HTTP server and got a response saying the requested
HTTP URL was not available. This is usually returned by a HTTP server that does not support the WS-Management
protocol. For more information, see the about_Remote_Troubleshooting Help topic.
At line:1 char:1
+ New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
gTransportException
+ FullyQualifiedErrorId : URLNotAvailable,PSSessionOpenFailed
EN

回答 2

Server Fault用户

回答已采纳

发布于 2022-01-28 18:22:30

我已经想明白了。一个绑定在IIS上被删除了。我不知道为什么我没有想到,但我们的内部DNS方案与我们的外部不同。我不得不重新添加内部servername的绑定。

票数 0
EN

Server Fault用户

发布于 2022-01-26 01:55:33

该问题已在此链接https://docs.microsoft.com/en-us/exchange/troubleshoot/administration/connecting-remote-server-failed中记录在案。

尝试按照以下步骤运行EMTshoote

票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/1091136

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档