Forum Discussion
DomAnnicette
Oct 21, 2023Brass Contributor
Exchange Online migration: how to export skipped items details?
Hi all, We performed a migration to Exchange Online and we have some mailboxes with the status "Investigate". I can see the messages that haven't been migrated in the details of each mailbox....
- Oct 21, 2023
I think I've found what I was looking for:
Get-MigrationUserStatistics -Identity email address removed for privacy reasons -IncludeSkippedItems | Select-Object -ExpandProperty SkippedItems | Format-List DateReceived, Subject, FolderName
DomAnnicette
Oct 21, 2023Brass Contributor
I think I've found what I was looking for:
Get-MigrationUserStatistics -Identity email address removed for privacy reasons -IncludeSkippedItems | Select-Object -ExpandProperty SkippedItems | Format-List DateReceived, Subject, FolderName