Last active
January 12, 2018 13:30
-
-
Save kashcode/869cb23b914f04480dda5d4d9c1c1292 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
powershell -Command "Get-ChildItem -Recurse Cert:\LocalMachine | Where-Object {$_.SerialNumber -eq \"716d49b69e11f5a44fc63edc0663e54d\"} | Format-Wide -Property SerialNumber" | |
powershell -Command "Get-ChildItem -Recurse Cert:\CurrentUser | Where-Object {$_.SerialNumber -eq \"716d49b69e11f5a44fc63edc0663e54d\"} | Format-Wide -Property SerialNumber" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment