I migrated 5 huge size mailboxes (maximum is 50GB) to my new exchange database in exchange 2016. After waiting couples of hours, I got success migration message but those mailboxes are still in old exchange database (Check the below screenshot). How can I sort it out?
Asked
Active
Viewed 900 times
1 Answers
0
You could run the following cmdlet Get-MigrationUser | Remove-MigrationUser -Force
Then clear the followings for the move user in ADSI:
msExchMailboxMoveFlags
msExchMailboxMoveSourceMDBLink
msExchMailboxMoveStatus
msExchMailboxMoveTargetMDBLink
and try to move the mailbox again.
Jayce
- 834
