EvotecIT / Testimo

Testimo is a PowerShell module for running health checks for Active Directory against a bunch of different tests
MIT License
519 stars 55 forks source link

LDAP URI check for certificate uploaded through DSPUBLISH #179

Open red-erik opened 9 months ago

red-erik commented 9 months ago

Hello, is there a way to report on published CRL (off line root CA) into ADDS ?

Regards, Red.

PrzemyslawKlys commented 8 months ago

Isn't it just:

Get-ADObject -Filter * -SearchBase "CN=Public Key Services,CN=Services,CN=Configuration,DC=ad,DC=evotec,DC=xyz" -SearchScope Subtree

What would you want with it?

red-erik commented 8 months ago

Hello, I mean a dedicated check with a specific Source like: Invoke-Testimo -Source 'CRLStatus','ForestSubnets' -Online -ReportPath $PSScriptRoot\Reports\TestimoSummary.html -AlwaysShowSteps Since the "date" is not shown and would be nice to report on Expiration