two recovery passwords

This forum is used to support the BitLocker for Automate plugin. You will find documentation on the plugin as well as an area to post issues and requests. Please post
Post Reply
bfalco
Posts: 27
Joined: Fri Mar 04, 2022 12:36 pm
2

two recovery passwords

Post by bfalco »

Hello I have one system showing two recovery keys. Any idea how to resolve this and which one is correct?
Attachments
two keys.png
two keys.png (15.13 KiB) Viewed 1291 times

User avatar
Cubert
Posts: 2430
Joined: Tue Dec 29, 2015 7:57 pm
8
Contact:

Re: two recovery passwords

Post by Cubert »

We execute the following in POSH to gather the keys. If it pumps out multiple recovery keys then they are all accurate. It is plausible that an stale recorded exists in database so we won't rule that out either.


On the agent in question, from agent console , open the command line tool and execute the following, see what is returned. if only one key returned then the other record is a stale one and should be removed.

Code: Select all

@powershell "get-bitlockervolume c: | Select MountPoint,KeyProtector;foreach ($volume in $Volumes){foreach($key in $volume.KeyProtector){write-output $key.RecoveryPassword}}"

Post Reply

Return to “BitLocker for Automate”