ET
04/21/2021, 3:49 PMSELECT DISTINCT b.drive_letter, b.encryption_method, b.protection_status from bitlocker_info AS b INNER JOIN logical_drives AS l ON lower(l.device_id) = lower(b.drive_letter) WHERE b.protection_status != 1 AND l.description != ''Removable Disk'’