question

VB-3931 avatar image
0 Votes"
VB-3931 asked KaelYao-MSFT commented

Need Guidence to Migrate the Linked Mailboxes from resource forest to Account Forest

Hello All,

We have a AD forest named ABC.com (Account Forest). We have another forest named XYZ.com(Resource forest). Exchange 2016 is hosted in the Resource forest XYZ.COM and all the users of ABC.com have mailboxes in XYZ.com Exchange environment as linked mailboxes and Remote user mailboxes (Some are migrated to office 365). Now, Job is to build the Exchnage 2019 in the account forest (ABC.COM)and migrate the mailboxes to ABC.com including on-prem mailboxes and O365 remote mailbox objects. Building of Exchnage 2019 seems to be okay and need some pointers to Migrate the mailboxes to ABC.com as Cross forest migrations approach by Microsoft is for straight forward cases. Has some done this kind of migration and please provide the best approach to achieve the same.

office-exchange-server-administrationoffice-exchange-server-connectivityoffice-exchange-hybrid-itprooffice-exchange-server-itprooffice-exchange-server-deployment
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

imamitsingh avatar image
0 Votes"
imamitsingh answered VB-3931 commented
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello Imam,

Thanks for the reply. I have seen this article in the past and this not talks about Mailbox migration from Resource forest to Account forest.

0 Votes 0 ·
KaelYao-MSFT avatar image
0 Votes"
KaelYao-MSFT answered KaelYao-MSFT commented

Hi @VB-3931

Based on my test, the cross-forest linked mailbox migration is similar to cross-forest user mailbox migration.
The major difference is that the AD accounts are already in the target forest (ABC.com), so there is no need to use the ADMT tool to migrate the accounts.


Source Forest: XYZ.com
Target Forest: ABC.com

The general steps would be:
1.Enable the MRS Proxy endpoint on EWS virtual directory for cross-forest mailbox moves
2.run the following command in ABC.com to covert the user to a mail enabled user

  Enable-MailUser -identity <user name> -ExternalEmailAddress <email address in the source forest>

3.run the prepare-moverequest.ps1 script (under the path C:\Program Files\Microsoft\Exchange Server\V15\Scripts) to copy the Exchange related attributes to the local account in ABC.com

 ./Prepare-MoveRequest.ps1 -Identity <source mailbox name> -RemoteForestDomainController <source forest domain controller> -RemoteForestCredential (Get-Credential SourceForest\Administrator) -LocalForestDomainController <target forest domain controller> -LocalForestCredential (Get-Credential TargetForest\Administrator) -TargetMailUserOU <the target OU specified when using ADMT> -UseLocalObject

4.run the following command to move the mailbox

  New-MoveRequest -Identity <the mailbox to move> -Remote  -RemoteHostName <target exchange server name> -RemoteCredential (Get-Credential SourceForest\Administrator) -TargetDeliveryDomain <source forest>

Besides, there is also a workaround to migrate via Export/Import pst files.
The general steps would be:
1.create a new mailbox in ABC.com
2.export the old mailbox to a pst file in XYZ.com
3.import the pst file into the new mailbox

Here are several links which may be helpful:
via Exchange:
Procedures for mailbox exports to .pst files in Exchange Server
Procedures for mailbox imports from .pst files in Exchange Server

via Outlook:
Export or backup email, contacts, and calendar to an Outlook .pst file


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.

· 5
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello KaelYao,

Thanks for the reply, Really Appreciated for your time on this.

We will check the steps in Test environment and come back here.

Regards
VB

0 Votes 0 ·

Hi,
Thanks in advance for your update.

0 Votes 0 ·

Hi @VB-3931

I am writing here to confirm with you how thing going now?
If you have any questions or needed further help on this issue, please feel free to post back.

0 Votes 0 ·

Hello @KaelYao-MSFT

Thanks for checking on this. We have been testing , we are able to migrate the Mailboxes from source forest to destination. But we have few more questions came up during this

  1. How can we enable the free/Busy between Source forest , Destination forest & O365. As Source forest is Hybrid environment?

  2. When is best time to move the Exchange Hybrid to Destination forest and best methodology?

  3. Best approach to enable the remote mailbox for the O365 mailboxes in the destination forest?

  4. Does these migrations need outlook re-configuration for end users?

Thanks for the help in advance

Regards
VB



0 Votes 0 ·

Hi VB,
Thanks for the update!

However, since your currently environment is a little complicated, it may take much effort to enable free/busy between the forests.

If your goal is to finally migrate to the target forest,I would suggest:
1.move all the on-premises mailboxes to the target forest
2.remove hybrid deployment in the source forest
3,recreate the hybrid deployment in the target forest

0 Votes 0 ·