Exchange 2003 > 2010 Migration end phase, Remove MOVE Request fails with console
After decommission of Exchange 2003 you are not able to remove past LOCAL MOVE Request because the SOURCE MDB is not valid. You have to remove the Existing old MOVE Requests with Powershell.
If you are sure all MOVES have finished you can use following coommand:
Get-moveRequest | Remove-moveRequest
Error:
The Green arrow shows you that a MOVE Request has been done.
If you want to remove the PAST Move request and the source Mailbox is not valid anymore you receive this error.
The solution:
Powershell: Get-moveRequest | Remove-moveRequest