我试图在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
更多的服务器的东西,我会说,在任何情况下…
匿名:您可能是从PowerShell提示符运行脚本,而不是Exchange命令行pipe理程序。 从EMS运行脚本,它应该工作。
(来自http://www.expta.com/2009/05/powershell-script-to-get-exchange.html中的评论)
开心pipe理员的东西
我认为这是由于与协议冲突而停止的IIS。 它一直closures它的一些奇怪的原因,当我停止Sharepoint的Web服务,当它开始工作。