{"id":175,"date":"2022-07-13T10:16:23","date_gmt":"2022-07-13T08:16:23","guid":{"rendered":"https:\/\/martin-de-roma.de\/?p=175"},"modified":"2022-07-13T10:23:42","modified_gmt":"2022-07-13T08:23:42","slug":"get-the-bitlocker-recovery-key","status":"publish","type":"post","link":"https:\/\/martin-de-roma.de\/?p=175","title":{"rendered":"Get the Bitlocker-Recovery-Key&#8230;"},"content":{"rendered":"\n<p>Sometimes i need to Find the Bitlocker-Keys for a domaincomputer and then i use the following Script:<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><code>$objComputer = Get-ADComputer COMPUTERNAME<br>$Bitlocker_Object = Get-ADObject -Filter {objectclass -eq 'msFVE-RecoveryInformation'} -SearchBase $objComputer.DistinguishedName -Properties 'msFVE-RecoveryPassword'<br>$Bitlocker_Object<\/code><\/p>\n\n\n\n<p><code>msFVE-RecoveryPassword<\/code> contains the password required to recover a Full Volumen Encryption volume.<br>This has to be run with Admin privilege <br><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sometimes i need to Find the Bitlocker-Keys for a domaincomputer and then i use the following Script: $objComputer = Get-ADComputer COMPUTERNAME$Bitlocker_Object = Get-ADObject -Filter {objectclass -eq &#8218;msFVE-RecoveryInformation&#8216;} -SearchBase $objComputer.DistinguishedName -Properties &#8218;msFVE-RecoveryPassword&#8217;$Bitlocker_Object msFVE-RecoveryPassword contains the password required to recover a Full Volumen Encryption volume.This has to be run with Admin privilege<\/p>\n","protected":false},"author":2,"featured_media":177,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[27,25,26],"class_list":["post-175","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tech","tag-bitlocker","tag-powershell","tag-scripting"],"_links":{"self":[{"href":"https:\/\/martin-de-roma.de\/index.php?rest_route=\/wp\/v2\/posts\/175","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/martin-de-roma.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/martin-de-roma.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/martin-de-roma.de\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/martin-de-roma.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=175"}],"version-history":[{"count":1,"href":"https:\/\/martin-de-roma.de\/index.php?rest_route=\/wp\/v2\/posts\/175\/revisions"}],"predecessor-version":[{"id":176,"href":"https:\/\/martin-de-roma.de\/index.php?rest_route=\/wp\/v2\/posts\/175\/revisions\/176"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/martin-de-roma.de\/index.php?rest_route=\/wp\/v2\/media\/177"}],"wp:attachment":[{"href":"https:\/\/martin-de-roma.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=175"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/martin-de-roma.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=175"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/martin-de-roma.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=175"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}