Moving all Arbitration mailboxes to new database

If any arbitration mail boxes exist in an exchange server database, exchange server won’t allow the remove the mail box.

Using the below script we can find all existing arbitration mailboxes on database

Get-Mailbox -Database NormalN -Arbitration
Get-Mailbox -Arbitration -Database "NormalN" | Set-Mailbox -Arbitration -Database "Normal"

Related posts

Delete all contacts & contact groups from a Lync-2010 User

by Jimmy
14 years ago

SQL Query to get the deadlocks

by Jimmy
16 years ago

Delete an email with a specific subject from all mailboxes

by Jimmy
10 years ago
Exit mobile version