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.
417 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.
163 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,031 questions
{count} votes

9 answers

Sort by: Most helpful
  1. George Hollerman 36 Reputation points
    2023-07-28T14:15:22.6266667+00:00

    Still no confirmation and/or root cause from MS, except te part in which they acknowledged the issue:

    We have identified this issue where some Windows clients with TPM 2.0 cannot handle some algorithms properly during client TLS when communicating with enterpriseregistration.windows.net.
    The Product group is currently investigating and working to resolve this issue.

    But we tested this multiple times on multiple laptops and the issue seems to be resolved from Wednesday 26-07-2023 end of day without any change on our side, so MS must have changed/fixed something by then.

    And since I will be leaving for a holiday, we will be closing this issue on our side.

    0 comments No comments

  2. Nishanto Das 0 Reputation points
    2023-08-01T06:29:14.5233333+00:00

    Do we need to decrypt before applying the workaround? Or simply delete the registry keys and restart the machine?

    Workaround:

    1. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Cryptography\Configuration\Local\SSL\00010003
    2. Under Functions remove following signature suites from the list:
      RSAE-PSS/SHA256
      RSAE-PSS/SHA384
      RSAE-PSS/SHA512
    3. Restart.
    0 comments No comments

  3. Ed Shepherd 0 Reputation points
    2023-08-01T09:50:20.4766667+00:00

    We have the same issue on Lenovo L480's and Viglen PC's (these are prob peculiar to the UK)
    We have been performing a delete from AD (on prem) then a remove and rejoin to the domain and BitLocker again. this seems to work - our BitLocker will not complete unless it has written the recovery key to AD.
    The L480's, if we delete the record from AD first, then they appear to BitLocker without issue as part of the Task Sequence.

    @goerge Hollerman - did any one come back to you about any negative issues around removing those registry values?

    0 comments No comments

  4. Krähenbühl Stefan AVENIQ 0 Reputation points
    2023-08-03T08:32:41.3766667+00:00

    We also had a bitlocker activation problem with one hp elitedesk, elitebooks worked fine.

    the workaround helped, we imported the correct reg without the following:

    1. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Cryptography\Configuration\Local\SSL\00010003
    2. Under Functions remove following signature suites from the list:
      RSAE-PSS/SHA256
      RSAE-PSS/SHA384
      RSAE-PSS/SHA512

    now we can stage again, thanks

    regards stefan

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.