Share via

Azure AD directory issue

sns 9,246 Reputation points
Jan 26, 2022, 7:19 AM

I have synced few users ( below are the highlighted users ) from ON premises to Azure AD by installing Azure AD connect in the On premises server.
However I am not sure why below notification came to may mail id and also not clear on blog what he is trying to say , Can u please suggest what I exactly I have to do?
168606-mail.png168538-usersfromazureonpremisis.png

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
24,133 questions
{count} votes

Accepted answer
  1. AmanpreetSingh-MSFT 56,811 Reputation points
    Jan 27, 2022, 7:54 AM

    Hi @sns • Thank you for reaching out.

    I would suggest you check the output of Get-ADSyncScheduler command to confirm if SyncCycleEnabled is set to true. If it is set to false, run Set-ADSyncScheduler -SyncCycleEnabled $true cmdlet to enable it and also check the SyncCycleInterval. If the value is more than 24 hrs., make sure it is set to <24hrs. by using Set-ADSyncScheduler -CustomizedSyncCycleInterval d.HH:mm:ss cmdlet.

    168857-image.png

    If everything is configured as per the settings in the above image (default settings), try synching a new user account and resetting the password of a user already synced, run Start-ADSyncSyncCycle -PolicyType Delta cmdlet and make sure the changes reflect in Azure AD. Also, check the application event logs on the AD Connect server to confirm that there is no error during the sync cycle. If the sync cycle runs and completes successfully on the AD Connect server as per the configured SyncCycleInterval, you shouldn't get the email.

    However, if you still get the error, please follow the below troubleshooting document:

    Directory synchronization to Azure Active Directory stops or you're warned that sync hasn't registered in more than a day

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


1 additional answer

Sort by: Most helpful
  1. Andy David - MVP 155K Reputation points MVP
    Jan 26, 2022, 1:53 PM

    If you just installed AADConnect, I would ignore that message until the sync is complete.


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.