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..

Answers ( 3 )

    0
    2021-07-23T15:28:58+05:30

    Hi Anoop,

    Thanks for the PS script. Is there any other way like SQL query to create SSRS report for the certs ?

  1. 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/

    Best answer

Leave an answer

Sorry, you do not have permission to answer to this question .