
Security / PowerShell
EFI BootMgr Cert Check
PowerShell audit script deployed via ManageEngine across several departments to validate boot manager binaries against the Windows UEFI CA 2023 chain. Identified that Get-AuthenticodeSignature returns incorrect issuer data for EFI binaries and switched to X509Certificate.CreateFromSignedFile as the correct extraction path.

