
Security / PowerShell
EFI Boot Manager Cert Check
PowerShell compliance script deployed via ManageEngine Endpoint Central across multiple departments to validate boot manager binaries for Windows UEFI CA 2023 signing compliance. Identified that Get-AuthenticodeSignature and Get-PfxCertificate return incorrect issuer data for EFI binaries and resolved it by switching to X509Certificate.CreateFromSignedFile after tracing it to a known PowerShell bug.

