Kernel Data Recovery Blog

Move Arbitration Mailbox from Exchange 2010 to 2016

Read time 5 minutes

Exchange Server 2010 has seen its end of support on October 13, 2020, and the businesses are migrating to newer versions quickly. If you migrate mailboxes from Exchange 2010 to Exchange 2016, then it will be advantageous for the business too. Exchange 2010 has only Exchange Management Console to handle on-premises mailboxes only. Exchange 2016 has online Exchange Admin Center that is accessible on any web browser.

The main objective of Exchange 2010 to Exchange 2016 migration is to move primary mailbox, public folder, archive mailbox, and shared mailbox. But the migration does not end there. There is system mailbox that are hidden, and you require to migrate these mailboxes too. System mailboxes are also known as arbitration mailbox. The article will mention that how you can migrate to Exchange 2016.

Arbitration Mailbox

The arbitration mailbox is the system mailbox from Exchange Server that saves many organizational data like audit logs, unified messing data (greetings, dial plans, and menus), and helpful metadata that helps in eDiscovery searches.

By default, the name of the arbitration mailbox is SystemMailbox{e0dc1c29-89c3-4034-b678-e6c29d823ed9}. The display name is Microsoft Exchange. After preparing the Exchange Server 2016 environment, you need to move the system mailbox (arbitration mailbox) to it. But, start the migration only after you have completed the installation and verification of the latest Exchange Server. Here are some scenarios which you will face if you do not move the system mailbox.

The system mailboxes remain hidden you cannot see them in the list of user mailboxes. But you can run a cmdlet and check its details.

Get-Mailbox -Arbitration | ft name, alias, servername

The importance of the system mailbox makes it an integral part of the upgrading process for Exchange Server, and you can migrate it using EAC or Exchange Management Shell.

Move system mailbox to Exchange Server 2016 using EAC

Login to Exchange Admin Center and follow the upcoming steps:

  1. Follow Recipients>>Migration>New (+).
  2. Click ‘Move to a different database.’ It will open the ‘New local mailbox move’ page.
  3. Click ‘Select the users that you want to move.’ Then click Add (+).
  4. At the ‘Select Mailbox’ page, including the system mailbox which has following properties:
    • The mailbox name is Microsoft Exchange.
    • The alias name for mailbox is SystemMailbox{e0dc1c29-89c3-4034-b678-e6c29d823ed9}.

    Click OK. Then click Next.

  5. A new page is ‘Move Configuration’ where you need to type of name for the migration batch. Click the option ‘Browse’ to select the Target database box.
  6. Add the mailbox database at the ‘Select Mailbox Database’ page. Verify that the new version of a chosen mailbox database is Version 15.1, which validates that the database belongs to the Exchange Server 2016. Click OK, then click Next.
  7. The next page is ‘Start the batch.’ Here choose all the options to start the migration automatically and fulfill the migration request.
  8. Finally, click New.
Move system mailbox to Exchange Server 2016 using Exchange Management Shell

You need to run several commands to complete the migration to Exchange Server 2016:

Run the following command:

Get-MailboxDatabase -IncludePreExchange2016 | FL Name, Server, AdminDisplayVersion

The command shows the name of the database, its version. When you are sure about the version of the database, then run the next command.

Get-Mailbox -Arbitration -Identity “SystemMailbox{e0dc1c29-89c3-4034-b678-e6c29d823ed9}” | New-MoveReqeust -TargetDatabase Exchange2016DatabaseName

In the last step, you can check the status of arbitration mailbox using the following command.

Get-Mailbox -Arbitration -Identity “SystemMailbox{e0dc1c29-89c3-4034-b678-e6c29d823ed9}” | FL Database, ServerName, AdminDisplayVersion

If the value of the AdminDisplayVersion is version 15.1, then it shows the arbitration mailbox belongs to Exchange 2016 Server.

After successful completion, you can easily perform multiple administrative tasks like:

Conclusion

The arbitration mailbox in Exchange Server is of great importance. If you do not migrate the arbitration mailbox and other system mailboxes, then many features will not work, and you will not be able to work on Exchange properly. At the time of Exchange 2010 to 2016 migration, you need to migrate the arbitration mailbox separately, which is not attended by many. To help you with this, here is Kernel Migrator for Exchange. It is a simple Exchange Migration tool that can access the whole database and migrate to a different Exchange Server. It conducts the migration as per your schedule and provides a complete migration report.