Checks to make sure that full disk encryption is enabled on Windows devices.
Create or edit a configuration profile with the following information:
Create or edit the following script and configure it to run when the check fails:
Use the policy below to verify
SELECT 1 FROM bitlocker_info WHERE drive_letter='C:' AND protection_status=1;