Skip to content

Commit d404dac

Browse files
authored
Merge pull request #7992 from lenewsad/Enrollment_TOC_Changes
TOC updates for enrollment
2 parents e2415a8 + 0928999 commit d404dac

4 files changed

Lines changed: 68 additions & 87 deletions

File tree

memdocs/intune/enrollment/device-enrollment-manager-enroll.md

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords:
88
author: Lenewsad
99
ms.author: lanewsad
1010
manager: dougeby
11-
ms.date: 05/10/2022
11+
ms.date: 07/12/2022
1212
ms.topic: how-to
1313
ms.service: microsoft-intune
1414
ms.subservice: enrollment
@@ -59,7 +59,18 @@ These Azure AD roles can manage device enrollment managers:
5959
* Global Administrator
6060
* Intune Service Administrator role in Azure AD
6161

62-
They can add and delete device enrollment managers, and view all DEM users in the Microsoft Endpoint Manager admin center.
62+
People assigned these roles can add and delete device enrollment managers, and view all DEM users in the Microsoft Endpoint Manager admin center.
63+
64+
## Add a device enrollment manager
65+
66+
1. Sign in to the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431).
67+
2. Select **Devices** > **Enroll devices**.
68+
3. Select **Device enrollment managers**.
69+
4. Select **Add**.
70+
3. In the **User name** field, enter the user principal name of the user you're adding.
71+
6. Select **Add**. The new device enrollment manager is added to the list of DEM users.
72+
73+
To remove someone as a device enrollment manager, select their name in the list and then choose **Delete**.
6374

6475
## Limitations
6576

@@ -97,20 +108,4 @@ Only the local device appears in the Company Portal app or Company Portal websit
97108
### Number of accounts
98109
There's a limit of 150 DEM accounts in Microsoft Intune.
99110

100-
## Add a device enrollment manager
101-
102-
1. Sign in to the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431), choose **Devices** > **Enroll devices** > **Device enrollment managers**.
103-
104-
2. Select **Add**.
105-
106-
3. On the **Add User** blade, enter a user principal name for the DEM user, and select **Add**. The DEM user is added to the list of DEM users.
107-
108-
109-
## Remove device enrollment manager permissions
110-
111-
Removing a device enrollment manager doesn't affect enrolled devices.
112-
113-
### To remove a device enrollment manager
114111

115-
1. Sign in to the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431), choose **Devices** > **Enroll devices** > **Device enrollment managers**.
116-
2. On the **Device enrollment managers** blade, select the DEM user, and select **Delete**.

memdocs/intune/enrollment/device-group-mapping.md

Lines changed: 33 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -33,65 +33,51 @@ ms.collection: M365-identity-device-management
3333

3434
[!INCLUDE [azure_portal](../includes/azure_portal.md)]
3535

36-
To make managing devices easier, you can use Microsoft Intune device categories to automatically add devices to groups based on categories that you define.
36+
Device categories allow you to easily manage and group devices in Microsoft Intune. Create a category, such as *sales* or *accounting*, and Intune automatically add all devices that fall within that category to the corresponding device group in Intune.
3737

38-
Device categories use the following workflow:
39-
1. Create categories that users can choose from when they enroll their device.
40-
2. When users of iOS/iPadOS and Android devices enroll a device, they must choose a category from the list of categories you configured. To assign a category to a Windows device, users must use the Company Portal website.
41-
3. You can then deploy policies and apps to these groups.
38+
To enable categories in your tenant, you must create a category in the Microsoft Endpoint Manager admin center and set up dynamic Azure Active Directory (Azure AD) security groups.
39+
40+
This article describes how to configure and edit device categories.
4241

43-
You can create any device categories you want. For example:
44-
- Point-of-sale device
45-
- Demonstration device
46-
- Sales
47-
- Accounting
48-
- Manager
42+
## Configure device categories
4943

50-
## How to configure device categories
44+
You must be a Global Administrator or Intune Administrator to perform these steps.
5145

