microsoft / CSS-Exchange

Exchange Server support tools and scripts
MIT License
1.21k stars 333 forks source link

TlsDomain only needs to be set if TlsAuthLevel is set to DomainValidation #2000

Closed dpaulson45 closed 5 months ago

dpaulson45 commented 5 months ago

Issue: Customer has reported that they have TlsAuthLevel set to CertificateValidation. HealthChecker is calling out a problem with TlsDomain as this is not set. However, that is an acceptable configuration.

Fix: Only throw warning about TlsDomain if TlsAuthLevel is not set to DomainValidation

Resolved #1999

Validation: Pester