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

How to Forcefully Clear the Print Queue in Windows

by Jimmy
11 years ago

Windows 8 / Windows 8.1: Set Account Picture from active directory

by Jimmy
12 years ago

Account Pictures from Active Directory (UserTile8 for Windows 8/8.1), Trouble shooting points

by Jimmy
12 years ago
Exit mobile version