Did you disable sync?
Azure AD Connect was removed and user still mark with replicated user
Hi,
In Azure AD it appears that the user is synchronized with on premise AD, however Azure AD connect has been uninstalled and removed.
How do I change the account status in Azure AD?
Thanks
Diogo
Microsoft Security | Microsoft Entra | Microsoft Entra ID
2 answers
Sort by: Most helpful
-
Andy David - MVP 157.8K Reputation points MVP Volunteer Moderator
2020-11-26T16:21:35.57+00:00 -
VipulSparsh-MSFT 16,311 Reputation points Microsoft Employee
2020-11-27T06:40:15.82+00:00 @Diogo Mello As suggested by Andy, until you turn off the directory synchronization the users will still show Directory synced.
Here are the steps to turn it off for your directory :To turn off Directory synchronization:
First, install the required software and connect to your Microsoft 365 subscription. For instructions, see Connect with the Microsoft Azure Active Directory Module for Windows PowerShell.
Use Set-MsolDirSyncEnabled to disable directory synchronization:
Set-MsolDirSyncEnabled -EnableDirSync $false
-----------------------------------------------------------------------------------------------------------------
If the suggested response helped you resolve your issue, please do not forget to accept the response as Answer and "Up-Vote" for the answer that helped you for benefit of the community.