Welcome to Sign in | Join | Help
in
Home Blog Forums

The Lazy Admin

Manage BitLocker Via The CLI

Sponsor


We have gone over the GPO settings for BitLocker recently and now we are going to cover the actual configuration of BitLocker on the computer itself.  There are two ways, the GUI way, or the CLI way.  Today we will focus on the CLI method. 

There is one command that allows you to manage BitLocker via the CLI and that is manage-bde.  Simply run this from an elevated command prompt and you will see the following output.

To determine the status of the volume simply run manage-bde -status

Before we go any further you will need to have preped the drive with the BitLocker Drive Prep tool.  The next step is to initialize TPM.  Again there is the GUI method that uses TPM.MSC or you can run the following command.

cscript manage-bde.wsf –tpm –takeownership -<password>

With everything ready you can run the following command to encrypt the drive.

cscript manage-bde.wsf –on –recoverypassword C:

Once complete you can run manage-bde -status again!





Published Monday, August 27, 2007 5:10 PM by rodney.buike
Filed under: ,

Comments

 

The things that are better left unspoken said:

A while ago I wrote a blog post on BitLocker Drive Encryption and why I thought it wasn’t ready for prime

September 11, 2007 3:05 AM
Anonymous comments are disabled


All postings are provided "AS IS" with no warranties, and confer no rights.
Microsoft product screen shot(s) reprinted with permission from Microsoft Corporation.