I am migrating our local AD to Entra, our exchange went to cloud years ago and we only used the remaining on premise server for user identity management, we have now completed getting every device to Intune so are ready to fully commit to cloud only and remove reliance on an unused building (everyone is now remote working).
Using the PowerShell command:
PS C:> Set-MsolDirSyncEnabled -EnableDirsync $False
I started the process off, within 20 minutes I get $False when checking completion using:
(Get-MSOLCompanyInformation).DirectorySynchronizationEnabled
I then get email alerts about data that can't sync to cloud, when I follow the link to
https://portal.azure.com /#view/Microsoft_Azure_ADHybridHealth/AadHealthMenuBlade/~/SyncServicesList
I see 7 alerts all telling me that they are active:
- Export to Microsoft Entra ID failed.
- Connection to Microsoft Entra ID failed due to authentication failure.
- Import from Microsoft Entra ID failed.
- Password Hash Synchronization heartbeat was skipped in last 120 minutes.
- Export to Active Directory failed.
- Import from Active Directory failed.
- Synchronization has stopped for at least 24 hours.
The last one is most obviously wrong as it has been approx. 18hrs since I ran the first PowerShell.
I have used PowerShell to connect to MSOl and left the shell open and logged in, and am still getting email alerts.
The questions I have for the community are:
- Are these alerts safe to ignore - is it just because everything has fully synced and now stopped?
- If yes to 1. Can I now remove the AD role from my local DC and will this stop the alerts?
- If no to 1. Are there any remediation links that are more useful then the ones MS has provided which are very generic and do not seem to answer my specific scenario?
Many thanks in advance
Steve

