在2003-2013迁移期间无法运行安装的Exchange 2013 EMS

我们将客户从Exchange2003迁移到Exchage2013(通过2007)。

我们已经成功地从SBS2011迁移到了Windows 2008 R2和Exchange2007的临时服务器,但是在Windows 2012服务器上(我们安装了Exchange 2013时没有错误),当我们运行Exchange EMS时,我们得到下面的错误信息(服务器。 domain.local已经取代了真正的FQDN)。

我们也不能login到ECP,因为pipe理员凭证不被接受。

Exchange 2013 EMS错误: –

VERBOSE: Connecting to server.domain.local New-PSSession: [server.domain.local] Connecting to remote server server.domain.local failed with the following error message : Access is denied. For more information, see the about_Remote_Troubleshooting Help topic. At line:1 char:1 + New-PSSession -Connection URI "$connectionUri" -ConfigurationName Microsoft.Excha ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotein gTransportException + FullQualifiedErrorId : AccessDenied,PSSessionOpenFailed 

这重复四次,然后提示:

 Failed to connect to an Exchange server in the current site. Enter the server FQDN where you want to connect.: 

我们已经重buildECP和OWA文件夹,打包处理服务,检查时间同步和AD同步,检查DNS和DHCP都是正确的,禁用所有,除了一个网卡,和Exchange 2007的EMS工作正常…但可以没有find任何其他地方的指针。

我也按照Joe的build议运行了EMTshooter,虽然它确认了错误,但它将它分类为“未知错误”

 ... Location ConnectToAnyServer 2 VERBOSE: Connecting to SERVER.domain.local new-pssession : [server.domain.local] Connecting to remote server server.domain.local failed with the following error message : Access is denied. For more information, see the about_Remote_Troubleshooting Help topic. At D:\tools\EMTshooter\EMTConnectFunctions.ps1:177 char:15 + $session = new-pssession -connectionURI "http://$fqdn/powershell?serializatio ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin gTransportException + FullyQualifiedErrorId : AccessDenied,PSSessionOpenFailed The Exchange Management Troubleshooter successfully completed connecting to: server.domain.local Failed to connect to any Exchange Server in the current site. Problem found: Looking for error... Unknown Error After each error is resolved, close this window and re-run the tool to check for additional problems. 

任何人都可以提供任何指针?

TIA

检查,看看你的运行基础….

如果您运行的是Windows 2012 Server Essentials,则不支持Exchange 2013。

同样,如果您正在运行带添加了Essentialsangular色的Windows 2012 Server Standard,则不支持Exchange 2013。 pre-req检查不会报告Essentials Role作为安装中的问题,但不受支持。

如果您有这么多,则需要卸载Exchange 2013,然后在重新安装Exchange 2013之前删除Essentialsangular色。在某些情况下,您可能必须重新安装服务器才能完成,因为安装后删除了Essentialsangular色时出现问题。

请注意,您必须移动/删除在Exchange 2013安装中创build的发现邮箱和仲裁邮箱才能卸载Exchange 2013服务器。 这篇文章解释了这个过程http://msexchangeguru.com/2013/01/02/exchange-2013-error/

在卸载期间,您将需要运行一些EMS CmdLets,因为您的EMS不工作,那么以pipe理员身份运行正常的PowerShell,然后运行以下Add-PSSnapin *exch* 。 这将使您可以从PowerShell中访问Exchange CmdLets。