Query Details
// Show a list of devices whose the OS Drive is not bitlocker encrypted. IntuneDevices | where OS == "Windows" | where EncryptionStatusString == "False" | where Ownership == "Corporate" | where CompliantState == "Noncompliant" | project DeviceName, EncryptionStatusString, CompliantState
This query is designed to generate a list of corporate-owned devices that are running the Windows operating system, but are not compliant with security protocols because their operating system drive is not encrypted with BitLocker. The resulting list will show the name of each device, its encryption status, and its compliance state.

Ugur Koc
Released: July 15, 2022
Tables
Keywords
Operators