Skip to content

Commit 03aa04a

Browse files
authored
Merge pull request #32032 from yyuank/patch-2
Update groups-dynamic-membership.md
2 parents fd9afa0 + 870b020 commit 03aa04a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ The following device attributes can be used.
350350
deviceManufacturer | any string value | (device.deviceManufacturer -eq "Samsung")
351351
deviceModel | any string value | (device.deviceModel -eq "iPad Air")
352352
deviceOwnership | Personal, Company, Unknown | (device.deviceOwnership -eq "Company")
353-
domainName | any string value | (device.domainName -eq "contoso.com")
354353
enrollmentProfileName | Apple Device Enrollment Profile or Windows Autopilot profile name | (device.enrollmentProfileName -eq "DEP iPhones")
355354
isRooted | true false | (device.isRooted -eq true)
356355
managementType | MDM (for mobile devices)<br>PC (for computers managed by the Intune PC agent) | (device.managementType -eq "MDM")

0 commit comments

Comments
 (0)