To view recovery keys, you must meet the following requirements: Administrative Rights
Import-Module ActiveDirectory $cn = "COMPUTERNAME" $dn = (Get-ADComputer $cn).DistinguishedName Get-ADObject -SearchBase $dn -Filter 'objectClass -eq "msFVE-RecoveryInformation"' -Properties msFVE-RecoveryPassword, msFVE-RecoveryGuid, whenCreated | Select-Object @Name='Computer';Expression=$cn, msFVE-RecoveryGuid, msFVE-RecoveryPassword, whenCreated get bitlocker recovery key from active directory
: There, listed clearly with its associated Date and Password ID, was the 48-digit recovery password. The Resolution To view recovery keys, you must meet the
: He launched the Active Directory Users and Computers (ADUC) snap-in. To view recovery keys
To view recovery keys, you must meet the following requirements: Administrative Rights
Import-Module ActiveDirectory $cn = "COMPUTERNAME" $dn = (Get-ADComputer $cn).DistinguishedName Get-ADObject -SearchBase $dn -Filter 'objectClass -eq "msFVE-RecoveryInformation"' -Properties msFVE-RecoveryPassword, msFVE-RecoveryGuid, whenCreated | Select-Object @Name='Computer';Expression=$cn, msFVE-RecoveryGuid, msFVE-RecoveryPassword, whenCreated
: There, listed clearly with its associated Date and Password ID, was the 48-digit recovery password. The Resolution
: He launched the Active Directory Users and Computers (ADUC) snap-in.