Need to recreate Arbitration Mailboxes as they are no longer available

Scenario:  You have arbitration mailboxes that are located on databases that are no longer accessible.   Although the mailbox is no longer accessible, the AD User account is still in tact.

Solution:  Disable and re-enable the arbitration mailboxes.  The Database DB04 is where the arbitration mailboxes lived but DB04 is gone.

Set-adserversettings -viewentireforest:$true

$1 = get-mailbox -arbitration | Where Database -like DB04 

$1 | Disable-mailbox -confirm:$false

$1 | Enable-mailbox

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: