$ComputerName = "WORKSTATION01" $Computer = Get-ADComputer -Identity $ComputerName -Properties *
Import-Module ActiveDirectory
(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
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.