ID Bitlocker recovery changed and don't found recovery key

Dani Sibar 1 Reputation point
2021-04-08T10:29:53.113+00:00

Hello friends.

I saw other posts but i don't find solution or similar case. For this reason i will ask if you can help me.

We deploy Bitlocker with MBAM in SCCM and in one device ask Bitlocker Recovery Key and with ID in MBAM portal found correctly and unlock, but next day, user's device power on and appears other ID bitlocker recovery when start and this ID don't appears in Azure AD, MBAM Portal, AD, and SQL of SCCM Server.

Could someone help me with this?

This is cmd photo of manage-bde of System Volume : https://imgur.com/a/4zsP3Ia

Thanks!!

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,660 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,758 questions
Microsoft Configuration Manager
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Kalyan Sundar 561 Reputation points
    2021-04-09T11:00:32.773+00:00

    Try this SQL Query

    SELECT
    cm.Name,
    ck.RecoveryKeyId,
    cv.VolumeGuid,
    cvt.TypeName AS 'Volume Type',
    RecoveryAndHardwareCore.DecryptString(ck.RecoveryKey, DEFAULT) AS RecoveryKey,
    RecoveryAndHardwareCore.DecryptBinary(ck.RecoveryKeyPackage, DEFAULT) AS BitLockerRecoveryKeyPackage,
    ck.LastUpdateTime
    FROM RecoveryAndHardwareCore_Keys ck
    INNER JOIN RecoveryAndHardwareCore_Volumes cv on ck.VolumeID = cv.ID
    LEFT JOIN RecoveryAndHardwareCore_VolumeTypes cvt on cv.VolumeTypeId = cvt.Id
    LEFT JOIN RecoveryAndHardwareCore_Machines_Volumes cmv on cv.Id = cmv.VolumeId
    LEFT JOIN RecoveryAndHardwareCore_Machines cm on cmv.MachineId = cm.Id


  2. Brian Smith533 1 Reputation point
    2021-04-09T14:36:48.267+00:00

    Thank you for Posting to Microsoft Community, Level 5 Experts are going to help you to fix your Issue. Please Call to support Team I~9O9~353~25˦5

    Thank You
    Microsoft Team
    .

    0 comments No comments