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..
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Need to create a report and Inventory to Identify machines installed with certificates like Sectigo root and intermediate certificates…please help me..
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/