Forum Discussion
jblanzaderas
Jan 18, 2021Copper Contributor
Unable to delete Shared Mailboxes
We are trying to remove a shared mailbox to convert them into Groups, however we are getting this error message. Error: An Azure Active Directory call was made to keep object in sync between Az...
jblanzaderas
Jan 25, 2021Copper Contributor
I filed a support ticket to this and the team is still looking into it. There isn't any duplicate value in place - however, when we ran a script in PowerShell the dualwrite value was set to True/enabled: Not sure what does that means tho.
saifs1980
Jan 25, 2021Copper Contributor
yes this is because of recent update from MS that they have enabled dual write feature for all tenants and this will be permanent feature as of now.
https://techcommunity.microsoft.com/t5/exchange-team-blog/exchange-online-improvements-to-accelerate-replication-of/ba-p/837218
I faced various issues like not able to add alias.
Getting error: Another object with the same value for property EmailAddresses already exists.
The issue may be transient and please retry a couple of minutes later. If issue persists, please see exception members for more information.
Cmdlet-UnableToWriteToAadException]
If you look at the error details it says "UnableToWriteToAadException". When we connect to powershell of the tenant and run command:
- Ran command: Get-OrganizationConfig | fl IsDualWriteEnabled
IsDualWriteEnabled : True
A support ticket and you need to tell MS to disable the feature. Then you can remove shared mailbox.
https://techcommunity.microsoft.com/t5/exchange-team-blog/exchange-online-improvements-to-accelerate-replication-of/ba-p/837218
I faced various issues like not able to add alias.
Getting error: Another object with the same value for property EmailAddresses already exists.
The issue may be transient and please retry a couple of minutes later. If issue persists, please see exception members for more information.
Cmdlet-UnableToWriteToAadException]
If you look at the error details it says "UnableToWriteToAadException". When we connect to powershell of the tenant and run command:
- Ran command: Get-OrganizationConfig | fl IsDualWriteEnabled
IsDualWriteEnabled : True
A support ticket and you need to tell MS to disable the feature. Then you can remove shared mailbox.