PROBLEM
Consider the following scenario:
- You have an on-premises Active Directory object.
- Directory synchronization is used to sync the Active Directory object to Microsoft Azure Active Directory (Azure AD). This creates a linked object.
- You delete the on-premises Active Directory object.
CAUSE
This issue may occur if one of the following conditions is true:
- Directory synchronization hasn't yet occurred.
- Directory synchronization unexpectedly failed to delete a specific cloud object and results in an orphaned Azure AD object.
SOLUTION
To fix this issue, follow these steps:
- Force directory synchronization. For more info about how to do this, go to the following Microsoft website:
- Check that directory synchronization occurred correctly. For more info about how to do this, go to the following Microsoft website:
- If sync is working correctly but the Active Directory object deletion is still not propagated to Azure AD, you can manually remove the orphaned object by using one of the following Azure Active Directory Module for Windows PowerShell cmdlets:
Remove-MsolContact
For example, to manually remove orphaned user ID john.smith@contoso.com that was originally created by using directory synchronization, you would run the following cmdlet:
Remove-MsolGroup
Remove-MsolUserRemove-MsolUser –UserPrincipalName John.Smith@Contoso.com
MORE INFORMATION
Still need help? Go to Microsoft Community or the Azure Active Directory Forums website.