Skip to content

Commit d4db268

Browse files
authored
Merge pull request #13797 from lenewsad/UIEnrollment2401_2
UI enrollment 2401_2
2 parents ed6af17 + d33b575 commit d4db268

9 files changed

+174
-161
lines changed

memdocs/intune/enrollment/android-aosp-corporate-owned-user-associated-enroll.md

Lines changed: 24 additions & 27 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: 10/21/2022
11+
ms.date: 01/22/2024
1212
ms.topic: how-to
1313
ms.service: microsoft-intune
1414
ms.subservice: enrollment
@@ -57,12 +57,16 @@ You must also:
5757
## Create an enrollment profile
5858
Create an enrollment profile to enable enrollment on devices.
5959

60-
1. Sign in to the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431) and select **Devices** > **Android** > **Android enrollment** > **Corporate-owned, user-associated devices**.
61-
2. Select **Create** and fill out the required fields.
62-
- **Name**: Type a name to use when assigning the profile to the dynamic device group.
63-
- **Description**: Add a profile description (optional).
64-
- **Token expiration date**: The date when the token expires. Intune enforces a maximum of 90 days.
65-
- **SSID**: Identifies the network that the device will connect to.
60+
1. Sign in to the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431).
61+
2. Go to **Devices** > **Enrollment**.
62+
3. Select the **Android** tab.
63+
4. Under **Android Open Source Project (AOSP) (Preview)**, choose **Corporate-owned, user-associated devices (Preview)**.
64+
5. Select **Create profile**.
65+
6. Enter the basics for your profile:
66+
- **Name**: Give the profile a name. Note the name down for later, because you'll need it when you set up the dynamic device group.
67+
- **Description**: Enter a description for the profile. This setting is optional, but recommended.
68+
- **Token expiration date**: Select the date the token expires, up to 90 days in the future.
69+
- **SSID**: Identifies the network that the device will connect to.
6670

6771
> [!NOTE]
6872
> Wi-Fi details are required because the RealWear device doesn't have a button or option that lets it automatically connect to other devices.
@@ -74,23 +78,14 @@ Create an enrollment profile to enable enrollment on devices.
7478

7579
- **Pre-shared key**: The pre-shared key that's used to authenticate with the network.
7680

77-
3. Select **Next** and optionally, select scope tags.
78-
4. Select **Next**. Review the details of your profile and then select **Create** to save the profile.
81+
7. Select **Next** and optionally, select scope tags.
82+
8. Select **Next**. Review the details of your profile and then select **Create** to save the profile.
7983

8084
### Access enrollment token
8185
After you create a profile, Intune generates a token that's needed for enrollment. The token appears as a QR code. During device setup, when prompted to, scan the QR code to enroll the device in Intune.
8286

83-
To view the token as a QR code:
84-
85-
1. Go to **Corporate-owned, user-associated devices**.
86-
2. From the list, select your enrollment profile.
87-
2. Select **Token**.
88-
89-
You can also export the enrollment profile JSON file. To create a JSON file:
90-
91-
1. Go to **Corporate-owned, user-associated devices**.
92-
2. From the list, select your enrollment profile.
93-
3. Select **Token > Export**.
87+
To view the token as a QR code, select your enrollment profile from the enrollment profile list. Then select **Token**.
88+
You can also export the enrollment profile JSON file. To create a JSON file, select Export**.
9489

9590
> [!IMPORTANT]
9691
>- The QR code will contain any credentials provided in the profile in plain text to allow the device to successfully authenticate with the network. This is required as the user will not be able to join a network from the device.
@@ -99,8 +94,9 @@ You can also export the enrollment profile JSON file. To create a JSON file:
9994
### Replace a token
10095
You can generate a new token to replace one that's nearing its expiration date. The replacement token doesn't affect devices that are already enrolled.
10196

