You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| city |Any string value or *null*|(user.city -eq "value")|
94
-
| country |Any string value or *null*|(user.country -eq "value")|
95
-
| companyName | Any string value or *null*|(user.companyName -eq "value")|
96
-
| department |Any string value or *null*|(user.department -eq "value")|
97
-
| displayName |Any string value |(user.displayName -eq "value")|
98
-
| employeeId |Any string value |(user.employeeId -eq "value")<br>(user.employeeId -ne *null*)|
99
-
| facsimileTelephoneNumber |Any string value or *null*|(user.facsimileTelephoneNumber -eq "value")|
100
-
| givenName |Any string value or *null*|(user.givenName -eq "value")|
101
-
| jobTitle |Any string value or *null*|(user.jobTitle -eq "value")|
102
-
| mail |Any string value or *null* (SMTP address of the user) |(user.mail -eq "value")|
103
-
| mailNickName |Any string value (mail alias of the user) |(user.mailNickName -eq "value")|
104
-
| memberOf | Any string value (valid group object ID) |(device.memberof -any (group.objectId -in ['value'])) |
105
-
| mobile |Any string value or *null*|(user.mobile -eq "value")|
106
-
| objectId |GUID of the user object |(user.objectId -eq "11111111-1111-1111-1111-111111111111")|
107
-
| onPremisesDistinguishedName (preview)| Any string value or *null*|(user.onPremisesDistinguishedName -eq "value")|
108
-
| onPremisesSecurityIdentifier | On-premises security identifier (SID) for users who were synchronized from on-premises to the cloud. |(user.onPremisesSecurityIdentifier -eq "S-1-1-11-1111111111-1111111111-1111111111-1111111")|
| city |Any string value or *null*|user.city -eq "value" |
94
+
| country |Any string value or *null*|user.country -eq "value" |
95
+
| companyName | Any string value or *null*| user.companyName -eq "value" |
96
+
| department |Any string value or *null*|user.department -eq "value" |
97
+
| displayName |Any string value |user.displayName -eq "value" |
98
+
| employeeId |Any string value |user.employeeId -eq "value"<br>user.employeeId -ne *null*|
99
+
| facsimileTelephoneNumber |Any string value or *null*|user.facsimileTelephoneNumber -eq "value" |
100
+
| givenName |Any string value or *null*|user.givenName -eq "value" |
101
+
| jobTitle |Any string value or *null*|user.jobTitle -eq "value" |
102
+
| mail |Any string value or *null* (SMTP address of the user) |user.mail -eq "value" |
103
+
| mailNickName |Any string value (mail alias of the user) |user.mailNickName -eq "value" |
104
+
| memberOf | Any string value (valid group object ID) |user.memberof -any (group.objectId -in ['value']) |
105
+
| mobile |Any string value or *null*|user.mobile -eq "value" |
106
+
| objectId |GUID of the user object |user.objectId -eq "11111111-1111-1111-1111-111111111111" |
107
+
| onPremisesDistinguishedName (preview)| Any string value or *null*|user.onPremisesDistinguishedName -eq "value" |
108
+
| onPremisesSecurityIdentifier | On-premises security identifier (SID) for users who were synchronized from on-premises to the cloud. |user.onPremisesSecurityIdentifier -eq "S-1-1-11-1111111111-1111111111-1111111111-1111111" |
managementType | MDM (for mobile devices) | (device.managementType -eq "MDM")
397
-
memberOf | Any string value (valid group object ID) | (user.memberof -any (group.objectId -in ['value']))
398
-
deviceId | a valid Azure AD device ID | (device.deviceId -eq "d4fe7726-5966-431c-b3b8-cddc8fdb717d")
399
-
objectId | a valid Azure AD object ID | (device.objectId -eq "76ad43c9-32c5-45e8-a272-7b58b58f596d")
400
-
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")
401
-
systemLabels | any string matching the Intune device property for tagging Modern Workplace devices | (device.systemLabels -contains "M365Managed")
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"
395
+
isRooted | true false | device.isRooted -eq true
396
+
managementType | MDM (for mobile devices) | device.managementType -eq "MDM"
397
+
memberOf | Any string value (valid group object ID) | device.memberof -any (group.objectId -in ['value'])
398
+
deviceId | a valid Azure AD device ID | device.deviceId -eq "d4fe7726-5966-431c-b3b8-cddc8fdb717d"
399
+
objectId | a valid Azure AD object ID | device.objectId -eq "76ad43c9-32c5-45e8-a272-7b58b58f596d"
400
+
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"
401
+
systemLabels | any string matching the Intune device property for tagging Modern Workplace devices | device.systemLabels -contains "M365Managed"
402
402
403
403
> [!NOTE]
404
404
> For the deviceOwnership when creating Dynamic Groups for devices you need to set the value equal to "Company". On Intune the device ownership is represented instead as Corporate. Refer to [OwnerTypes](/intune/reports-ref-devices#ownertypes) for more details.
0 commit comments