Hi @Ajay Kumar
We have one of our customer running domain abc.com, for whom the acquisition is done by xyz.com.
Did you mean the current AD domain is abc.com, while the SMTP domain to send/receive emails is xyz.com?
And they are considering moving cross forest to AD domain xyz.com?
If I misunderstood the scenario, please feel free to correct me.
We read of internet about not doing any migration to across forest with Exchange as its not supported.
Here is a link about cross-forest migration: Exchange 2010 Cross-Forest Mailbox Moves
It is about Exchange 2010 but should also work as the general steps are similar.
In short, the steps would be:
- run prepare-moverequest.ps1 script in the target forest to prepare for the mailbox move
- use ADMT tool to migrate the AD account to the target forest
- move the mailbox to the target forest
Since I suppose you are using the same SMTP domain, you may setup internal relay domain in the source forest to relay messages to the target forest once the mailbox has been migrated.
Another method without third-party tools would be migrating by export/import pst files.
The general steps would be:
- export the mailboxes in the source forest to pst files
- use ADMT to migrate AD accounts to target forest
- create new mailboxes for these users
- import the pst files into these new mailboxes
How to export mailbox contents to pst file: Procedures for mailbox exports to .pst files in Exchange Server
How to import pst files into mailbox: Procedures for mailbox imports from .pst files in Exchange Server
To reduce downtime, configuring internal relay domain to ensure mail flow is also recommended.
In addition, if you have ADMT installed before the Exchange server is installed, when using ADMT to migrate the user accounts, the Exchange related attributes would not be excluded as expected (By default these attributes are supposed to migrated by the prepare-moverequest.ps1 script, if they are migrated by ADMT, it would cause problems).
And you may need to reinstall ADMT or manually exclude the attributes.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.