Hi,
I'm working on intra domain migration from exchange 2007 to exchange 2010 but I'm getting below error. I have created the two-way trust relationship between two domain plus I migrated the user through admt 3.2 but I'm not able to migrate the mailbox.
I have followed the below procedure to migrate.
1. Enable-MailUser -Identity Manager2 -ExternalEmailAddress “Manager2@Computem.com” ( Running successfully)
2.Execute the following Cmdlet to input the Target Forest Administrator Credential (Exchange 2010)
Syntax: $Local = Get-Credential (Running successfully)
3.Execute the following Cmdlet to input the Source Forest Administrator Credential (Exchange 2003)
Syntax: $Remote = Get-Credential (Running successfully)
./Prepare-MoveRequest.Ps1 -Identity “CN=Manager2, OU=Managers, DC=Computem, DC=Com” -RemoteForestDomainController Exchange.Computem.Com -RemoteForestCredential $Remote -LocalForestDomainController E2K3.MsExchangeHelp.Com -LocalForestCredential $Local -TargetMailUserOU “OU=MigratedUsers, DC=MsExchangeHelp, DC=Com” -UseLocalObject
I got the below error when I run this command
"Source domain controller unavailable or authentication failed".
Regards,
Hakim. B
Hakim.B Sr.System Administrator