Powershell
Powershell Script to Query for Bitlocker Keys in Active Directory
Posted on 6 mins
In my organization, we are using Bitlocker to encrypt Windows 7 computers. We are storing the recovery keys in Active Directory, this stores the key as an attribute of the computer object. I recently wanted to generate a report of the bitlocker status of the computer objects in AD. I found out I could do this pretty easily in Powershell, and thought I would document that here. My inspiration for this script came from this Technet Gallery script To start, we need the Quest ActiveRoles Management Shell for for Active Directory.