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

Report Ldaps AD LDS #166

Closed amroth3003 closed 1 year ago

amroth3003 commented 1 year ago

Hello, is there any way to perform the Invoke-Testimo as ldap test to the AD LDS servers

PrzemyslawKlys commented 1 year ago

I never used AD LDS server but maybe: https://evotec.xyz/monitoring-ldaps-connectivity-certificate-with-powershell/

Test-LDAP -VerifyCertificate -ComputerName YourADLDSServer | Format-Table -AutoSize