我尝试在 Windows Server 2008 R2 上安装 MS Exchange 2010。安装过程顺利,即向导成功完成整个过程。
现在,当我在 EMS 中运行 get-exchangeserver 时,出现以下错误。任何帮助都将不胜感激。
PS C:\Users\administrator.ROOT> Get-ExchangeServer
The term 'Get-ExchangeServer' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At line:1 char:19
+ Get-ExchangeServer <<<<
+ CategoryInfo : ObjectNotFound: (Get-ExchangeServer:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
答案1
无论如何,我会说这更多的是服务器的事情......
匿名:您可能是从 PowerShell 提示符而不是 Exchange 管理 Shell 运行脚本的。从 EMS 运行脚本,它应该可以正常工作。
(来自评论http://www.expta.com/2009/05/powershell-script-to-get-exchange.html)
祝管理员一切顺利。
答案2
我认为是 IIS 由于与协议冲突而停止了。当我停止开始工作的 SharePoint Web 服务时,它因某些奇怪的原因而不断关闭。