July 2017
Intermediate to advanced
648 pages
31h 9m
English
You cannot perform a move request for a mailbox if there is already an existing move request associated with that mailbox. This is true regardless of the move request status, whether it is complete, pending, canceled, or failed. You can use the Remove-MoveRequest cmdlet to delete an existing move request for a single mailbox using the following syntax:
Remove-MoveRequest testuser -Confirm:$False
If you perform frequent moves, you may find it necessary to regularly delete all the existing move requests in the organization. To do this, use the following command:
Get-MoveRequest -ResultSize Unlimited | Remove-MoveRequest -Confirm:$False
Keep in mind that stored move requests can provide detailed information, which ...
Read now
Unlock full access