Link to home
Start Free TrialLog in
Avatar of zubair010400
zubair010400Flag for United States of America

asked on

What is the best way to move Exchange 2007 mailboxes to Exchange 2010?

Hello Experts -

The source mailboxes (Exchange 2007) are on a separate domain than the target Exchange Server (Exchange 2010).

What would be the most efficient way of moving selective mailboxes from the Exchange 2007 enviornment to the Exchange 2010 environment.

Please provide details and not a link.

Thank you
Avatar of v_9mhdrf
v_9mhdrf

Avatar of zubair010400

ASKER

The following is the scenario that matches our situation...

  Move a mailbox from a remote legacy forest

This example moves Tony Smith's mailbox into the Exchange 2010 forest from an Exchange 2007 SP2 or Exchange 2003 SP2 forest. When the move is complete, the new ExternalEmailAddress in the source forest will be Tony's proxy address with the SMTP domain mail.contoso.com.

New-MoveRequest -Identity 'tony@humongousinsurance.com -RemoteLegacy -TargetDatabase DB02 -RemoteGlobalCatalog 'GC01.humongousinsurance.com' -RemoteCredential $Cred -TargetDeliveryDomain 'mail.contoso.com'

The code above waits for more commands... please clarify the -RemoteCredential $Cred parameter please.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of JuusoConnecta
JuusoConnecta
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial