Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Check Validity of User Certificates

$
0
0

Summary: Learn how to quickly check user certificates by using Windows PowerShell.

Hey, Scripting Guy! Question How can I use Windows PowerShell to check the validity of user certificates without engaging in a manual process?

Hey, Scripting Guy! Answer Use the certificate provider to obtain a list of certificate objects, and
          pipe the results to the Test-Certificate cmdlet:

gci Cert:\CurrentUser\my -Recurse | Test-Certificate -AllowUntrustedRoot


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>