Mailboxes can be moved across forests using the Move-Mailbox command.
<pre>$sourceCredential = Get-Credential
$TargetCredential = Get-Credential
Move-Mailbox "John Doe" -TargetDatabase "Target ServerTarget Storage GroupTarget Database" -GlobalCatalog DC1.TargetDomain.com -NTAccountOU "OU=MyOUInTargetForest,DC=TargetDomain,DC=com" -SourceForestCredential $SourceCredential -TargetForestCredential $TargetCredential </pre>
<b>More details:</b>
How to Move a Mailbox Across Forests
<a href="http://technet.microsoft.com/en-us/library/aa997145(EXCHG.80).aspx">http://technet.microsoft.com/en-us/library/aa997145(EXCHG.80).aspx</a>
Move-Mailbox
<a href="http://technet.microsoft.com/en-us/library/aa997599.aspx">http://technet.microsoft.com/en-us/library/aa997599.aspx</a>
Last Wiki Answer Submitted: April 23, 2008 11:22 am by bsuneja630 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.