About the arbitration mailbox during Exchange Server migration

sakura_snow_blossom 190 Reputation points
2023-08-19T11:06:56.4233333+00:00

Thank you

*The content written in Japanese has been converted to English using a translation application, so I apologize if there are any mistranslations.

Due to the end of support for Exchange Server 2013, we are planning to switch to Exchange Server 2019.

Is there a way to move the arbitration mailbox when migrating to Exchange Server, or is there no problem if I recreate it using "Enable-Mailbox" on the destination server?

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Exchange | Exchange Server | Management
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. Amit Singh 5,306 Reputation points
    2023-08-21T08:52:33.47+00:00

    Also, here are some of the problems that can occur if you recreate the arbitration mailbox:

    The arbitration mailbox may be unable to replicate the other Exchange servers in the organization.

    The arbitration mailbox may not be able to perform its functions properly.

    The arbitration mailbox may become corrupted.

    Therefore, moving the arbitration mailbox to the new Exchange server is best as part of the migration process.

    For more insight - https://hackersonlineclub.com/how-to-move-arbitration-mailboxes-in-exchange-server/

    Please Note: Since the web sites are not hosted by Microsoft, the links may change without notice. Microsoft does not guarantee the accuracy of this information.

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Aholic Liang-MSFT 13,886 Reputation points Microsoft External Staff
    2023-08-21T06:01:08.9333333+00:00

    Hi @ sakura_snow_blossom,

    You could migrate the arbitration mailboxes from Exchange 2013 to Exchange 2019.

    The specific steps are as follows:

    1. View the arbitration mailboxes in the two servers separately:
    get-mailbox -server “exchange-2013” -Arbitration
    get-mailbox -server “exchange-2019” -Arbitration
     
    
    1. Use the following command to move them to the database in Exchange 2019:
    get-mailbox -server “exchange-2013” -Arbitration | New-MoveRequest -TargetDatabase "Mailbox Database 2019"
    
    1. Run the following command to check the progress:
    Get-MoveRequest | Get-MoveRequestStatistics
    
    1. Finally, you can check Exchange 2019 again to verify if it was successful:
    get-mailbox -server “exchange-2019” -Arbitration
    

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.

  2. Penny Miller 116 Reputation points
    2023-10-12T14:49:37.3666667+00:00

    Get-Mailbox -Arbitration | fl name, displayname, database, admindisplayversion

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.