我试图将邮箱从一个域中的Exchange 2003服务器迁移到另一个域中的新的Exchange 2010服务器,我的理解是我可以实现这个使用
New-MoveRequest -Identity“address”-RemoteLegacy
但是,我收到以下错误:“ 远程FQDN上的Active Directory操作失败,提供的'NT AUTHORITY \ SYSTEM'凭据无效。” 我已经检查了几次证书,他们是正确的,我提供的凭据是pipe理员,我试过域\pipe理员,FQDN \pipe理员,pipe理员@ FQDN和远程pipe理员。
更多关于设置…
我们将调用Exchange 2003框mx.Fabrikam.local与公用的mx1.Fabrikam.com和Exchange 2010框exchange.Contoso.local
我已成功准备使用跨林移动的邮箱
Prepare-MoveRequest.ps1 -Identity [email protected] -RemoteForestDomainController mx1.Fabrikam.com -RemoteForestCredential $ RemoteCredentials -LocalForestDomainController exchange.Contoso.local -LocalForestCredential $ LocalCredentials
但是现在,当我尝试以下new-moverequest我收到上述错误。
New-MoveRequest -identity [email protected] -RemoteLegacy -RemoteGlbalCatalog mx.Fabrikam.local -domaincontroller mx1.resmac.us
我猜我已经错过了configuration2003服务器上的东西,但不知道是什么。 我已经确保在AD中的用户帐户具有高级安全设置选中的可inheritance权限框,我已经尝试了其他pipe理员帐户和不同的邮箱,但每次都收到相同的错误。
目前在两个森林之间没有任何信任,但我找不到任何信任是必需的,我只是想念这个?