You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
47
52
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]"))`.
49
55
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"))`.
51
58
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"))`
53
61
54
-
**Save** the expressions.
62
+
63
+
**Save** the expressions.
64
+
```
55
65
56
66
1. Select **Create**.
57
67
58
-
> [!NOTE]
59
-
>
60
-
> Anything assigned to these attributes is only assigned if the device is registered with Windows Autopilot.
61
-
62
68
For a detailed tutorial on creating a device group for each of the Windows Autopilot scenarios using Intune, see the following links:
63
69
64
70
-[User-driven Microsoft Entra join: Create a device group](tutorial/user-driven/azure-ad-join-device-group.md).
0 commit comments