/build/static/layout/Breadcrumb_cap_w.png

bitlocker report

I was wondering if anyone has found a good way to report bitlocker encryption status using the kbox? I have been searching online and found examples for other management software but nothing for the kbox.

thanks

0 Comments   [ + ] Show comments

Answers (6)

Posted by: joe.pyrczak 8 years ago
Orange Senior Belt
0
version 6.4 makes this much easier and reports it in the inventory. Working on reporting based on that now myself.
Posted by: scottlutz 12 years ago
Orange Senior Belt
0
[font="Times New Roman"]
I haven't tried, but from what you've found, what methods return values?

Posted by: airwolf 12 years ago
Red Belt
0
You could write a PowerShell, AutoIT, or VBS script to detect status and write a registry value. You could then inventory that value.

From a quick Google search, all I could find dealt with WMI - based on that you'd have to use some sort of script to make something (e.g. reg value) for the K1000 to inventory.
Posted by: profyt7 12 years ago
Senior Yellow Belt
0
That sounds like a good start. I think I will try taking that path.
Posted by: GillySpy 12 years ago
7th Degree Black Belt
0
Perhaps some combination of GetConversionStatus and this faq 968 ?
Posted by: mich3ael 12 years ago
Senior Yellow Belt
0
We place a VBscript on each machine, via File Sync, which writes the status of drives C,D,E to the registry via the ProtectionStatus value in Win32_EncryptableVolume. We also capture the recovery keys by writing the output of the command:

cmd /c manage-bde -protectors -get c: -type recoverypassword

to a string variable, and parse the string for the lines containing "Password:" and "ID:", then write those values to the registry for KBOX to pick up in a custom inventory rule (RegistryValueReturn).
The script is also launched during every inventory update via another custom inventory rule (ShellCommandTextReturn, which doesn't output anything, but does execute the script).

So worst case, after a couple of inventory updates on a new machine we have the status and recovery key stored in the machine's inventory record in KBOX.

We decided to update this with every machine inventory, since all of our users are local admins and there have been times where people have turned BitLocker off and back on (decrypt and re-encrypt), changing the recovery key, finding us in a position where we didn't have the recovery key when BitLocker decided to trip. Ideally this can all be done with group policy and Active Directory, but we had problems doing it that way, so KBOX to the rescue.

The script is very light, and the manage-bde command is a very quick execute, so this hourly run doesn't ever get noticed.

Comments:
  • Hi, I have used File Sync to copy my VBscript to a folder on the C: drive but cannot get the script to run. Can you please advise how you force the script to run and will it still run if UAC is enabled? Thanks - repsorp2010 11 years ago
    • Found the answer: http://www.kace.com/de/support/resources/kb/article/Using-the-K1000-appliance-scripting-module - repsorp2010 11 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