Skip to content

Commit 4fdbe67

Browse files
authored
Removing reference to deprecated Intune PC agent (device rules)
Removing the managementType PC which referenced the Intune PC agent. This agent was used for devices prior to Windows 10 and is now deprecated
1 parent 65d8244 commit 4fdbe67

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
@@ -391,7 +391,7 @@ The following device attributes can be used.
391391
deviceOwnership | Personal, Company, Unknown | (device.deviceOwnership -eq "Company")
392392
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")
393393
isRooted | true false | (device.isRooted -eq true)
394-
managementType | MDM (for mobile devices)<br>PC (for computers managed by the Intune PC agent) | (device.managementType -eq "MDM")
394+
managementType | MDM (for mobile devices) | (device.managementType -eq "MDM")
395395
deviceId | a valid Azure AD device ID | (device.deviceId -eq "d4fe7726-5966-431c-b3b8-cddc8fdb717d")
396396
objectId | a valid Azure AD object ID | (device.objectId -eq "76ad43c9-32c5-45e8-a272-7b58b58f596d")
397397
devicePhysicalIds | any string value used by Autopilot, such as all Autopilot devices, OrderID, or PurchaseOrderID | (device.devicePhysicalIDs -any _ -contains "[ZTDId]") (device.devicePhysicalIds -any _ -eq "[OrderID]:179887111881") (device.devicePhysicalIds -any _ -eq "[PurchaseOrderId]:76222342342")

0 commit comments

Comments
 (0)