# Move a mailbox to an other DB: New-MoveRequest -Identity "username@domain.de" -TargetDatabase "DB02" # Display a list of moving mailboxes: Get-MoveRequest | Get-MoveRequestStatistics # Remove all completed requests: Get-MoveRequest -movestatus completed | remove-moverequest # Verify if the mailbox is moved Get-Mailbox "john.doe@alitajran.com" | Format-List Database