Moving all Arbitration mailboxes to new database
Microsoft Exchange, Servers, Technology
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"
Tags In
Related Posts
Donate
If you find this blog is helpful for you, you can consider to offer a coffee by pressing the donate button.