Kernel Data Recovery Blog

How to recreate missing arbitration mailboxes in Exchange Server?

Read time 3 minutes

Exchange Server administrators experience one or other issues in the Exchange environment as part of its management. For example, after migration to on-premises Exchange 2013 or later versions, an issue is commonly observed where Event log errors are received with the mention of arbitration mailboxes. It means these mailboxes are either in a corrupt state or are missing.

Arbitration mailboxes

Arbitration mailboxes are also called as Exchange system mailboxes whose functions are related to local system data and message workflow management.

The five arbitration mailboxes with their functionalities are provided below:

So, now, to deal with the errors related to arbitration mailboxes like corruption or missing mailboxes after migrating to on-premises Exchange, we have the option to recreate these mailboxes. We would be discussing the complete method along with pre-requirements here.

Pre-requirements

Enabling arbitration mailboxes

After recreating mailboxes, you need to enable them with the following commands in Exchange Management Shell.

You can verify the successful recreation of the arbitration mailboxes by the execution of this command again with ADServer settings.

Set-ADServerSettings -ViewEntireForest $true; Get-Mailbox -Arbitration | Format-Table Name,DisplayName

So, now you would find relief from the Event logs errors or other issues like missing, corrupted, or deleted arbitration mailboxes while DAGs are corrupted and recreated.

Conclusion

Arbitration or system mailboxes in Exchange could be missing or corrupted during migration, causing many issues like restriction in local movement of mailboxes. We have discussed the manual solution for recreating the Exchange arbitration mailboxes using Exchange Management Shell cmdlets.