Detecting Bitlocker Status
Hello,
I am looking for a way I can use a Detection rule script or method to detect if Bitlocker is turned on or not. I have an application I'm calling "force bitlocker" which basically runs a few scripts to get bitlocker to start. The problem I'm
having is finding a proper way to have SCCM detect if bitlocker was successful or not. From doing research it looks like a powershell script using some WMI queries might be the answer but I can't seem to figure out a script that works properly. Any suggestions?
Thanks
September 8th, 2015 11:31am
Have a read at this. It's vbscript but you can change it to powershell this will give you a pretty good idea on what to do.
http://adminnexus.blogspot.ca/2012/11/using-dcm-in-sccm-2012-to-report-on.html
September 8th, 2015 11:40am
Your best best is to create a Configuration Item/Baseline that would run on all Workstation devices that you could then use to report against.
you would need to update the Hardware inventory MOF file as well.
September 8th, 2015 12:06pm