52-
You need to be a Global Administrator or Intune Administrator to perform these steps.
53-
54-
### Step 1: Create device categories in Intune
46+
### Step 1: Create device category in Intune
5547
1. Sign in to the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431).
56-
2. Choose **Devices** > **Device categories** > **Create device category** to add a new category.
57-
3. On the **Create device category** pane, enter a **Name** for the new category, and an optional **Description**.
58-
4. When you are done, select **Create**. You can see the new category in the list of categories.
59-
60-
You'll use the device category name when you create Azure Active Directory (Azure AD) security groups in step 2.
61-
62-
### Step 2: Create Azure Active Directory security groups
63-
In this step, you'll create dynamic groups in the Azure portal, based on the device category and device category name.
64-
65-
To continue, refer to [Using attributes to create advanced rules](/azure/active-directory/users-groups-roles/groups-dynamic-membership#using-attributes-to-create-rules-for-device-objects) in the Azure AD documentation.
66-
67-
Use the information in this section to create a device group with an advanced rule, by using the **deviceCategory** attribute. For example: **device.deviceCategory -eq** "*the device category name you got from the Azure portal*".
48+
2. Choose **Devices** > **Device categories**.
49+
3. Select **Create device category** to add a new category.
50+
4. Enter the name of the new category, such as `HR` and an optional description.
51+
5. Select **Next**.
52+
6. Optionally, assign a scope tag, like `US-NC IT Team` or `JohnGlenn_ITDepartment`, to limit management of the category to specific IT groups. For more information about scope tags, see [Use RBAC and scope tags for distributed IT](../fundamentals/scope-tags.md).
53+
7. Select **Next**.
54+
8. Select **Create**. The new category is added to your **Device categories** list.
6855

69-
After you configure device groups, and users enroll their device, they are presented with a list of the categories you configured. After they choose a category and finish enrollment, their device is added to the Active Directory security group that corresponds with the category they chose.
56+
You'll use the device category name when you create Azure Active Directory (Azure AD) security groups in the next step.
7057

71-
### View the categories of devices that you manage
58+
### Step 2: Create Azure AD security groups
7259

73-
1. Sign in to the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431), choose **Devices** > **All devices**.
60+
To enable automatic grouping, you must create a dynamic group using attribute-based rules in Azure AD. For instructions, see [Using attributes to create advanced rules](/azure/active-directory/users-groups-roles/groups-dynamic-membership#using-attributes-to-create-rules-for-device-objects) in the Azure AD documentation. Create an advanced rule for your group using the **deviceCategory** attribute and the category name you created in [Step 1](device-group-mapping.md#step-1-create-device category-in-Intune) of this article.
7461

75-
2. In the list of devices, examine the **Device category** column.
62+
For example, to create a rule that automatically groups devices belonging in the HR category, use the following rule syntax: `device.deviceCategory -eq "HR"`
7663

77-
If the **Device category** column isn't shown, select **Columns** > **Category** > **Apply**.
64+
### View categories of all devices
65+
Sign in to the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431) and go to **Devices** > **All devices** for a list of all devices. The **Device category** column shows the category assigned to each device.
66+
67+
If the **Device category** column isn't visible in the table, select **Columns** and then choose **Category** > **Apply**.
7868

79-
### Change the category of a device
69+
When you delete a category, devices assigned to it appear as **Unassigned**.
8070

81-
1. Sign in to the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431), choose **Devices** > **All devices** > choose the device you want > **Properties**.
82-
2. On the next blade, you can change the **Device category** of the selected device to any of the category names you previously configured.
71+
### Change the category of a device
72+
If you edit a category, be sure to update any Azure AD security groups that reference the category in their rules.
8373

84-
## After you configure device groups
85-
86-
When users of iOS/iPadOS and Android devices enroll their device, they must choose a category from the list of categories you configured. After they choose a category and finish enrollment, their device is added to the Intune device group, or the Active Directory security group that corresponds with the category they chose.
87-
88-
Windows users should use the Company Portal website or the Company Portal app to select a category.
89-
90-
Regardless of platform, your users can always go to portal.manage.microsoft.com after enrolling the device. Have the user access the Company Portal website, and go to **My Devices**. The user can choose an enrolled device listed on the page, and then select a category.
91-
92-
After choosing a category, the device is automatically added to the corresponding group you created. If a device is already enrolled before you configure categories, the user sees a notification about the device on the Company Portal website. This lets the user know to select a category the next time they access the Company Portal app on iOS/iPadOS or Android.
74+
1. Sign in to the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431).
75+
2. Select **Devices** > **All devices**.
76+
3. Select a device.
77+
4. On the device details page, select **Properties**.
78+
5. Change your selection in the **Device category** field.
9379

