<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://scug.dk/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Windows 7</title><subtitle type="html" /><id>http://scug.dk/blogs/windows7/atom.aspx</id><link rel="alternate" type="text/html" href="http://scug.dk/blogs/windows7/default.aspx" /><link rel="self" type="application/atom+xml" href="http://scug.dk/blogs/windows7/atom.aspx" /><generator uri="http://communityserver.org" version="4.1.31106.3070">Community Server</generator><updated>2010-02-16T21:52:36Z</updated><entry><title>UPDATED: BitLocker Recovery Password Viewer and Windows Server 2008 or Vista SP2</title><link rel="alternate" type="text/html" href="/blogs/windows7/archive/2010/02/16/bitlocker-recovery-password-viewer-and-windows-server-2008-or-vista-sp2.aspx" /><id>/blogs/windows7/archive/2010/02/16/bitlocker-recovery-password-viewer-and-windows-server-2008-or-vista-sp2.aspx</id><published>2010-02-16T20:52:36Z</published><updated>2010-02-16T20:52:36Z</updated><content type="html">&lt;p&gt;Lately I have been working at a deployment project where the customer wanted to enable BitLocker Drive Encryption at all computers with a TPM chip. Doing that is not that big a problem. As always I extended the Active Directory Schema so the clients were able to store the BitLocker Recovery Password in Active Directory.    &lt;br /&gt;    &lt;br /&gt;I’m always using this guide from Microsoft     &lt;br /&gt;&lt;a title="http://www.microsoft.com/downloads/details.aspx?familyid=3A207915-DFC3-4579-90CD-86AC666F61D4&amp;amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?familyid=3A207915-DFC3-4579-90CD-86AC666F61D4&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=3A207915-DFC3-4579-90CD-86AC666F61D4&amp;amp;displaylang=en&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;1. Extend AD Schema “ldifde -i -v -f BitLockerTPMSchemaExtension.ldf -c &amp;quot;DC=X&amp;quot; &amp;quot;DC=nttest,dc=microsoft,dc=com&amp;quot; -k -j .”     &lt;br /&gt;    &lt;br /&gt;2. Set required permissions using “cscript Add-TPMSelfWriteACE.vbs”     &lt;br /&gt;    &lt;br /&gt;3. Create and link a GPO to the computers OU, setting this:     &lt;br /&gt;“Turn on BitLocker backup to Active Directory” =&amp;#160; Enabled (Verify that the Require BitLocker backup to AD DS check box is selected)     &lt;br /&gt;”Turn on TPM backup to Active Directory”&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; =&amp;#160; Enabled (Verify that the Require TPM backup to AD DS check box is selected)     &lt;br /&gt;    &lt;br /&gt;4. Verifying the configurations made using the described tools and procedures in the document     &lt;br /&gt;    &lt;br /&gt;5. Install BitLocker Recovery Password Viewer for Active Directory Users and Computers and register the dll file.     &lt;br /&gt;&lt;a title="http://www.microsoft.com/downloads/details.aspx?FamilyID=2786fde9-5986-4ed6-8fe4-f88e2492a5bd&amp;amp;displaylang=en&amp;amp;Hash=mOWNFADTKH1Wp6mdULeEN2TfWfnzZjY8JPVp%2fzJwwJ4%2bX1GUBBWaX96E%2fXO%2bM1QeYxbbQFYjYxX1nKcvREB0sA%3d%3d" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2786fde9-5986-4ed6-8fe4-f88e2492a5bd&amp;amp;displaylang=en&amp;amp;Hash=mOWNFADTKH1Wp6mdULeEN2TfWfnzZjY8JPVp%2fzJwwJ4%2bX1GUBBWaX96E%2fXO%2bM1QeYxbbQFYjYxX1nKcvREB0sA%3d%3d"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=2786fde9-5986-4ed6-8fe4-f88e2492a5bd&amp;amp;displaylang=en&amp;amp;Hash=mOWNFADTKH1Wp6mdULeEN2TfWfnzZjY8JPVp%2fzJwwJ4%2bX1GUBBWaX96E%2fXO%2bM1QeYxbbQFYjYxX1nKcvREB0sA%3d%3d&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;But I had a problem! I could NOT install the Viewer, it’s NOT supported at Windows Server 2008 Service Pack 2 or Windows Vista Service PAck 2, only Service Pack 1 systems. So creating this new environment using Windows Server 2008 SP2 and Vista SP2 left me with only one option – Install a Windows Vista SP1 (easiest, for me!)    &lt;br /&gt;    &lt;br /&gt;&lt;em&gt;So if you want to view the Recovery keys from a Graphical User Interface you will have to Install either a server running Windows Server 2008 SP1 or a client running Windows Vista SP1 with RSAT tools installed. &lt;/em&gt;&lt;/p&gt;  &lt;p&gt;I will update this article, when the BitLocker Recovery Password Viewer is supported in a Service Pack 2 environment.    &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Notices&lt;/strong&gt;:     &lt;br /&gt;When client store the Recovery Password in Active Directory the information send is protected by using kerberos and the keys in Active Directory are protected by ACL’s.     &lt;br /&gt;How to use the BitLocker Recovery Password Viewer     &lt;br /&gt;&lt;a title="http://support.microsoft.com/default.aspx/kb/928202" href="http://support.microsoft.com/default.aspx/kb/928202"&gt;http://support.microsoft.com/default.aspx/kb/928202&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;************UPDATE**************&lt;/p&gt;  &lt;p&gt;Microsoft has just released KB928202 – Bitlocker Recovery Password Viewer for Windows Server 2008 Service Pack 2 and Windows Vista Service pack 2   &lt;br /&gt;&lt;a title="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=16088271-f95d-4c5c-9ea9-03746c96ffff" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=16088271-f95d-4c5c-9ea9-03746c96ffff"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=16088271-f95d-4c5c-9ea9-03746c96ffff&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://scug.dk/aggbug.aspx?PostID=81" width="1" height="1"&gt;</content><author><name>jok</name><uri>http://scug.dk/members/jok/default.aspx</uri></author></entry></feed>
