Hi @Catherine Jaszewski ,
If the mailboxes you need to migrate are large or the number is so big you may experience the low speed migration. But it is only one reason.
You can improve the migration speed with these methods:
- Modify the MSExchangeMailboxReplication.exe.config file to increase the values that control the performance.
It’s in C:\Program Files\Microsoft\Exchange Server\V15\Bin
Find the MRSConfiguration part, and modify these:
Change them to 50.
Then scroll down and find:
Change it to 10240
Explanation about these values: Throttling the Mailbox Replication Service - Use the parameter -priority emergency of the New-MoveRequest:
New-MoveRequest -Identity user@keyman .com -TargetDatabase “DB1” -Priority Emergency - Manually move these mailboxes: export the mailboxes to .pst files and then import them to the new Exchange 2019 server.(As planB)
Kindly hope these would help you.
Bests,
Lou
If the response is helpful, please click "Accept Answer" and upvote it.
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.