How to clear move-requests in Exchange 2007/2010
September 11, 2012
Run this command in powershell to clear completed move-requests
Get-MoveRequest -MoveStatus Completed | Remove-MoveRequest
Run this command in powershell to clear completed move-requests
Get-MoveRequest -MoveStatus Completed | Remove-MoveRequest