ADConnect Users that do not exist in AD are synchronized

Dinto Kumar 0 Reputation points
2023-10-25T18:16:39.82+00:00

Hello everybody,

I have a very strange problem.

We have an environment with Adsync and Password Write Back activated already an anointing for some time.

We noticed a situation with 2 users.

These users no longer exist in our AD, but they appear as synchronized in AAD / Office 365.

I already delete these users manually in AAD and after a while they appear again as synchronized

I surrounded the command below and really users are synchronized, but as I mentioned users do not exist in AD.

What could be happening, has anyone been through this situation?

Get-AzureADUser -All $true | Where {$_.DirSyncEnabled -eq $true} | Select -Property DisplayName,UserPrincipalName ,DirSyncEnabled,LastDirSyncTime

Best regards,

Dinto.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,439 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Andy David - MVP 150.3K Reputation points MVP
    2023-10-25T18:29:24.0166667+00:00

    Consider opening a ticket with Azure support and ask them to remove those orphaned objects.


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.