Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Tech News
  • Contact
  • Toggle search form

Retrieve an SSL Thumbprint in Windows using PowerShell

Posted on 05/01/202010/06/2025 IT Expert By IT Expert 3 Comments on Retrieve an SSL Thumbprint in Windows using PowerShell
  1. Home
  2. Scripts
  3. Retrieve an SSL Thumbprint in Windows using PowerShell
Get certificate thumbprint

A certificate thumbprint, also called a fingerprint, is a hash of a certificate. Thumbprints are used as unique identifiers for certificates, in applications when making trust decisions, in configuration files, and displayed in interfaces. Please, see how to retrieve an SSL Thumbprint in Windows using PowerShell. Please, see Fix Windows Admin Center cannot be reached, and “Get MBAM BitLocker Recovery Keys from Microsoft SQL Server“.

Due to the variety of uses for thumbprints, it is not immediately clear what, if any, their security needs are. Thumbprints are usually implemented with cryptographic hash functions and used in security applications. In some cases as an implementation technique and not as a core security mechanism.

When you need to specify claims found in a certificate for client or server authentication, you may need to submit a Thumbprint claim. This can be performed also by using MMC. 

You may want to see the following articles too: How to request a certificate signing request in Windows using Microsoft Management Console, and Windows Admin Center: How to set up WAC.

Retrieve an SSL Thumbprint in Windows

From the Start Menu, Search for PowerShell. Right-click on it and select run as an Administrator

Windows

This will open up the Windows PowerShell. Run the follow cmdlets below.

Get-ChildItem -path cert:LocalMachine\My 
Certificate thumbprint

In the screenshot above, you will be able to see the thumbprint, copy your desired thumbprint and paste wherever you wish to make use of it.

I hope you found this blog post on how to retrieve an SSL Thumbprint in Windows using PowerShell helpful. Please let me know in the comment section if you have any questions.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Scripts Tags:PowerShell, Windows 10

Post navigation

Previous Post: How to Retrieve an SSL Thumbprint in Windows using MMC
Next Post: How to create a Microsoft HyperV checkpoint

Related Posts

  • How to visualize MBAM Recovery Audit Report with Python
    Visualize MBAM Recovery Audit Report with Python Automation
  • S3 Bucket
    Access AWS Management Console and Create Resources with AWS CLI on Windows AWS/Azure/OpenShift
  • Generate SSH Keys
    Associate SSH Public key with Azure Linux VM AWS/Azure/OpenShift
  • Screenshot 2021 02 05 at 19.09.17
    Install and update PowerShell version 7 on Windows and Linux Scripts
  • windows 10 hert
    Windows Management Instrumentation Commands Scripts
  • powershell
    How to install the Microsoft PSWindowsUpdate module silently Scripts

More Related Articles

How to visualize MBAM Recovery Audit Report with Python Visualize MBAM Recovery Audit Report with Python Automation
S3 Bucket Access AWS Management Console and Create Resources with AWS CLI on Windows AWS/Azure/OpenShift
Generate SSH Keys Associate SSH Public key with Azure Linux VM AWS/Azure/OpenShift
Screenshot 2021 02 05 at 19.09.17 Install and update PowerShell version 7 on Windows and Linux Scripts
windows 10 hert Windows Management Instrumentation Commands Scripts
powershell How to install the Microsoft PSWindowsUpdate module silently Scripts

Comments (3) on “Retrieve an SSL Thumbprint in Windows using PowerShell”

  1. Avatar photo Kevin W Black says:
    09/04/2021 at 10:30 PM

    Get-ChildItem -Path Cert:LocalMachine\MY

    You were missing the “\” before MY

    Log in to Reply
  2. Avatar photo Lynda says:
    01/07/2021 at 6:26 AM

    Re:thumbprint. If an SSL certificate has a path of 3 certificates, is the thumbprint the same on each certificate? Eg: DigiCert , DigiCert Cloud Services CA-1, Outlook.com
    Should the thumbprint on each of these be the same?

    Log in to Reply
    1. chris Christian says:
      01/07/2021 at 9:01 AM

      If I understood you correctly, the thumbprint is a unique identifier and as such, two or more certificates should never have the same hash.

      Log in to Reply

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • fress install windows server 2025   downgrade of Windows Server datacenter to standard edition
    Convert Windows Server Datacenter to Standard: Install Windows Server via iDRAC Virtual Media Windows Server
  • Block ZIPRAR Attachments in Outlook 2016 – 2007
    How to Block ZIP/RAR Attachments in Outlook Windows
  • removeguesttrello
    Remove a member from Trello Workspace: How to add or remove a Board Guest to a Trello Board JIRA|Confluence|Apps
  • Delete AWS EBS Volume
    How to delete an Elastic Block Store Volume on AWS AWS/Azure/OpenShift
  • Install RSAT on Windows 11 today
    Install Remote Server Administration Tools on Windows 11 Windows
  • Featured image Some Settings are managed by your organization
    How to Fix “Some Settings Are Managed by Your Organization” Error in Windows Update Windows
  • ghfg 1
    Handy WSUS Commands: Windows Server Update Services Commands, WAUACLT, PowerShell and USOClient Windows Server
  • s3versioning
    Hosting Static Website and Versioning on AWS S3 AWS/Azure/OpenShift

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,779 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.