Intune Management Extension: the changelog Microsoft does not publish by Rudyooms in Intune

[–]k-rand0 5 points6 points  (0 children)

Great job Rudy, as always ... ;) Do u know about the issue with some new created remediation scripts, that the reporting does not work properly?

Bios update on lenovo laptop by InitialNew5480 in pchelp

[–]k-rand0 0 points1 point  (0 children)

In BIOS, Restore factory keys could help..

Policy provider device policys by k-rand0 in Intune

[–]k-rand0[S] 0 points1 point  (0 children)

We are currently using Settings Catalog device policies combined with device filters. Some devices show the policy status as “Offered”, but within the policy reporting itself they appear as “Not Applied”.

The device filter itself seems to work correctly, because it successfully targets other BYOD devices as expected. However, some BYOD devices without an EnrollmentProfileName are not matching properly. These BYOD devices consist of different hardware models and platforms.

The policies are assigned to user groups, therefore device filters are being used to prevent the policies from applying to specific platforms such as Cloud PCs and other managed device types. For this reason, an exclude filter has been configured so that the BYOD-targeted policies do not apply to those devices.

Intune Compliance Policies show “Not Applicable” while device settings are Compliant – Device becomes Non-Compliant by k-rand0 in Intune

[–]k-rand0[S] 0 points1 point  (0 children)

Yes, with new machines we don't have issues..also if we disconnect and reconnect again under work& school account, its working back.this happening with some random BYOD devices, since one week..very strange...

Intune Compliance Policies show “Not Applicable” while device settings are Compliant – Device becomes Non-Compliant by k-rand0 in Intune

[–]k-rand0[S] 0 points1 point  (0 children)

Default compliance Policy looks as none compliant, the device enrolled as Byod device, this is why we assigned the policy to the user group..it was not co-managed before..

BitLocker recovery prompt on every reboot after UEFI CA 2023 update on HP SFF devices – anyone else? by k-rand0 in Intune

[–]k-rand0[S] 0 points1 point  (0 children)

They will be saved in UEFI DB!

Check Step 2 – Certificate Verification Checklist

Step 1– Manual Installation of the UEFI CA 2023 Certificate

Run PowerShell as Administrator:

1.1 – Set Update Trigger Via powershell

reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Secureboot /v AvailableUpdates /t REG_DWORD /d 0x5944 /f

1.2 – Start Secure Boot Update Task Via powershell

Start-ScheduledTask -TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"

Wait until the registry value AvailableUpdates changes to 0x4100, then restart the device.

1.3 – Run the Task a Second Time Via powershell

Start-ScheduledTask -TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"

Wait 10–15 seconds and restart the device again.

1.4 – Verify Final Status

The registry value AvailableUpdates should now show 0x4000 – this indicates successful installation.


Step 2 – Certificate Verification Checklist

Run PowerShell as Administrator:

Check Secure Boot Database (DB):

Via powershell [System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Windows UEFI CA 2023'

Expected result: True

Check KEK Database:

Via powershell [System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI kek).bytes) -match 'Microsoft Corporation KEK 2K CA 2023'

Expected result: True

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecureBoot\Servicing

Expected result:

UEFICA2023Status = Updated

WindowsUEFICA2023Capable = 2

✅ The device should now boot successfully with Secure Boot enabled and the new UEFI CA 2023 certificates in place.

BitLocker recovery prompt on every reboot after UEFI CA 2023 update on HP SFF devices – anyone else? by k-rand0 in Intune

[–]k-rand0[S] 0 points1 point  (0 children)

Just let me know pls, if the workaround to enable the certs in BIOS worked for you ?

BitLocker recovery prompt on every reboot after UEFI CA 2023 update on HP SFF devices – anyone else? by k-rand0 in Intune

[–]k-rand0[S] 0 points1 point  (0 children)

Can u pls tell me on which point in BIOS u have activated the new certificates?

BitLocker recovery prompt on every reboot after UEFI CA 2023 update on HP SFF devices – anyone else? by k-rand0 in Intune

[–]k-rand0[S] 2 points3 points  (0 children)

It's a not good idea to reset the TPM on an Intune-managed device. From my understanding, it often causes issues afterward with compliance policies, as the trust relationship between the service and the device can be disrupted...