Skip to content

Commit 24bbaf2

Browse files
committed
Learn Editor: Update enrollment-autopilot.md
1 parent 19c2547 commit 24bbaf2

1 file changed

Lines changed: 19 additions & 13 deletions

File tree

autopilot/enrollment-autopilot.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,26 +39,32 @@ appliesto:
3939

4040
- **Owners**: Select users that own the group. Owners can also delete this group.
4141

42-
- **Dynamic device members**: Select **Add dynamic query** > **Add expression**.
43-
44-
Create rules using Windows Autopilot device attributes. Windows Autopilot devices that meet these rules are automatically added to the group. Creating an expression using non-Windows Autopilot attributes doesn't guarantee that devices included in the group are registered to Windows Autopilot.
45-
46-
When creating expressions:
42+
- **Dynamic device members**: Select **Add dynamic query** > **Add expression**.
43+
44+
Create rules using Windows Autopilot device attributes. Windows Autopilot devices that meet these rules are automatically added to the group.
45+
46+
> [!NOTE]
47+
>
48+
> You should only create groups using the Autopilot device attributes, which are available only on registered devices. Creating an expression using non-Windows Autopilot attributes doesn't guarantee that devices will be members of the group before provisioning and could result in unexpected configuration during OOBE.
49+
50+
```
51+
When creating expressions:
4752
48-
- To create a group that includes all of the Windows Autopilot devices, enter: `(device.devicePhysicalIDs -any (_ -startsWith "[ZTDid]"))`.
53+
54+
- To create a group that includes all of the Windows Autopilot devices, enter: `(device.devicePhysicalIDs -any (_ -startsWith "[ZTDid]"))`.
4955
50-
- Intune's group tag field maps to the `OrderID` attribute on Microsoft Entra devices. To create a group that includes all Windows Autopilot devices with a specific group tag (the Microsoft Entra device `OrderID`), enter: `(device.devicePhysicalIds -any (_ -eq "[OrderID]:179887111881"))`.
56+
57+
- Intune's group tag field maps to the `OrderID` attribute on Microsoft Entra devices. To create a group that includes all Windows Autopilot devices with a specific group tag (the Microsoft Entra device `OrderID`), enter: `(device.devicePhysicalIds -any (_ -eq "[OrderID]:179887111881"))`.
5158
52-
- To create a group that includes all the Windows Autopilot devices with a specific Purchase Order ID, enter: `(device.devicePhysicalIds -any (_ -eq "[PurchaseOrderId]:76222342342"))`
59+
60+
- To create a group that includes all the Windows Autopilot devices with a specific Purchase Order ID, enter: `(device.devicePhysicalIds -any (_ -eq "[PurchaseOrderId]:76222342342"))`
5361
54-
**Save** the expressions.
62+
63+
**Save** the expressions.
64+
```
5565

5666
1. Select **Create**.
5767

58-
> [!NOTE]
59-
>
60-
> Anything assigned to these attributes is only assigned if the device is registered with Windows Autopilot.
61-
6268
For a detailed tutorial on creating a device group for each of the Windows Autopilot scenarios using Intune, see the following links:
6369

6470
- [User-driven Microsoft Entra join: Create a device group](tutorial/user-driven/azure-ad-join-device-group.md).

0 commit comments

Comments
 (0)