Your web browser is out of date. Update your browser for more security, speed and the best experience on this site.

Update your browser

View Bitlocker Key In Ad May 2026

$ComputerName = "WS-00123" $Computer = Get-ADComputer -Identity $ComputerName -Properties msFVE-RecoveryPassword, msFVE-RecoveryGuid

Import-Module ActiveDirectory

$RecoveryObjects = Get-ADObject -Filter objectClass -eq "msFVE-RecoveryInformation" -SearchBase $Computer.DistinguishedName -Properties msFVE-RecoveryPassword, msFVE-RecoveryGuid, whenCreated view bitlocker key in ad

(Get-ADObject -Filter "objectClass -eq 'msFVE-RecoveryInformation'" -SearchBase (Get-ADComputer "WS-00123").DistinguishedName -Properties msFVE-RecoveryPassword).msFVE-RecoveryPassword If you have administrative access to the locked machine and it is still network accessible, you can attempt to retrieve the key locally (not from AD): view bitlocker key in ad

$RecoveryObjects | Select-Object Name, @N="RecoveryGUID";E=$_.msFVE-RecoveryGuid, @N="RecoveryPassword";E=$_.msFVE-RecoveryPassword, whenCreated view bitlocker key in ad