Configure scoped administration for regional or business unit separation
As an Intune administrator, you often need to delegate authority without granting full global access. By configuring Scope Tags and Role Assignments, you can ensure that regional or departmental admins can only view and manage the specific objects (policies, apps, devices) relevant to their role.
This guide details the specific configuration steps required to partition administrative access.
Step 1: Create Scope Tags
Scope tags are the labels you use to define visibility. Before you can partition access, you must define the tags (e.g., "Seattle-IT," "HR-Department"). This requires the Intune Administrator role.
- Sign in to the Microsoft Intune admin center.
- Go to Tenant administration > Roles > Scope (Tags).
- Select Create.
- Name: Enter a clear, descriptive name (e.g.,
Seattle-ScopeorProject-Alpha). - Description: Optional, but recommended for identifying the tag's purpose.
- Select Next to assign the tag to specific devices (optional) or just select Next > Create to initialize the tag.
Step 2: Assign Scope Tags to Objects
Once the tags exist, you must apply them to the specific items (policies, profiles, apps) you want to categorize.
To tag a Configuration Profile or Compliance Policy:
- Navigate to Devices > Windows (or relevant platform) > Configuration profiles.
- Select the configuration profile you want to assign the tag to.
- Go to Properties.
- Scroll down to Scope tags and select Edit.
- Select scope tags: Choose
Seattle-Scope. - Important: If you want to hide this object from general admins, remove the
Defaultscope tag. - Select Review + save.
To tag an Application:
- Navigate to Apps > All apps.
- Select the application (e.g., HR Benefits App).
- Go to Properties > Scope tags > Edit.
- Add the custom tag (e.g.,
HR-Scope) and save.
Step 3: Configure the Role Assignment
The Role Assignment is where you bind the user, their permissions, and their scope together.
- Go to Tenant administration > Roles > All roles.
- Choose a built-in role (e.g., Policy and Profile Manager) or a custom role you created.
- Select Assignments > Assign.
- Basics: Enter a name for the assignment (e.g., Seattle IT Policy Manager).
- Admin Groups: Select the user group containing the admins you're delegating to (e.g., Seattle IT Staff).
- Scope (Groups):
- Select Add groups.
- Choose the user/device group that these admins are allowed to target (e.g., All Seattle Users).
Note
This prevents the Seattle admin from deploying policies to New York users.
- Scope (Tags):
- Select Add scope tags.
- Choose the tag you created in Step 1 (e.g.,
Seattle-Scope).Note
This ensures the admin can only see objects with this tag.
- Select Review + create.
Verification
To verify the configuration is working:
- Ask a member of the Seattle IT Staff to sign in to the Intune admin center.
- Have them navigate to Devices > Configuration profiles.
- Confirm Visibility: They should only see the profiles tagged with
Seattle-Scope. Profiles tagged withDefaultorNew York-Scopeshould be invisible. - Confirm Targeting: Have them attempt to assign a profile. They should only be able to select the All Seattle Users group (or groups within that scope).
Best Practices
- Remove the 'Default' Tag: Every new object gets the
Defaulttag automatically. To fully secure an object (like an executive's device policy), you must explicitly removeDefaultand add a restricted tag (e.g.,Executive-IT). - Naming Conventions: Use a consistent prefix for your tags (e.g.,
Loc-Seattle,Dept-HR) to keep them organized in the selection list. - Distributed IT: If you have many regions, create a "Global" role assignment for your Central IT team that includes all scope tags, ensuring they retain full visibility while local admins are restricted.
- Multi Admin Approval (MAA): Enable Multi Admin Approval to require a second administrator to approve RBAC changes, protecting against unauthorized or accidental role assignment modifications. Covered changes include updates to role permissions, admin group memberships, and member group assignments. This dual-authorization model prevents a single compromised or careless admin from escalating privileges across the tenant. See the Multi Admin Approval documentation for setup steps.