Exchange 2010 Move all mailboxes to a new mailbox database
PROBLEM : This mailbox database contains one or more mailboxes, mailbox plans, archive mailboxes, or arbitration mailboxes. SOLUTION : The trick to seeing the Arbitration Mailboxes is to Set-AdServerSettings: Set-AdServerSettings -ViewEntireForest $True Run the Get-Mailbox command to see if there are any Arbitration Mailboxes : Get-Mailbox -database mbox1 -arbitration | Format-Table name,servername Name … Read more