microsoft / CSS-Exchange

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

ExchangeExtendedProtectionManagement.ps1 shows SystemTlsVersions instead of SystemDefaultTlsVersions #2100

Closed lusassl-msft closed 3 weeks ago

lusassl-msft commented 3 weeks ago

Issue: Customer reported the following issue:

When the script ExchangeExtendedProtectionManagement.ps1 -PrerequisitesCheckOnly (Version 24.05.21.1635) is executed, the registry entries that are necessary for the TLS configuration are listed.

I have noticed that the RegistryNames for SystemDefaultTlsVersions are incorrect (see screenshot).

image

Reason: Typo

Fix: Replaced SystemTlsVersions with SystemDefaultTlsVersions

Validation: N/A