Forum Discussion
Marvin Oco
Feb 10, 2021Steel Contributor
An Azure Active Directory call was made to keep object in sync between Azure Active Directory
error in adding contact in exchange online An Azure Active Directory call was made to keep object in sync between Azure Active Directory and Exchange Online. any known issue?
Marvin Oco
Feb 10, 2021Steel Contributor
Issue is caused by orphan contact.
contact is listed in Azure AD but not reflecting in GAL or in contacts search.
how do we prevent this from happening?
- Marvin OcoFeb 10, 2021Steel ContributorConnect-MsolService
Get-MsolContact -all | where {$_.EmailAddress -match "mail@contoso.com"} | FL
Remove-MsolContact -ObjectId a62325c4-53h6-48c1-84f9-9b1987364c976 -Force