I really thought I had everything configured right, but I'm just not able to get past this error...
[PS] C:\Program Files\microsoft\Exchange Server\v15\Scripts>Import-csv C:\temp\Test.csv | .\Prepare-MoveRequest.ps1 -RemoteForestDomainController <remote.exchange.2010> -RemoteForestCredential $Remote -LocalForestDomainController <local.exchange.2013>
-LocalForestCredential $Local -TargetMailUserOU "OU=TestUsers,dc=<domain>,dc=local" -UseLocalObject -Verbose
C:\Program Files\microsoft\Exchange Server\v15\Scripts\Prepare-MoveRequest.ps1 : Error looking up source MBX
DiscoverySearchMailbox {D919BA05-46A6-415f-80AD-7E09334BB852}@<local.exchange.2013> in source forest.
At line:1 char:31
+ Import-csv C:\temp\Test.csv | .\Prepare-MoveRequest.ps1 -RemoteForestDomainContr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Prepare-MoveRequest.ps1
Where <remote.exchange.2010>, <local.exchange.2013>, and <domain> are the appropriate values. What don't I have configured right?