Bitlocker
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.More on Displaying the Bitlocker Wizard With Windows 8 and MDT 2012 U1
Posted on 1 min
I a previous post , I detailed how to get the Bitlocker wizard page to appear when deploying Windows 8 pro. I recently confirmed another case where the wizard does not show up. I became aware of this thread on Technet because another user linked to my previously mentioned blog post. I was able to confirm after a bit of testing, that when using the Windows 8 Enterprise evaluation media, MDT does not show the Bitlocker wizard page.Displaying the Bitlocker Wizard Pane With Windows 8 Pro and MDT 2012 Update 1
Posted on 2 mins
Using MDT 2012 Update 1 with ADK, I built and captured a Windows 8 Pro image to enable my institution to more easily do some testing with Windows 8. After setting up a task sequence to deploy this reference image I noticed something unexpected. When choosing the Win 8 task sequence, I was not presented with the Bitlocker wizard pane. The wizard pane was showing up fine for my Win 7 task sequences.