The operation couldn't be performed because object '

This error can occur if there is an issue with the Arbitration mailbox associated with the Exchange Server.
History of Arbitration mailboxes:
Since Exchange 2003, Microsoft has introduced specific mailboxes to manage system operations.
With Exchange 2013, these mailboxes are becoming more important. For example, these mailboxes are used to operate mailbox moves or OAB (online address book) generation.
Exchange related functions that are likely to fail :
To determine if the Arbitration mailbox is problematic, execute the following Exchange Management Shell Command:
Get-mailbox -Arbitration | fl name,persis*
The results for a working environment should return the PersistedCapabilities for all Arbitration mailboxes, and by default for SystemMailbox {bb558c35-97f1-4cb9-8ff7-d53741dc928c}) the below should be listed:
========================================
Name : SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c}
PersistedCapabilities : {OrganizationCapabilityClientExtensions, OrganizationCapabilityPstProvider,
OrganizationCapabilityMessageTracking, OrganizationCapabilityUMGrammarReady,
OrganizationCapabilityMailRouting, OrganizationCapabilityOABGen,
OrganizationCapabilityUMGrammar}
========================================

Ensure the values (52:51:47:46::44:43:42:40) are present
|
PersistedCapabilities Names |
Value |
|
OrganizationCapabilityClientExtensions |
44 |
|
OrganizationCapabilityPstProvider |
52 |
|
OrganizationCapabilityMessageTracking |
51 |
|
OrganizationCapabilityUMGrammarReady |
46 |
|
OrganizationCapabilityMailRouting |
47 |
|
OrganizationCapabilityOABGen |
42 |
|
OrganizationCapabilityUMGrammar |
40 |
|
OrganizationCapabilityGMGen |
43 |