Azure AD – a single user is not syncing with Azure AD.

Problem was that a single user was not syncing with Azure AD.

In Azure AD the user attribute On-premises sync enabled was “blank”.
Normally this setting is set to True.

In my case this was because the on prem value of msExchRecipientTypeDetails was wrong.

To change this, go to on premises AD and use the attribute editor to ensure the msExchRecipientTypeDetails is set to 2147483648.

Setting in OnPrem AD was :

Needs te be  : 

To speed up the sync to Azure AD you may use these power shells :

# Force sync of your domain  
repadmin /syncall /AdeP

# Force sync to Azure AD. Run this on your AAD connect server 
start-ADSyncSyncCycle -PolicyType INitial

More information about attributes :

https://answers.microsoft.com/en-us/msoffice/forum/all/recipient-type-values/7c2620e5-9870-48ba-b5c2-7772c739c651

Leave a Reply

Your email address will not be published. Required fields are marked *