Once you’ve transferred all your workloads to Azure, you still need to manage your synced identities. To completely migrate them to the cloud and manage them entirely within Azure, simply follow these simple steps:
- Disable Entra ID Connect synchronization
- Wait some time after you stopped the synchronization
- Install-Module MSOnline
- You still have to use the old MSOnline Module (Not yet migrated to Graph)
- Connect-MsolService
- Set-MsolDirSyncEnabled -EnableDirSync $false
- Check the Microsoft Admin Portal. The sync status of the users should be like in the screenshot.