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

Clear All Event Viewer Logs

by Jimmy
7 years ago

How to find the existing email forwarding configured on mail flow settings

by Jimmy
12 years ago

How to Forcefully Clear the Print Queue in Windows

by Jimmy
10 years ago
Exit mobile version