Mailbox migrations may stop midway or appear partially completed when using ODM.
Typical symptom is migration stopping after copying a small amount of data (for example 10–15 GB) with Error : the target mailbox size exceeds the allowable limit
This happens when the Recoverable Items folder size in the source mailbox is larger than the quota allowed on the target mailbox.
Look for:
Recoverable Items Root size (for example 47.26 GB)
Source:
RecoverableItemsQuota = 100 GB
Recoverable Items size = 47.26 GB
Target:
RecoverableItemsQuota = 30 GB
Result:
Target quota is too small to handle full recoverable items data
Option 1 (Recommended): Match target quota to source
Set-Mailbox <user> -RecoverableItemsQuota 100GB -RecoverableItemsWarningQuota 90GB
Option 2: Reduce source data
After fixing: