The Authentication Breakdown
Microsoft has confirmed a significant connectivity issue impacting Windows 11 versions 24H2, 25H2, and 26H1 following the deployment of the September 2026 security update (KB5124008). The complication centers on Machine Identity Isolation, a security feature designed to safeguard machine account secrets via Credential Guard rather than storing them in the traditional registry format. While the feature intends to bolster security, it has inadvertently caused a breakdown in the secure channel between client devices and on-premises Active Directory domains.
Users impacted by this glitch are finding themselves locked out of their machines when attempting to sign in with standard domain credentials. The system often reports a failure in the trust relationship between the workstation and the domain, effectively isolating the PC from the corporate network environment. Microsoft clarified that while the update enables the capability, it does not mandate enforcement; rather, it activates the feature based on existing or previously configured Group Policies.
The Server 2025 Requirement
The core of the conflict lies in a compatibility gap. Machine Identity Isolation is architected to operate specifically within environments supported by domain controllers running at the Windows Server 2025 Domain Functional Level (DFL) or higher. Organizations that have configured the feature but remain on older server infrastructures are finding that their Windows 11 machines reject valid credentials, as the client expects a server-side handshake that legacy domain controllers are not equipped to provide.
For these environments, the consequence is immediate: the secure channel is dropped, and standard sign-in workflows are disrupted. While cached credentials may allow some users to bypass the initial lock screen for offline access, full domain integration remains unavailable until the machine identity policy is reconciled.
Recommended Remediation Steps
- Identify affected devices where Machine Identity Isolation has been enabled via Intune, Group Policy, or manual Registry configuration.
- Disable the feature using the original deployment method to restore standard authentication protocols.
- Execute the Test-ComputerSecureChannel PowerShell command on client machines to verify and repair the connection once the policy change is applied.
- Perform a system restart to fully flush the cached policy settings and re-establish the domain handshake.
Looking Ahead
Microsoft has acknowledged the severity of the situation and indicated that a future Windows update will temporarily suspend the enforcement of Machine Identity Isolation. This stop-gap measure is designed to provide relief to IT administrators while the engineering team works to refine the feature's compatibility with a broader range of server environments. In the interim, administrators are cautioned to exercise extreme care when modifying the Windows Registry to disable the feature, emphasizing the need for comprehensive backups before initiating any manual repairs to the machine's secure channel.











