During migration of mailboxes, corruption can often interfere and prevent a mailbox from successfully migration all messages. While this is common it often poses an inherit risk for some such as VIP mailboxes that cannot handle not migrating all messages.
N/A
Migration Manager does not scan a mailbox prior to migrating the mailbox. However, it is important to remember, Migration Manager for Exchange is a coexsistence tool. So if corruption is detected the user is not effected while the migration is underway and issues can be fixed during the migration process, unbeknownst to the mailbox owner.
Microsoft or even other third party tools are available for corruption checks however. Research any of the following for a possible solution to mailbox prechecks.
For example,
Use Powershell:
New-MailboxRepairRequest
cmdletThis cmdlet is a native tool for detecting and fixing mailbox corruption. It's ideal because it targets specific types of corruption without requiring the mailbox database to be offline.
New-MailboxRepairRequest -Mailbox user@domain.com -CorruptionType SearchFolder,AggregateCounts,Folders,ProvisionedFolder
user@domain.com
with the affected user's email address.SearchFolder
: Issues with search folders in the mailbox.AggregateCounts
: Incorrect item counts in folders.Folders
: Problems with folder structures.ProvisionedFolder
: Issues with provisioned folders.
====================
ExBPA helps diagnose the health of your Exchange environment, identifying potential risks that may impact migrations.
=====================
These tools provide additional capabilities for scanning and repairing corruption.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center