Why Configure Extended Protection in Exchange Server?
Extended Protection is a critical security feature that prevents authentication relay and man-in-the-middle attacks against Exchange Server. It works by binding Windows Authentication (NTLM) to TLS channel information in IIS, making it impossible for attackers to relay captured authentication tokens to other services.
Since August 2022, Microsoft has made Extended Protection a requirement for Exchange Server security hardening. Servers without this protection remain persistently vulnerable to sophisticated authentication attacks. Exchange Server 2019 CU14 and later versions automatically enable Extended Protection during installation, but older supported versions require manual configuration.
What Authentication Attacks Does Extended Protection Prevent?
Extended Protection specifically mitigates NTLM relay attacks where attackers intercept authentication requests and replay them against other Exchange services. Without this protection, an attacker who captures NTLM authentication traffic can potentially access mailboxes, administrative interfaces, or other Exchange services using the captured credentials.
The protection works by creating a cryptographic binding between the TLS channel and the authentication token, ensuring that authentication requests can only be used within the specific TLS session where they were created. This makes credential replay attacks ineffective even if the attacker has network access.
Related: How to Configure Hybrid Modern Authentication in Exchange
Related: How to Fix 550 5.1.10 RESOLVER.ADR.RecipientNotFound Error
Which Exchange Server Versions Support Extended Protection?
Extended Protection is supported on Exchange Server 2013, 2016, and 2019, but requires specific minimum updates. Exchange 2016 and 2019 need at least the August 2022 Security Update, while Exchange 2013 requires the same minimum patch level. Exchange 2019 CU14 and later automatically enable Extended Protection during setup, making manual configuration unnecessary for new installations.


