20 pts.
 Moving mail box
How can i move mailbox from one forest to another in exchange server 2007

Software/Hardware used:
ASKED: March 31, 2008  12:15 PM
UPDATED: April 23, 2008  11:22 AM

Answer Wiki:
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  bsuneja   630 pts.
All Answer Wiki Contributors:  bsuneja   630 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _