Query Certificates for SHA1 / SHA2 / SHA256
问题 I know we can do this in PowerShell. (Get-ChildItem Cert:\Currentuser\My\ | Select -Property SignatureAlgorithm -ExpandProperty SignatureAlgorithm).FriendlyName Results: sha256RSA sha256RSA Ref.. https://blogs.technet.microsoft.com/poshchap/2017/10/20/one-liner-get-signing-algorithm-for-personal-store-certificates/ However, corporate will not allow us to run PowerShell in the field. I can run the following and get the certs installed for the Intermediate and Root Stores. certutil -store CA