Skip to content

Commit 88be1cf

Browse files
Merge pull request #19320 from madakeva/docs-editor/enrollment-autopilot-1765915527
Update enrollment-autopilot.md
2 parents 19c2547 + 47f0bbe commit 88be1cf

1 file changed

Lines changed: 11 additions & 14 deletions

File tree

autopilot/enrollment-autopilot.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,26 +39,23 @@ 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.
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+
4550

4651
When creating expressions:
47-
48-
- To create a group that includes all of the Windows Autopilot devices, enter: `(device.devicePhysicalIDs -any (_ -startsWith "[ZTDid]"))`.
49-
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"))`.
51-
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"))`
53-
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"))`
5455
**Save** the expressions.
5556

5657
1. Select **Create**.
5758

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

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

0 commit comments

Comments
 (0)