Azure – AD sync to Azure AD: “AccountEnabled” is invalid

active-directoryazureazure-active-directorysynchronization

I am syncing our local AD (from SBS 2011) to Azure AD using the DirSync tool, but since a few days I get an error like the following (translated from local language):

The object can't be updated in Windows Azure Active Directory, because the attribute "AccountEnabled" is invalid. Update this value in your lokal directory service.

Does someone know what this attribute is about and how I can fix that?

I also get a "Local ID of the object" – can I search that object somehow in my local AD?

Best Answer

I know this is an old post, but recently had a flood of emails with the same error. It seems to have started after I ran 'full sync' on just the 365 connector.

The emails stopped after a doing a proper full import and sync. With the recent version of Azure AD Connect the PowerShell command for this is:

Start-ADSyncSyncCycle -PolicyType Initial
Related Topic