/build/static/layout/Breadcrumb_cap_w.png

Discover SSL Certificates

I'm looking for a way to discover the SSL certs on our Win 7 devices via KACE.  Any ideas?

0 Comments   [ + ] Show comments

Answers (1)

Posted by: SMal.tmcc 8 years ago
Red Belt
1
you can create a custom inventory rule to run powershell and get that info into inventory

powershell -Command Get-ChildItem -Recurse Cert:


Comments:
  • Thanks! This put me on the right track. We were just looking for the thawte SSL CA - G2 Intermediate cert so I ended up going with:

    ShellCommandTextReturn(cmd /c powershell "Get-ChildItem -Recurse Cert:\LocalMachine\authroot\AADBBC22238FC401A127BB38DDF41DDB089EF012 | format-list -property *") - rcallbeck 8 years ago
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