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
deviceCategory | a valid device category name | device.deviceCategory -eq "BYOD"
390
390
deviceId | a valid Azure AD device ID | device.deviceId -eq "d4fe7726-5966-431c-b3b8-cddc8fdb717d"
391
-
deviceManagementAppId | a valid MDM application ID in Azure AD | device.deviceManagementAppId -eq "0000000a-0000-0000-c000-000000000000" for Intune MDM app ID
391
+
deviceManagementAppId | a valid MDM application ID in Azure AD | device.deviceManagementAppId -eq "0000000a-0000-0000-c000-000000000000" for Microsoft Intune managed or "54b943f8-d761-4f8d-951e-9cea1846db5a" for System Center Configuration Manager Co-managed devices
392
392
deviceManufacturer | any string value | device.deviceManufacturer -eq "Samsung"
393
393
deviceModel | any string value | device.deviceModel -eq "iPad Air"
394
394
displayName | any string value | device.displayName -eq "Rob iPhone"
0 commit comments