Intune Device Threat Levelnot Secured
Query
//Intune Device Threat Level not Secured
IntuneDeviceComplianceOrg
| where isnotempty(DeviceHealthThreatLevel)
| where DeviceHealthThreatLevel != "Secured"
| project TimeGenerated , DeviceName , DeviceId , OS , UserName , DeviceHealthThreatLevelExplanation
This query retrieves information about Intune devices that have a threat level that is not secured. It includes details such as the time the information was generated, device name, device ID, operating system, username, and the device's threat level.
Details

Rod Trent
Released: August 16, 2020
Tables
IntuneDeviceComplianceOrg
Keywords
IntuneDeviceThreatLevelSecured
Operators
isnotempty!=project