Skip to content

Commit 18a1a70

Browse files
authored
Update enrollment-autopilot.md
Change : - To create a group that includes all of your Autopilot devices, enter: `(device.devicePhysicalIDs -any (_ -contains "[ZTDId]"))`. To: - To create a group that includes all of your Autopilot devices, enter: `(device.devicePhysicalIDs -any (_ -contains "[ZTDID]"))`. The parameter is case sensitive and will not work correctly if the case is not correct within the Azure AD group dynamic rule.
1 parent 92e6361 commit 18a1a70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

memdocs/autopilot/enrollment-autopilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ms.collection:
6565

6666
When creating expressions:
6767

68-
- To create a group that includes all of your Autopilot devices, enter: `(device.devicePhysicalIDs -any (_ -contains "[ZTDId]"))`.
68+
- To create a group that includes all of your Autopilot devices, enter: `(device.devicePhysicalIDs -any (_ -contains "[ZTDID]"))`.
6969
- Intune's group tag field maps to the `OrderID` attribute on Azure AD devices. To create a group that includes all Autopilot devices with a specific group tag (the Azure AD device `OrderID`), enter: `(device.devicePhysicalIds -any (_ -eq "[OrderID]:179887111881"))`.
7070
- To create a group that includes all your Autopilot devices with a specific Purchase Order ID, enter: `(device.devicePhysicalIds -any (_ -eq "[PurchaseOrderId]:76222342342"))`
7171

0 commit comments

Comments
 (0)