Share via

Azure AD synch errors

Cornelius Tamakloe 0 Reputation points
2024-01-02T12:39:31.16+00:00

I keep getting the error below in my Azure AD connector server

exported-change-not-reimported

Microsoft Security | Microsoft Entra | Microsoft Entra ID

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-01-02T21:55:54.56+00:00

    Hi @Cornelius Tamakloe , this error message usually occurs when there are changes that have been exported to Azure AD but have not been re-imported back to the on-premises Active Directory. To resolve this issue, you can follow the steps below:

    1. Run a Full Synchronization on the on-premises Active Directory Connector. To do this, right-click the on-premises Active Directory Connector and select Run. In the pop-up dialog box, select Full Synchronization and then click OK. Wait for the operation to finish.
    2. Verify Pending Exports to Azure AD. To do this, right-click the Azure AD Connector and select Search Connector Space. In the Search Connector Space pop-up dialog box, set Scope to Pending Export, select all three check boxes (Add, Modify, and Delete), and click the Search button to get the list of objects with changes to be exported. To examine the changes for a given object, double-click the object. Verify that the changes are expected.
    3. Run Export on the Azure AD Connector. To do this, right-click the Azure AD Connector and select Run. In the Run Connector pop-up dialog box, select Export and then click OK. Wait for the export to Azure AD to finish.
    4. Re-enable the sync scheduler. To do this, start a PowerShell session and run the cmdlet Set-ADSyncScheduler -SyncCycleEnabled $true.

    Please let me know if you have any questions and I can help you further.

    If this answer helps you please mark "Accept Answer" so other users can reference it.

    Thank you,

    James

    Was this answer helpful?

    0 comments No comments

Your answer

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