When a new user is created using ADManager Plus, the Manager field is correctly populated within the Active Directory. However, after synchronization via DirSync or Microsoft Entra Connect, the Manager attribute is not reflected in Microsoft Entra ID—the user account is visible, but the Manager field remains empty.
The manager value set in ADManager Plus is not properly written to the manager attribute in Active Directory.
The synchronization rules in Microsoft Entra Connect do not include the manager attribute.
Microsoft Entra Connect is currently in staging mode, so no changes are being exported.
The account used by Microsoft Entra Connect does not have sufficient read permissions to access the manager attribute.
Active Directory replication delays may be preventing the manager value from syncing in time.
The assigned manager is from a different domain that isn’t configured or recognized within ADManager Plus.
The service account used in ADManager Plus must have permission to update the manager attribute in Active Directory and Microsoft Entra ID permissions.
Microsoft Entra Connect must be running in active mode (not staging).
Open Active Directory Users and Computers (ADUC), locate the user, and navigate to the Attribute Editor tab under Properties.
Check if the manager attribute is populated with the distinguishedName of a valid Active Directory user.
If it’s blank, ADManager Plus may not have written the value correctly. In that case, review the user creation template in ADManager Plus to ensure the Manager field is configured and mapped properly.
If the assigned manager belongs to a different domain, ensure that domain is configured in ADManager Plus:
Go to ADManager Plus > Directory/Application Settings > Active Directory.
Confirm that the domain is listed and marked as reachable.
If the domain is missing, add it using valid credentials.
Also, verify that the technician who created the user has the necessary permissions to access and assign users from that domain.
Open Microsoft Entra Connect and select Customize synchronization options.
Review the OU and group filtering settings to verify that the manager’s account resides within the defined sync scope.
If the manager’s object is excluded, the Manager attribute will not sync to Microsoft Entra ID.
Open the Synchronization Rules Editor on the Microsoft Entra Connect server.
Check the inbound rules for user objects from Active Directory and confirm that the manager attribute is included in the mapping.
If it’s not present, create a custom sync rule to map the manager attribute from Active Directory to the Microsoft Entra ID metaverse.
You can use ADUC or PowerShell scripts to confirm and adjust these permissions if needed.
On the Microsoft Entra Connect server, open PowerShell and execute the following command:
Start-ADSyncSyncCycle -PolicyType Initial
Wait until the synchronization cycle completes successfully.
Log in to the Microsoft Entra ID admin portal (https://entra.microsoft.com)
Go to Users > [affected user] > Profile, and check whether the Manager field is now correctly populated.
Use Synchronization Service Manager (miisclient.exe) to monitor synchronization flows and troubleshoot attribute mapping issues.
If the manager is recently assigned or updated, wait for Active Directory replication to complete before the next sync cycle.
Consider enabling diagnostic logging in Microsoft Entra Connect for deeper insight into sync failures.
If the issue persists, contact our support team here.