microsoft / CSS-Exchange

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

Health Checker - IIS Information showing NULL Certificate #2109

Closed shasagar closed 2 weeks ago

shasagar commented 2 weeks ago

…t info [ = 'NULL']

Issue: Incorrect Back End Certificate Value on IIS Settings when Back End Certificate is removed using Remove-ExchangeCertificate and not present at server. The removed certificate thumbprint is shown in IIS Information result and it should show no certificate as shown in IIS

Reason: The changes were made to make sure HealthChecker.ps1 does not show incorrect certificate when website is not bind with any certificate.

Fix: Invoke-AnalyzerIISInformation.ps1 script has been updated with correct info [$certHash = 'NULL']

Resolved #2055

Validation: Updated HealthChecker script was executed in the lab environment to confirm the behavior.