
Security / PowerShell
EFI Boot Manager Cert Check
PowerShell compliance script that validates boot manager binaries against the Windows UEFI CA 2023 signing standard. Traced Get-AuthenticodeSignature and Get-PfxCertificate returning incorrect issuer data for EFI binaries to a known PowerShell bug, and resolved it using X509Certificate.CreateFromSignedFile instead.

