2

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?

enter image description here

Ward
  • 13,010

1 Answers1

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