Report and inventory for Certificate..
Question
Need to create a report and Inventory to Identify machines installed with certificates like Sectigo root and intermediate certificates…please help me..
solved 0
Configuration Manager 11 months 2021-07-21T21:49:10+05:30 2021-07-21T21:49:10+05:30 3 Answers 11 views Beginner 0
Answers ( 3 )
Hi Anoop,
Thanks for the PS script. Is there any other way like SQL query to create SSRS report for the certs ?
Hopefully you have already found a way to solve this hence closing the thread.
You can use
Get-ChildItem Cert:\LocalMachine\Root\ | where{$_.FriendlyName -eq ‘Sectigo’}
Try to run this PowerShell script using the following post
https://www.anoopcnair.com/sccm-run-scripts-architecture-realtime/