Try our new Certificate Revocation List Check Tool
CRLcheck.exe is a tool developed to verify digital signatures of executable files. It collects files from known paths on your client, checks their signature, and checks Certificate Revocation Lists (CRL) and OCSP download. This helps avoid delays in launching files.
Category published:  Exchange 2007 Exchange 2010 Microsoft Exchange   Click on the Category button to get more articles regarding that product.

Exchange 2003 > 2010 Migration end phase, Remove MOVE Request fails with console

Posted by admin on 23.01.2012

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

  


 Category published:  Exchange 2007 Exchange 2010 Microsoft Exchange   Click on the Category button to get more articles regarding that product.