BitLocker status "Waiting on activation" on HP ProBook 440 G5 laptops.

George Hollerman 36 Reputation points
2023-07-21T07:54:29.12+00:00

Hi All,

 

Since +/- Friday 07-July-2023 we started noticing (so it might have started earlier) that only our HP ProBook 440 G5 laptops no longer automatically enabled BitLocker after it was installed with a new image (and because of that, they will not get compliant, so are of no use to our end users).

It seems the drive is still automatically encrypted, but the TMP protector has not been created and the recovery key is not uploaded to Azure.
(I'm not sure which one should go first, it could be that the TMP protector is not created because the recovery key has not yet been uploaded to Azure, or that the recovery key has not been uploaded to Azure because the TPM protector has not yet been created)

In event viewer we can see that the encryption has successfully finished, but the following error message shows when trying to upload the recovery key to Azure:
Failed to backup BitLocker Drive Encryption recovery information for volume C: to your Azure AD.
Error: Unknown Hresult Error code: 0x80072efe
Id: 846

(and it keeps trying here and there but keeps failing)

If I create the TPM protector via the following PowerShell command:
Add-BitLockerKeyProtector -MountPoint C: -TpmProtector
It is possible to activate BitLocker via the following PowerShell command:
Resume-BitLocker -MountPoint C:
And the laptop becomes compliant, but the recovery key has still not been uploaded to Azure (so this is still not a laptop which we want to provide to the end user).

If I try to upload the recovery key to Azure via the following PowerShell commands:

$bdeallsettings = Get-BitLockerVolume -MountPoint C: | select *
$bdeselectkey = $bdeallsettings.KeyProtector | where {$_.KeyProtectorType -eq 'RecoveryPassword'}
foreach ($key in $bdeselectkey) {
	BackupToAAD-BitLockerKeyProtector -MountPoint C: -KeyProtectorId $key.KeyProtectorId
}

I get the following error message:
*BackupToAAD-BitLockerKeyProtector : Uitzondering van HRESULT: 0x80072EFE
+         BackupToAAD-BitLockerKeyProtector -MountPoint C: -KeyProtecto ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo          : NotSpecified: (:) [Write-Error], COMException  
+ FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,BackupToAAD-BitLockerKeyProtector*  

Which is kind of the same as the error in event viewer.

For what I could find, the error message indicates that there would be a connection (and/or DNS) error with Azure (or access issue), but if this would be the case, this would be an issue on all our laptops (and this is not the case, because the issue only occurs with the HP ProBook 440 G5).

When using "dsregcmd.exe /status", I also notice that the laptops with an issue have the following differences with laptops which don't have this issue (but could be a coincidence):
Tenant Details:

Working:        JoinSrvVersion : 1.0  
Not working: JoinSrvVersion : 2.0  
(not sure what this does/means)  

Diagnostic Data:

Working:        Last HostName Update : SUCCESS  
                       Server Message : The attribute 'hostnames' value(s) were successfully updated  
Not Working: Last HostName Update : FAIL  
                       Client ErrorCode : 0x80072ee7  

And this error message also indicates connection and/or DNS issues.

Can anyone tell us what has changed and/or what is causing these issues?

Microsoft Intune Security
Microsoft Intune Security
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
391 questions
Microsoft Intune Compliance
Microsoft Intune Compliance
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Compliance: Adhering to rules, standards, policies, and laws.
151 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,845 questions
{count} votes

9 answers

Sort by: Most helpful
  1. Pavel yannara Mirochnitchenko 12,411 Reputation points MVP
    2023-07-21T13:37:59.78+00:00

    If that happens with that model only, how about to update the bios first, wipe the device and re-install it? Also as a test, can the bitlocker be enabled manually if you register the computer as home user with live account?

    I use Disk Encryption in Intune Endpoint Security options to enable bitlocker and for compatibility issues, I always set every option to Allow instead of Required or Block.

    You probably investigated this node already in Event Viewer?

    User's image


  2. Effie Antoniadi 1 Reputation point
    2023-07-21T19:22:20.89+00:00

    Hello.
    We're facing the same issue on 2 clients. Different tenants, different configurations, different laptops, but same issue.

    We've updated windows & bios, started encryption manually (but still we cannot upload to bitlocker) and tried numerous solutions. nada.

    Opened a ticket today and we're waiting.


  3. Floreant 0 Reputation points
    2023-07-25T18:02:52.2566667+00:00

    And the same problem here, my HP Probook x360 440G1 (latest BIOS) doesn't silently enable bitlocker anymore and thererefore there's no recoverykey uploaded. My Dell Latitude 5420 though are working fine.

    Also the problem exists in two tenants and only with this HP Probooks, other HP Elitebooks in the other tenant are working fine.

    0 comments No comments

  4. Pavel yannara Mirochnitchenko 12,411 Reputation points MVP
    2023-07-26T10:26:06.59+00:00

    Bingo, I have now same problem on HP Elitebook. This model worked before but after last Autopilot disk is not encrypted. I will check more for details, is this the same issoe or not.


  5. Floreant 0 Reputation points
    2023-07-26T14:34:21.96+00:00

    Finally, there must a change made by Microsoft because after almost two weeks of struggling with bitlocker, today it seems that my HP Probooks are encrypted again and the key is uploaded to AAD.

    A few more tests are necessary but it seems okay.