Query Details

Show All Certificates That Are Not Stored In Localmachine

Query

Use Case: Monitoring and ensuring the security of SSL certificates across different store locations by tracking their common and subject names.

Query:

Certificate
| project StoreLocation, CommonName, SubjectName

Explanation

The query is used to retrieve the store location, common name, and subject name of SSL certificates for monitoring and ensuring their security across different locations.

Details

Ugur Koc profile picture

Ugur Koc

Released: February 4, 2024

Tables

Certificate

Keywords

Certificate,StoreLocation,CommonName,SubjectName

Operators

projectCertificate

Actions