102-
1. Sign in to the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431).
103-
2. Select **Devices** > **Android** > **Android enrollment** > **Corporate-owned, user-associated devices**.
97+
1. In the [admin center](https://go.microsoft.com/fwlink/?linkid=2109431), go to **Devices** > **Enrollment**.
98+
2. Select the **Android** tab.
99+
3. In the **Android Open Source Project (AOSP) (Preview)** section, choose **Corporate-owned, user-associated devices (Preview)**.
104100
3. Choose the profile that you want to work with.
105101
4. Select **Token** > **Replace token**.
106102
5. Enter the new token expiration date. Tokens must be replaced at least every 90 days.
@@ -114,10 +110,11 @@ Revoke a token to immediately expire it and make it unusable. For example, it's
114110

115111
Revoking a token has no effect on devices that are already enrolled.
116112

117-
1. Sign in to the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431).
118-
2. Select **Devices** > **Android** > **Android enrollment** > **Corporate-owned, user-associated devices**.
119-
2. Choose the profile that you want to work with.
120-
3. Select **Token** > **Revoke token** > **Yes**.
113+
1. In the [admin center](https://go.microsoft.com/fwlink/?linkid=2109431), go to **Devices** > **Enrollment**.
114+
2. Select the **Android** tab.
115+
3. In the **Android Open Source Project (AOSP) (Preview)** section, choose **Corporate-owned, user-associated devices (Preview)**.
116+
4. Choose the profile that you want to work with.
117+
5. Select **Token** > **Revoke token** > **Yes**.
121118

122119
## Create a device group
123120
You can create *assigned device groups* or *dynamic device groups* in Intune. For more information about groups, see [Add groups to organize users and devices](../fundamentals/groups-add.md).
@@ -151,7 +148,7 @@ After you set up and assign the Android (AOSP) enrollment profiles, you can enro
151148
2. When the device prompts you to, scan the token's QR code.
152149

153150
> [!TIP]
154-
> To access the token in Intune, select **Devices** > **Android** > **Android enrollment** > **Corporate-owned, user-associated devices**. Select your enrollment profile, and then select **Token**.
151+
> To access the token in Intune, go to **Devices** > **Enrollment**. Then select the **Android* tab > **Corporate-owned, user-associated devices**. Select your enrollment profile, and then choose **Token**.
155152
156153
3. Step through the on-screen prompts to finish enrolling and registering the device. The following apps are automatically installed during this time and used for enrollment:
157154

memdocs/intune/enrollment/android-aosp-corporate-owned-userless-enroll.md

Lines changed: 42 additions & 27 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: 09/23/2023
11+
ms.date: 01/23/2024
1212
ms.topic: how-to
1313
ms.service: microsoft-intune
1414
ms.subservice: enrollment
@@ -39,9 +39,15 @@ Set up enrollment in Microsoft Intune for corporate-owned, userless devices buil
3939
* Intended to be shared by more than one user.
4040
* Used to accomplish a specific set of tasks at work.
4141

42-
Devices enrolled into Intune with this management mode are automatically set up with Microsoft Authenticator and Company Portal. These devices are enrolled into Intune without a user account, aren't associated with a specific user, and are configured with [Microsoft Entra shared device mode](/azure/active-directory/develop/msal-shared-devices) during enrollment.
42+
This article describes how to set up Android (AOSP) device management and enroll RealWear devices for use at work.
43+
44+
## You should know
45+
Devices enrolled into Intune with this management mode are automatically set up with Microsoft Authenticator and Company Portal. These devices are enrolled into Intune without a user account and aren't associated with a specific user.
46+
47+
Devices are configured in [Microsoft Entra shared device mode](/azure/active-directory/develop/msal-shared-devices) during enrollment. Devices enable single sign-on (SSO) between users across [participating apps](/azure/active-directory/develop/msal-android-shared-devices#microsoft-applications-that-support-shared-device-mode). By installing Company Portal, users can also leverage SSO when signing out of [apps that are integrated with the Intune SDK](../apps/apps-supported-intune-apps.md), even apps that don't yet participate with shared device mode.
48+
49+
4350

44-
With Shared device mode enabled, these devices allow for single sign-in and sign-out between users across [participating apps](/azure/active-directory/develop/msal-android-shared-devices#microsoft-applications-that-support-shared-device-mode). Through Company Portal installation, users also get single sign-out from [apps that have integrated with Intune's SDK](../apps/apps-supported-intune-apps.md), even for apps that don't yet participate with Shared device mode.
4551

4652
## Prerequisites
4753

@@ -58,16 +64,20 @@ You must also:
5864

5965

6066
## Create an enrollment profile
61-
Create an enrollment profile to enable enrollment on devices.
67+
Create an enrollment profile to enable enrollment on devices.
6268

6369
> [!TIP]
6470
> Intune also generates a token in plain text form, but that one can't be used to enroll devices.
6571
66-
1. Sign in to the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431) and select **Devices** > **Android** > **Android enrollment** > **Corporate-owned, userless devices**.
67-
2. Select **Create** and fill out the required fields.
68-
- **Name**: Type a name to use when assigning the profile to the dynamic device group.
69-
- **Description**: Add a profile description (optional).
70-
- **Token expiration date**: The date when the token expires. Intune enforces a maximum of 90 days.
72+
1. Sign in to the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431).
73+
2. Go to **Devices** > **Enrollment**.
74+
3. Select the **Android** tab.
75+
4. In the **Android Open Source Project (AOSP) (Preview)** section, choose **Corporate-owned, userless devices (Preview)**.
76+
5. Select **Create profile**.
77+
6. Enter the basics for your profile:
78+
- **Name**: Give the profile a name. Note the name down for later, because you'll need it when you set up the dynamic device group.
79+
- **Description**: Enter a description for the profile. This setting is optional, but recommended.
80+
- **Token expiration date**: Select the date the token expires, up to 90 days in the future.
7181
- **SSID**: Identifies the network that the device will connect to.
7282

7383
> [!NOTE]
@@ -80,26 +90,28 @@ Create an enrollment profile to enable enrollment on devices.
8090

8191
- **Pre-shared key**: The pre-shared key that's used to authenticate with the network.
8292

83-
3. Select **Next** and optionally, select scope tags.
84-
4. Select **Next**. Review the details of your profile and then select **Create** to save the profile.
93+
7. Select **Next**.
94+
8. Optionally, select scope tags.
95+
9. Select **Next**.
96+
10. Review the details of your profile and then select **Create** to save the profile.
8597

8698
### Access enrollment token
8799
After you create a profile, Intune generates a token that's needed for enrollment. To access the token:
88100

89-
1. Go to **Corporate-owned, userless devices**.
101+
1. Go to **Corporate-owned, userless devices (Preview)**.
90102
2. From the list, select your enrollment profile.
91-
2. Select **Tokens**.
103+
3. Select **Tokens**.
92104

93105
Another way to find the token is:
94-
1. Go to **Corporate-owned, userless devices**.
106+
1. Go to **Corporate-owned, userless devices (Preview)**.
95107
2. Locate your profile in the list, and then select the **More** (**...**) menu that's next to it.
96108
3. Select **View enrollment token**.
97109

98110
The token appears as a QR code. During device setup, when prompted to, scan the QR code to enroll the device in Intune.
99111

100112
You can also export the enrollment profile JSON file. To create a JSON file:
101113

102-
1. Go to **Corporate-owned, userless devices**.
114+
1. Go to **Corporate-owned, userless devices (Preview)**.
103115
2. From the list, select your enrollment profile.
104116
3. Select **Token > Export**.
105117

@@ -110,12 +122,13 @@ You can also export the enrollment profile JSON file. To create a JSON file:
110122
### Replace token
111123
Generate a new token to replace one that's nearing its expiration date. Replacing a token does not affect devices that are already enrolled.
112124

113-
1. Sign in to the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431).
114-
2. Select **Devices** > **Android** > **Android enrollment** > **Corporate-owned, userless devices**.
115-
3. Choose the profile that you want to work with.
116-
4. Select **Token** > **Replace token**.
117-
5. Enter the new token expiration date. Tokens must be replaced at least every 90 days.
118-
6. Select **OK**.
125+
1. In the [admin center](https://go.microsoft.com/fwlink/?linkid=2109431), go to **Devices** > **Enrollment**.
126+
2. Select the **Android** tab.
127+
3. In the **Android Open Source Project (AOSP) (Preview)** section, choose **Corporate-owned, userless devices (Preview)**.
128+
4. Choose the profile that you want to work with.
129+
5. Select **Token** > **Replace token**.
130+
6. Enter the new token expiration date. Tokens must be replaced at least every 90 days.
131+
7. Select **OK**.
119132

120133
### Revoke token
121134
Revoke a token to immediately expire it and make it unusable. For example, it's appropriate to revoke a token when:
@@ -125,10 +138,11 @@ Revoke a token to immediately expire it and make it unusable. For example, it's
125138

126139
Revoking a token does not affect devices that are already enrolled.
127140

128-
1. Sign in to the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431).
129-
2. Select **Devices** > **Android** > **Android enrollment** > **Corporate-owned, userless devices**.
130-
2. Choose the profile that you want to work with.
131-
3. Select **Token** > **Revoke token** > **Yes**.
141+
1. In the [admin center](https://go.microsoft.com/fwlink/?linkid=2109431), go to **Devices** > **Enrollment**.
142+
2. Select the **Android** tab.
143+
3. In the **Android Open Source Project (AOSP) (Preview)** section, choose **Corporate-owned, userless devices (Preview)**.
144+
4. Choose the profile that you want to work with.
145+
5. Select **Token** > **Revoke token** > **Yes**.
132146

133147
## Create a device group
134148
You can create *assigned device groups* or *dynamic device groups* in Intune. For more information about both groups, see [Add groups to organize users and devices](../fundamentals/groups-add.md).
@@ -137,7 +151,7 @@ Dynamic device groups are configured to automatically add and remove devices bas
137151

138152
Complete the following steps to create a dynamic Microsoft Entra device group for devices enrolled with an Android (AOSP) corporate-owned, userless enrollment profile.
139153

140-
1. Sign in to the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431) and choose **Groups** > **All groups** > **New group**.
154+
1. In the [admin center](https://go.microsoft.com/fwlink/?linkid=2109431), go to **Groups** > **All groups** > **New group**.
141155
2. In the **Group** blade, fill out the required fields as follows:
142156
- **Group type**: Security
143157
- **Group name**: Type an intuitive name (like Factory 1 devices)
@@ -169,7 +183,8 @@ After you set up and assign the Android (AOSP) enrollment profiles, you can enro
169183
* Microsoft Intune app
170184
* Intune Company Portal app
171185

172-
To use JSON to enroll devices, refer to instructions provided by the device manufacturer.
186+
To use JSON to enroll devices, refer to instructions provided by the device manufacturer.
187+
173188
## After enrollment
174189

175190
### App updates

0 commit comments

Comments
 (0)