Configuring Bitlocker and TPM on Server 2012R2 Core
I've just finished configuring Bitlocker on a new server running Server Core 2012R2 with a TPM key protector. I had to piece together bits from a few sources online to accomplish this, so I will bring together in this one post all of the steps I ended up using. Here's a high level overview of the steps required: Check TPM status Enable & activate TPM if needed Take ownership of TPM Create Bitlocker recovery password Backup recovery password to Active Directory Enable Bitlocker using the TPM as the key protector In order to do this, the server must have a TPM module installed. Believe it or not, this is still not standard hardware for many servers. For HP servers, a TPM add-on is available for about $50 as p/n 488069-B21. If you do have to install a TPM, go into the BIOS and enable the TPM under the security settings, to save yourself some steps later. Now comes the tricky part. Powershell version 4 added some handy new cmdlets for ma...