PowerShell tips – part 024.

You can access the certificate store using MMC or using CertMgr.msc command.
This will show you all certificates in the Local Machines Personal Store:

This will show info about one certificate result on the first PowerShell command:

Also, you can test many PowerShell commands about certificates, like:

For the remote servers, we can use Invoke-Command, the below example will get the certificates from the remote servers, see this command:

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.