Guys,
Having an issue with my first cross forest New-MoveRequest. An example of the command I am utilising, and have tried a few variations, but none of them are to avail.
New-MoveRequest -Id Migration.User1@mydomain.com -TargetDatabase Migration-DB01 -Remote -RemoteHostName win-ex2010.olddomain.local -RemoteCredential $RemoteCredentials
Below is the output I get.
The call to 'net.tcp://ms01.mydomain.local/Microsoft.Exchange.MailboxReplicationService ms01.mydomain.local(15.0.620.24 caps:3F)' failed. Error details: Object reference not set to an instance of an object..+ CategoryInfo : NotSpecified: (:) [New-MoveRequest], CommunicationErrorTransientException
+ FullyQualifiedErrorId : DE2439A4,Microsoft.Exchange.Management.RecipientTasks.NewMoveRequest
+ PSComputerName : ms01.mydomain.local
I have verified that the Mailbox replication service is in fact running. I am out of ideas, searched high and low on the internet, but no answer to this issue.
Source Domain: Server 2008 R2
Source Exchange: 2010 SP3
Target Domain: Server 2012
Target Exchange: 2012 CU1
I have also tried using -TargetDeliveryDomain. No difference.
I have confirmed that firewall is disabled on both the source and target machines.
Forest trust is up and running fine, the Prepare-MoveRequest worked fine using this command.
.\Prepare-MoveRequest.ps1 -Identity Migration.User1@mydomain.com -RemoteForestDomainController win-dmc01.olddomain.local -RemoteForestCredential $RemoteCredentials -LocalForestDomainController DC01.newdomain.local -LocalForestCredential $LocalCredentials -UseLocalObject
Any other ideas?
Thanks..
*head scratch*