Skip to content

Commit e358cfa

Browse files
authored
Merge pull request #2416 from ryancloyd/patch-1
Update enrollment-autopilot.md
2 parents f7eb973 + 18a1a70 commit e358cfa

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)