If you run the command: Get-Mailbox -Arbitration -Database DB
you see arbitration mailboxes listed.
Move them - Get-Mailbox -Arbitration -Database dbsource | New-MoveRequest -TargetDatabase dbtarget
You can also disable them unless it is the first DB in the org by doing:
Get-Mailbox -Arbitration -Database db | Disable-Mailbox -Arbitration
Friday, January 28, 2011
Subscribe to:
Posts (Atom)