Skip to content

Instantly share code, notes, and snippets.

@PlagueHO
Created June 9, 2017 11:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PlagueHO/ab6ed6e6e9f38a286608ffda6b9aca0c to your computer and use it in GitHub Desktop.
Save PlagueHO/ab6ed6e6e9f38a286608ffda6b9aca0c to your computer and use it in GitHub Desktop.
Change the friendly name of a certificate using PowerShell
(Get-ChildItem -Path Cert:\LocalMachine\My\97CB2928C7AC163A750BF16CF1D2CF1A3DDAAA8E).FriendlyName = 'New Cert Name'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment