BitLocker status...
Does PDQ Inventory have the ability to display BitLocker status? Enabled/Disabled? Thanks!
-
Duane - If you have any remote management suite that can send commands you can do so with the manage-bde command: https://technet.microsoft.com/en-us/library/Ff829849.aspx
-
Has there been any update on this feature request? I've gotten very familiar with the 'manage-bde' commands but I've been unable to get the 'rebootcount' to work. It gives me an error 'Invalid Syntax "-rc" was not understood'. The command I used is
manage-bde -protectors -disable c: -rc 1
-
In PDQ Inventory I've created a custom tool to suspend Bitlocker and another one to resume. Below is the command line to disable.
C:\Program Files (x86)\PSTools\psexec.exe -accepteula \\%Target% -s %windir%\system32\Manage-bde.exe -protectors -disable c:
I've also created a package in PDQ Deploy to do the same thing using the command below.
%windir%\system32\Manage-bde.exe -protectors -disable c:
-
hey Jeff, I just found this and it's really helpful. We are trying to find the computers that do not have a PIN on them. Is there a way to make a collection that will show me computers that DO NOT have TPM And Pin as a key protector?
Or is there some kind of report we could create?
Please sign in to leave a comment.
Comments
15 comments