Exchange 2010 and Arbitration Mailboxes

Exchange 2010 and Arbitration Mailboxes

e2010Sometimes you can run the following cmdlet:  

 

Get-MailboxArbitration

 

and you could get an empty list of Arbitration Mailboxes.

If you don’t know what is Arbitration Mailboxes, here is what tech-net says about them:

Arbitration mailboxes are used for managing approval workflow. For example, an arbitration mailbox is used for handling moderated recipients and distribution group membership approval.

So, it’s obvious, it’s better to have those mailboxes Smile.

As a first step, we should validate if we have accounts for those mailboxes. By default, they should be created in domain.local/Users and named as follows:

 

  • SystemMailbox{GUID}
  • SystemMailbox{GUID}
  • DiscoverySearchMailbox{GUID}
  • FederatedEmail.GUID

 

If don’t have those records, we should run again the following command from the Exchange 2010 DVD:

 

setup.exe /PrepareAD

 

If we have those accounts, or we recreated them by running  setup.exe /PrepareAD, we to need create mailboxes for them. It’s a very simple task, all what we have to do, is to run the following commands:

 

Enable-Mailbox –Arbitration –Identity "SystemMailbox{GUID}"

Enable-Mailbox –Arbitration –Identity "SystemMailbox{GUID}"

Enable-Mailbox -Discovery -Identity "DiscoverySearchMailbox{GUID}"

Enable-Mailbox -Discovery -Identity "FederatedEmail.GUID"

 

Note: Remember to use quotation marks, otherwise commands won’t work.

About the Author

Misha Hanin

Hi, my name is Misha Hanin. I have served as an IT Network Administrator and IT Consultant for over 15 years. I have a number of certifications including CNE, Citrix CCA, VMWare VCP, MCP+I, MCSE, MCTS, MCITP Enterprise Messaging Administrator & MCITP Enterprise Administrator. Microsoft presented me with the 2008 Microsoft® MVP Award (MVP) in Windows Server - Admin Frameworks! 

Comments (3):

  1. What an all ’round amazingly written piece..

  2. That was a really good post.

  3. Excelent Post:)

Leave a Reply



*