Import-Module ActiveDirectory

$ComputerName = "WORKSTATION01" $Computer = Get-ADComputer -Identity $ComputerName -Properties * find bitlocker recovery key in ad

(Get-ADObject -Filter objectclass -eq 'msFVE-RecoveryInformation' -SearchBase $Computer.DistinguishedName -Properties 'msFVE-RecoveryPassword').'msFVE-RecoveryPassword' find bitlocker recovery key in ad

Get-ADObject -Filter objectclass -eq 'msFVE-RecoveryInformation' -SearchBase $Computer.DistinguishedName -Properties 'msFVE-RecoveryPassword' find bitlocker recovery key in ad

In Ad - Find Bitlocker Recovery Key

Import-Module ActiveDirectory

$ComputerName = "WORKSTATION01" $Computer = Get-ADComputer -Identity $ComputerName -Properties *

(Get-ADObject -Filter objectclass -eq 'msFVE-RecoveryInformation' -SearchBase $Computer.DistinguishedName -Properties 'msFVE-RecoveryPassword').'msFVE-RecoveryPassword'

Get-ADObject -Filter objectclass -eq 'msFVE-RecoveryInformation' -SearchBase $Computer.DistinguishedName -Properties 'msFVE-RecoveryPassword'