CyberCitizen wrote:
This is a report I have which I think covers most of what your after, could be tweaked as necessary.
...
Where tblEncryptableVolume.DriveLetter = 'C:' And Case
When tblEncryptableVolume.ProtectionStatus = 0 Then 'OFF'
When tblEncryptableVolume.ProtectionStatus = 1 Then 'ON'
Else 'UNKNOWN'
End = 'OFF' And tblAssetCustom.Manufacturer Not Like 'Apple Inc.'
You simply took the existing 'Computer: Encryptable volumes' report and added a restriction to only show Drive C and exclude Apple devices.
I need a report that shows only ALL internal drives. The default report at least shows ALL drives compared to your version which only shows Drive C, which I can easily filter the existing report output for that. But I need a report that shows ALL drives but excludes external drives.