Forum Discussion
jopapa777
Oct 15, 2021Copper Contributor
Not able to add an alias email in microsoft 365
When I go to add an alias I get this error. An Azure Active Directory call was made to keep object in sync between Azure Active Directory and Exchange Online. However, it failed. Detailed error mess...
VasilMichev
Oct 16, 2021MVP
You seem to already have an object that uses said email. Easiest way to located the object is via:
Get-Recipient address@domain.com
Get-Recipient address@domain.com
- BlueSkyFeb 24, 2024Copper ContributorThis is not related to duplicated objects. If I try to add a fictive alias, let's says "welrij34345" I still get same error.
- GScottAronsonOct 22, 2021Copper ContributorWhere do I do the Get-Recipient? I tried adding aliases for other accounts/email addresses.
Using both m365 admin console, and Exchange admin console...- VasilMichevOct 22, 2021MVPConnect to Exchange Online PowerShell: https://docs.microsoft.com/en-us/powershell/exchange/connect-to-exchange-online-powershell?view=exchange-ps
- GScottAronsonOct 22, 2021Copper ContributorThanks Vasil,
But since I can add alias to group email addresses, but just not to individual email addresses.