Azure AD Connect was removed and user still mark with replicated user

Diogo Mello 1 Reputation point
2020-11-26T16:14:55.883+00:00

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
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Andy David - MVP 157.8K Reputation points MVP Volunteer Moderator
    2020-11-26T16:21:35.57+00:00
    1 person found this answer helpful.
    0 comments No comments

  2. 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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.