Skip to content

Commit 3abfdbd

Browse files
authored
Merge pull request #97463 from rgsteele/patch-1
Update groups-dynamic-membership.md
2 parents b0d4706 + 549079c commit 3abfdbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/enterprise-users/groups-dynamic-membership.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ The following device attributes can be used.
396396
deviceOSVersion | any string value | device.deviceOSVersion -eq "9.1"<br>device.deviceOSVersion -startsWith "10.0.1"
397397
deviceOwnership | Personal, Company, Unknown | device.deviceOwnership -eq "Company"
398398
devicePhysicalIds | any string value used by Autopilot, such as all Autopilot devices, OrderID, or PurchaseOrderID | device.devicePhysicalIDs -any _ -contains "[ZTDId]"<br>(device.devicePhysicalIds -any _ -eq "[OrderID]:179887111881"<br>(device.devicePhysicalIds -any _ -eq "[PurchaseOrderId]:76222342342"
399-
deviceTrustType | AzureAD, ServerAD, Workplace | device.deviceOwnership -eq "AzureAD"
399+
deviceTrustType | AzureAD, ServerAD, Workplace | device.deviceTrustType -eq "AzureAD"
400400
enrollmentProfileName | Apple Device Enrollment Profile name, Android Enterprise Corporate-owned dedicated device Enrollment Profile name, or Windows Autopilot profile name | device.enrollmentProfileName -eq "DEP iPhones"
401401
extensionAttribute1 | any string value | device.extensionAttribute1 -eq "some string value"
402402
extensionAttribute2 | any string value | device.extensionAttribute2 -eq "some string value"

0 commit comments

Comments
 (0)