94-
## Further information
95-
- You can edit a device category in the Azure portal, but you must manually update any Azure AD security groups that reference this category.
80+
## Best practices
81+
Device categories are supported on devices running Android, iOS/iPadOS, or Windows. People with Windows devices must use the Company Portal website to select their category. Regardless of platform, any device user can sign in to portal.manage.microsoft.com at anytime and go to **My devices** to select a category.
9682

97-
- If you delete a category, devices assigned to it display the category name **Unassigned**.
83+
If an iOS/iPadOS or Android device is already enrolled before you configure categories, the user will receive a notification about the device on the Company Portal website. The notification informs them that they need to select a category the next time they're in the Company Portal app.

memdocs/intune/enrollment/enrollment-report-company-portal-abandon.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
# required metadata
33

4-
title: Incomplete user enrollments report in Intune
4+
title: Incomplete user enrollments report overview
55
titleSuffix: Microsoft Intune
6-
description: Learn about the Incomplete user enrollments report.
6+
description: Learn about the incomplete user enrollments report generated by Microsoft Intune.
77
keywords:
88
author: Lenewsad
99
ms.author: lanewsad
@@ -33,7 +33,7 @@ ms.collection: M365-identity-device-management
3333

3434
This report tells you where in the Company Portal enrollment process users are not completing the enrollment process.
3535

36-
To see the report, choose **Intune** > **Device enrollment** > **Incomplete user enrollments**.
36+
To see the report, sign in to the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431). Then select **Devices** > **Monitor* > **Incomplete user enrollments**.
3737

3838
Using this information, you can update your onboarding documents to help users complete enrollment. For example, if many users are quitting at the Terms of Use, you might investigate that area and make it more intuitive for users.
3939

@@ -74,7 +74,7 @@ The line graph shows the daily incomplete enrollments for each of the four core
7474

7575
### User abandonment actions
7676

77-
The following tables show the list of user actions that qualify as prompting an incomplete enrollment. To see examples of enrollment screens, you can watch the [iOS](https://channel9.msdn.com/Series/IntuneEnrollment/iOS-Enrollment) and [Android](https://channel9.msdn.com/Series/IntuneEnrollment/Android-Enrollment) enrollment videos.
77+
The following tables list the user actions that indicate enrollment is incomplete.
7878

7979

8080
#### Setup checklist section

memdocs/intune/enrollment/toc.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,17 @@ items:
2626
href: tutorial-use-device-enrollment-program-enroll-ios.md
2727
- name: Concepts
2828
items:
29-
- name: Terms and conditions
30-
href: terms-and-conditions-create.md
31-
- name: Restrictions
32-
href: enrollment-restrictions-set.md
33-
- name: Understand Intune and Azure AD device limits
34-
href: device-limit-intune-azure.md
35-
- name: Apple MDM push certificate
36-
href: apple-mdm-push-certificate-get.md
3729
- name: Corporate identifiers
3830
href: corporate-identifiers-add.md
39-
displayName: COD
40-
- name: Multi-factor authentication
41-
href: multi-factor-authentication.md
42-
displayName: mfa; multifactor
43-
- name: Device enrollment manager
44-
href: device-enrollment-manager-enroll.md
45-
- name: Map devices to groups
46-
href: device-group-mapping.md
31+
displayName: COD
32+
- name: Incomplete user enrollment report
33+
href: enrollment-report-company-portal-abandon.md
34+
- name: Restrictions
35+
href: enrollment-restrictions-set.md
36+
- name: Terms and conditions
37+
href: terms-and-conditions-create.md
38+
- name: Intune and Azure AD device limits
39+
href: device-limit-intune-azure.md
4740
- name: How-to guides
4841
items:
4942
- name: Set up Windows enrollment
@@ -152,8 +145,15 @@ items:
152145
href: device-enrollment-program-enroll-macos.md
153146
- name: Direct Enrollment for macOS devices
154147
href: device-enrollment-direct-enroll-macos.md
155-
- name: Incomplete enrollment report
156-
href: enrollment-report-company-portal-abandon.md
148+
- name: Add device enrollment manager
149+
href: device-enrollment-manager-enroll.md
150+
- name: Configure device categories
151+
href: device-group-mapping.md
152+
- name: Get Apple MDM push certificate
153+
href: apple-mdm-push-certificate-get.md
154+
- name: Require multi-factor authentication
155+
href: multi-factor-authentication.md
156+
displayName: mfa; multifactor
157157
- name: Troubleshoot enrollment
158158
items:
159159
- name: Troubleshoot device enrollment

0 commit comments

Comments
 (0)