Forum Discussion

rtpcrew's avatar
rtpcrew
Copper Contributor
Feb 25, 2025

Arbitration Mailboxes not available

I have an environment with an Exchange 2013 (15.00.1497.048) and an Exchange 2019 CU14 server installed. The new 2019 server appears to be fully operational with the exception of the system mailboxes, which means I cannot migrate the mailboxes off the 2013 server.

What I have tried to resolve this issue:

  1. Re-run /PrepareAD - This did create the AD accounts; however, the system mailboxes were not created and when attempting to enable them getting the following error:
    "The user's Active Directory account must be logon-disabled for linked, shared, or resource mailbox."
  2. Checked for disabled or soft-deleted mailboxes - none that match the GUIDs for the system mailboxes
  3. Deleted the system accounts from Active Directory and re-ran /PrepareAD. It ran successfully and created the AD accounts; however, still getting the same error when attempting to enable the mailboxes.

Looking for any insight into how to resolve this issue.

2 Replies

  • RaiderRider's avatar
    RaiderRider
    Copper Contributor

    Similar issue here. We deleted all arbitration accounts and ran PrepareAD which re-created all the accounts. When we try to to enable any of the arbitration mailboxes we receive the following error:

    "The user's Active Directory account must be logon-disabled for linked, shared, or resource mailbox."

    We tried the New-MoveRequest but nothing happens. I assume this is because the Migration mailbox is not created. When we try to view the mailbox list using the below command we receive no results.

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

    How do we resolve the logon-disabled error?

  • Dan_Snape's avatar
    Dan_Snape
    Iron Contributor

    PrepareAd creates the AD accounts and the mailboxes. These are "hidden" so you won't see them in the GUI and you won't see them in PowerShell unless you specify that you are looking for arbitration mailboxes. You definitely shouldn't need to enable them as mailboxes. All you need to do is migrate them to a mailbox database on the new server

    Set-ADServerSettings -ViewEntireForest $True

    Get-Mailbox -Arbitration | New-MoveRequest -TargetDatabase <Ex2019DatabaseName>

     

    If you do need to recreate them, the steps are outlined here:

    https://learn.microsoft.com/en-us/exchange/architecture/mailbox-servers/recreate-arbitration-mailboxes?view=exchserver-2019

Resources