Powershell Check: Checks if running 2023 Certs
Powershell Check: Checks if running 2023 Certs
([System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Windows UEFI CA 2023')
check whether the new certificates are embedded in firmware defaults: Older systems might show False, so a Bios update might be required. Impacted: Older consumer laptops no longer receiving firmware updates, computers with secure boot disabled etc.
([System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI dbdefault).bytes) -match 'Windows UEFI CA 2023')