Skip to content

Commit 47f0bbe

Browse files
Revise dynamic group creation instructions
Updated notes on creating dynamic groups using Windows Autopilot device attributes, including examples for expressions and clarifications regarding group membership.
1 parent 24bbaf2 commit 47f0bbe

1 file changed

Lines changed: 8 additions & 17 deletions

File tree

autopilot/enrollment-autopilot.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -43,25 +43,16 @@ appliesto:
4343

4444
Create rules using Windows Autopilot device attributes. Windows Autopilot devices that meet these rules are automatically added to the group.
4545

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.
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.
4949
50-
```
51-
When creating expressions:
52-
53-
54-
- To create a group that includes all of the Windows Autopilot devices, enter: `(device.devicePhysicalIDs -any (_ -startsWith "[ZTDid]"))`.
55-
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"))`.
58-
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"))`
6150

62-
63-
**Save** the expressions.
64-
```
51+
When creating expressions:
52+
- To create a group that includes all of the Windows Autopilot devices, enter: `(device.devicePhysicalIDs -any (_ -startsWith "[ZTDid]"))`.
53+
- 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"))`.
54+
- To create a group that includes all the Windows Autopilot devices with a specific Purchase Order ID, enter: `(device.devicePhysicalIds -any (_ -eq "[PurchaseOrderId]:76222342342"))`
55+
**Save** the expressions.
6556

6657
1. Select **Create**.
6758

0 commit comments

Comments
 (0)