Re-Create Missing Arbitration Mailboxes
Re-Create Missing Arbitration Mailboxes
Exchange 2016 CU8 or later contains seven special system mailboxes known
types of system data and for managing messaging approval workflow. The
following table lists each type of arbitration mailbox and their responsibilities.
Expand table
OABGen
PstProvider
UMGrammar
UMGrammarReady
(Exchange 2016
only)
SystemMailbox{e0dc1c29-89c3-4034- Microsoft UMDataStorage Discovery system ma
b678-e6c29d823ed9} Exchange Provisioned for use
feature, which is u
officers to locate
specified selection
mailbox is also use
Messaging in Exchan
UM console attendin
information.
SystemMailbox{D0E409A0-AF9B-4720- Microsoft none Used for temporaril
92FE-AAC869B0D201} Exchange mails so that exter
(Exchange 2016 CU8 and later) in OWA.
SystemMailbox{2CE34405-31BE-455D- Microsoft none This mailbox contai
89D7-A7C7DA7A0DAA} Exchange of each shard in an
(Exchange 2016 CU8 and later)
If you need to re-create one of more of these arbitration mailboxes, use the
Permissions topic.
example:
press OK.
Note
either /IAcceptExchangeServerLicenseTerms_DiagnosticDataON or
/IAcceptExchangeServerLicenseTerms_DiagnosticDataOFF for
to /IAcceptExchangeServerLicenseTerms_DiagnosticDataOFF.
mailbox.
dosCopy
<Virtual DVD drive letter>:\Setup.exe
/IAcceptExchangeServerLicenseTerms_DiagnosticDataON /
PrepareAD
For example:
dosCopy
E:\
Setup.exe
/IAcceptExchangeServerLicenseTerms_DiagnosticDataON /
PrepareAD
PowerShellCopy
Enable-Mailbox -Identity "FederatedEmail.4c1f4d8b-
8179-4148-93bf-00a95fa1e042" -Arbitration
dosCopy
<Virtual DVD drive letter>:\Setup.exe
/IAcceptExchangeServerLicenseTerms_DiagnosticDataON /
PrepareAD
For example:
dosCopy
E:\
Setup.exe
/IAcceptExchangeServerLicenseTerms_DiagnosticDataON /
PrepareAD
PowerShellCopy
Enable-Mailbox -Identity "Migration.8f3e7716-2011-
43e4-96b1-aba62d229136" -Arbitration
following command:
PowerShellCopy
Set-Mailbox -Identity "Migration.8f3e7716-2011-43e4-
96b1-aba62d229136" -Arbitration -Management $true -
Force
dosCopy
<Virtual DVD drive letter>:\Setup.exe
/IAcceptExchangeServerLicenseTerms_DiagnosticDataON /
PrepareAD
For example:
dosCopy
E:\
Setup.exe
/IAcceptExchangeServerLicenseTerms_DiagnosticDataON /
PrepareAD
PowerShellCopy
Get-User -ResultSize Unlimited | where {$_.Name -like
"SystemMailbox{1f05a927*"} | Enable-Mailbox -
Arbitration
dosCopy
<Virtual DVD drive letter>:\Setup.exe
/IAcceptExchangeServerLicenseTerms_DiagnosticDataON /
PrepareAD
For example:
dosCopy
E:\
Setup.exe
/IAcceptExchangeServerLicenseTerms_DiagnosticDataON /
PrepareAD
PowerShellCopy
Enable-Mailbox -Identity "SystemMailbox{bb558c35-
97f1-4cb9-8ff7-d53741dc928c}" -Arbitration
following command:
PowerShellCopy
Get-Mailbox "SystemMailbox{bb558c35-97f1-4cb9-8ff7-
d53741dc928c}" -Arbitration | Set-Mailbox -
Arbitration -UMGrammar $true -OABGen $true -GMGen
$true -ClientExtensions $true -MessageTracking $true
-PstProvider $true -MaxSendSize 1GB -Force
4. In the Exchange Management Shell, add the required capabilities
PowerShellCopy
$OABMBX = Get-Mailbox "SystemMailbox{bb558c35-97f1-
4cb9-8ff7-d53741dc928c}" -Arbitration; Set-ADUser
$OABMBX.SamAccountName -Add
@{"msExchCapabilityIdentifiers"="40","42","43","44","
47","51","52","46"}
dosCopy
<Virtual DVD drive letter>:\Setup.exe
/IAcceptExchangeServerLicenseTerms_DiagnosticDataON /
PrepareAD
For example:
dosCopy
E:\
Setup.exe
/IAcceptExchangeServerLicenseTerms_DiagnosticDataON /
PrepareAD
following command:
PowerShellCopy
Set-Mailbox -Identity "SystemMailbox{e0dc1c29-89c3-
4034-b678-e6c29d823ed9}" -Arbitration -UMDataStorage
$true -Force
mailboxes
dosCopy
<Virtual DVD drive letter>:\Setup.exe
/IAcceptExchangeServerLicenseTerms_DiagnosticDataON /
PrepareAD
For example:
dosCopy
E:\
Setup.exe
/IAcceptExchangeServerLicenseTerms_DiagnosticDataON /
PrepareAD
PowerShellCopy
Enable-Mailbox -Identity "SystemMailbox{D0E409A0-
AF9B-4720-92FE-AAC869B0D201}" -Arbitration
Enable-Mailbox -Identity "SystemMailbox{2CE34405-
31BE-455D-89D7-A7C7DA7A0DAA}" -Arbitration
following command:
PowerShellCopy
Set-Mailbox -Identity 'SystemMailbox{2CE34405-31BE-
455D-89D7-A7C7DA7A0DAA}' -Arbitration -DisplayName
'Microsoft Exchange' -
RequireSenderAuthenticationEnabled $false -
UseDatabaseQuotaDefaults $false -SCLDeleteEnabled
$false -SCLJunkEnabled $false -SCLQuarantineEnabled
$false -SCLRejectEnabled $false -
HiddenFromAddressListsEnabled $true -Force
To verify that you've successfully re-created the arbitration mailbox, set the
search scope to search the entire Active Directory forest, and then use
mailboxes.
PowerShellCopy
Set-ADServerSettings -ViewEntireForest $true; Get-Mailbox -
Arbitration | Format-Table Name,DisplayName
View the results of the command to verify that appropriate system mailbox,
either by Name or Display Name from the above table, has been re-created.