Julian Scala
09/11/2020, 6:33 PMprotection_status column on bitlocker_info represents? I am trying to figure a query that gets either if Bitlocker is enabled or not. I was using that column to be 1 as Bitlocker is enabled but now I am seeing results with 0 but Bitlocker is in fact enabled.Julian Scala
09/11/2020, 6:48 PMencryption_method != “None” mean bitlocker is enabled?sundsta
09/11/2020, 6:54 PMprotection_status can be 0 if the drive isn’t finished encrypting yetJulian Scala
09/11/2020, 6:55 PMJulian Scala
09/11/2020, 6:55 PMsundsta
09/11/2020, 6:55 PMpercentage_encrypted == '100' because unless it’s 100% done, I consider it not encryptedJulian Scala
09/11/2020, 6:56 PMsundsta
09/11/2020, 6:57 PMconversion_status then in addition to protection_status. I don’t remember all of the values it could be, but that should tell if it is in the process of encrypting which would indicate bitlocker is enabledJulian Scala
09/11/2020, 8:47 PMconversion_status result meanings?Julian Scala
09/11/2020, 9:00 PMsundsta
09/11/2020, 9:00 PM