Skip to content

Instantly share code, notes, and snippets.

@syu5-gh
Last active August 29, 2015 13:57
Show Gist options
  • Save syu5-gh/9889651 to your computer and use it in GitHub Desktop.
Save syu5-gh/9889651 to your computer and use it in GitHub Desktop.
HOW TO : Retrieve authenticode information with PowerShell.
$(Get-AuthenticodeSignature c:\windows\explorer.exe).SignerCertificate.Subject
# Output sample:
# CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment