logo
search
Others

How to Add a Manager for a Microsoft 365 User in a Hybrid Environment

Maira MehtabMaira Mehtab Sep 22, 2026 869 views

Question details

The user needs to correctly synchronize a user's manager attribute from an on-premises Active Directory to Microsoft Entra ID in a Microsoft 365 hybrid environment.

Product
Microsoft 365 / Active Directory
Device & OS
not provided
Scenario
Managing organizational attributes in a hybrid IT environment where on-premises Active Directory users are synchronized with Microsoft Entra ID (formerly Azure AD).
Observed behavior
To reflect accurately in Microsoft 365, the manager attribute must be set on the authoritative on-premises Active Directory rather than edited directly in the cloud.
Before you start

Ensure you have administrative access to the on-premises Active Directory server and verify that Microsoft Entra Connect is actively running without basic connectivity issues.

Solution 1Recommended

Set the Manager Attribute via On-Premises Active Directory

Because the on-premises Active Directory is authoritative for synchronized users, you must update the manager attribute locally and allow the changes to sync to the cloud.

In a hybrid environment, user objects mastered on-premises cannot have specific organizational properties modified directly in Microsoft 365. The local Active Directory remains the source of truth, meaning any changes must be made there first and then synchronized via Microsoft Entra Connect.

1
Open Active Directory Users and Computers

Log into your on-premises server and launch 'Active Directory Users and Computers' (ADUC).

2
Locate the target user

Find the user account that needs a manager assigned, right-click the object, and select 'Properties'.

3
Update the Organization tab

Navigate to the 'Organization' tab. Under the Manager section, click 'Change...' and search for the manager's user account to assign it.

4
Verify the manager's sync status

Ensure that the user assigned as the manager is also a synchronized object within the scope of your Microsoft Entra Connect setup.

5
Run synchronization

Wait for the next scheduled sync cycle, or force a delta sync by running the 'Start-ADSyncSyncCycle -PolicyType Delta' command in PowerShell on the Entra Connect server.

6
Check logs for errors

Open the Synchronization Service Manager to confirm that the changes were exported to Entra ID without any sync errors.

Do Not Edit in the Cloud: Do not attempt to edit the manager property directly in the Microsoft 365 admin center or Entra ID for an on-premises-mastered object, as it will cause conflicts or be grayed out.
Free Microsoft Office alternative

Switch to WPS Office for a Lightweight Business Solution

While backend directory synchronization requires specific IT tools, your team's daily document tasks don't have to be complicated. WPS Office provides a highly compatible, easy-to-deploy, and free alternative to expensive Microsoft 365 subscriptions.

  1. 1. Download the installer: Visit the official WPS Office website and download the free installation package tailored for your operating system.
  2. 2. Install and deploy: Run the installer. Its lightweight nature allows for quick deployment across multiple workstations without heavy resource demands.
  3. 3. Open existing documents: Launch WPS Office and open your existing Microsoft Office files immediately without any conversion processes.
Seamlessly open, edit, and save Microsoft Word, Excel, and PowerPoint formats (.docx, .xlsx, .pptx).Lightweight installation ensures fast performance across diverse hardware in your organization.Familiar user interface reduces the learning curve and IT training overhead.Integrated PDF editing and cloud collaboration tools built directly into the suite.
microsoft office alternative - wps office

Frequently Asked Questions

Why can't I edit the manager attribute directly in the Microsoft 365 Admin Center?

In a hybrid Microsoft 365 environment, the on-premises Active Directory acts as the authoritative source of truth for synchronized users. Therefore, modifying the manager attribute for an on-premises-mastered account directly in the cloud is restricted to prevent data conflicts.

What should I do if the manager attribute is still not synchronizing?

First, verify that the assigned manager is also synchronized to Microsoft 365. Next, check if the manager attribute is included in your synchronization scope. Finally, review the Microsoft Entra Connect configuration and use the Synchronization Service Manager to inspect logs for specific export errors.

How do I force Microsoft Entra Connect to synchronize changes immediately?

You can force a delta synchronization by opening PowerShell as an administrator on your AD Connect server and executing the cmdlet: 'Start-ADSyncSyncCycle -PolicyType Delta'.