- discovery search mailbox
- arbitration mailboxes
In the Exchange Management Shell (EMS), the discovery search mailbox is retrieved by the Get-Mailbox cmdlet. So, you can use the following to move the discovery search mailbox:
Get-Mailbox -Server RetiringServer | New-MoveRequest -TargetDatabase DBonNewServerTo get a list of the arbitration mailboxes, you need to use the -Arbitration switch with the Get-Mailbox cmdlet as shown in the screenshot below:
We had not implemented these, but other things that might trip you up are:
- archive mailboxes (use the -Archive switch)
- public folder mailboxes (use the -PublicFolder switch)
If you have not removed all mailboxes from a database before attempting to delete it, you will get the following error:
The mailbox database contains one or more mailboxes, mailbox plans, archive mailboxes, public folder mailboxes, or arbitration mailboxes.
Well done, very useful.
ReplyDelete