locked
Exchange 2003 to Exchange 2007 & Ex-Merge RRS feed

  • Question

  • Greetings,
    In the close future I am looking to move all my mailboxes from our Exchange Server running Exchange 2003 to a new server running Exchange 2007. I wanted to know if Ex-Merge can be used to transfer all mailboxes at once. If I select all of the users in the 2003 echange will it copy them all to individual PST's or one big PST? Can I use this to move the mailboxes from 2003 to 2007?
    Wednesday, February 17, 2010 6:28 PM

Answers

  • I wanted to know if Ex-Merge can be used to transfer all mailboxes at once.
    > Yes you will be able to.

    If I select all of the users in the 2003 echange will it copy them all to individual PST's or one big PST?
    > It will copy them to individual .pst files.

    Can I use this to move the mailboxes from 2003 to 2007?
    No. You will not be able to move mailboxes from E2K3 to E2K7.


    Apart from this, i did see that "The 2007 will be in a different Domain. The 2007 will be in Domain A while Exchange 2003 will be in Domain B".
    So, why not try a cross forest move mailbox???
    The users will be moved one by one.

    You need to use the ADMT tool for the adcive directory user migration.

    Steps:
    1. Have a 2 way trust created between both the domains.

    2. To move only the mailboxes of users of a specific OU use the command in Exchange Shell:
    Get-user -DomainController DCname.domainname -Credential $SourceCredential –organizationalUnit OUname | move-mailbox -TargetDatabase "EXCHANGESERVERNAME\First Storage Group\Mailbox Database" -SourceForestGlobalCatalog DCname.domainname-GlobalCatalog TargetGC.domainname -DomainController TargetDC.domainname -NTAccountOU "OU=OUname,OU=OUname,OU=NLD,DC=somedomain,DC=somedomain,DC=local" -SourceForestCredential $SourceCredential -TargetForestCredential $TargetCredential

    Ref to: Exchange 2007 migration overview - http://msexchangeteam.com/archive/2006/10/27/429522.aspx
    - Nagesh
    • Proposed as answer by lazyadminhere Wednesday, February 17, 2010 10:10 PM
    • Marked as answer by Kiradore Wednesday, February 17, 2010 10:23 PM
    Wednesday, February 17, 2010 10:10 PM

All replies

  • Will exchange 2007 be in the same organization as 2003? Why not just move them to the other mailbox server in Exchange?
    Mark Morowczynski|MCT| MCSE 2003:Messaging, Security|MCITP:EMA 2K7,EDA Win 7,ES,SA,EA|MCTS:Windows Mobile Admin|Security+|http://almostdailytech.com
    Wednesday, February 17, 2010 7:54 PM
  • Mark,
    The 2007 will be in a different Domain. The 2007 will be in Domain A while Exchange 2003 will be in Domain B. Wasn't sure if I can move them to the other server. I asked about ex-merge because so far if I had to move or rebuild boxes in exchange that's what I used. If there are alternatives I'd like to hear them. :)
    Wednesday, February 17, 2010 8:07 PM
  • I wanted to know if Ex-Merge can be used to transfer all mailboxes at once.
    > Yes you will be able to.

    If I select all of the users in the 2003 echange will it copy them all to individual PST's or one big PST?
    > It will copy them to individual .pst files.

    Can I use this to move the mailboxes from 2003 to 2007?
    No. You will not be able to move mailboxes from E2K3 to E2K7.


    Apart from this, i did see that "The 2007 will be in a different Domain. The 2007 will be in Domain A while Exchange 2003 will be in Domain B".
    So, why not try a cross forest move mailbox???
    The users will be moved one by one.

    You need to use the ADMT tool for the adcive directory user migration.

    Steps:
    1. Have a 2 way trust created between both the domains.

    2. To move only the mailboxes of users of a specific OU use the command in Exchange Shell:
    Get-user -DomainController DCname.domainname -Credential $SourceCredential –organizationalUnit OUname | move-mailbox -TargetDatabase "EXCHANGESERVERNAME\First Storage Group\Mailbox Database" -SourceForestGlobalCatalog DCname.domainname-GlobalCatalog TargetGC.domainname -DomainController TargetDC.domainname -NTAccountOU "OU=OUname,OU=OUname,OU=NLD,DC=somedomain,DC=somedomain,DC=local" -SourceForestCredential $SourceCredential -TargetForestCredential $TargetCredential

    Ref to: Exchange 2007 migration overview - http://msexchangeteam.com/archive/2006/10/27/429522.aspx
    - Nagesh
    • Proposed as answer by lazyadminhere Wednesday, February 17, 2010 10:10 PM
    • Marked as answer by Kiradore Wednesday, February 17, 2010 10:23 PM
    Wednesday, February 17, 2010 10:10 PM
  • Thank you, Nageshk.
    Wednesday, February 17, 2010 10:24 PM
  • Always Kiradore:)
    - Nagesh
    Wednesday, February 17, 2010 10:43 PM