Full Disk Encryption - Posture Check - incorrectly reports drives as un-encrypted

Related to

WARP

What is the issue you’re encountering

Some users are showing Windows FDE as not enabled on secondary drives.

What steps have you taken to resolve the issue?

Ensured BitLocker has completely encrypted all drives in the Windows 10/11 workstations.
The Posture Check for Full Disk Encryption shows the following JSON.

Expected values
{
“requireAll”: true,
“checkDisks”: [
“”
]
}
Received values
{
“drives”: {
“F”: {
“encrypted”: false
},
“E”: {
“encrypted”: false
},
“C”: {
“encrypted”: true
}
}
}

This topic was automatically closed after 15 days. New replies are no longer allowed.