Hi bswhipp,
Based on the sequence of events you described, it really does point to a Kerberos encryption issue. The LSA warning with error code 0xC00002FD ("The encryption type is not supported by the KDC") indicates that during authentication, the Windows 2022 member server is attempting to use an encryption type that your Windows 2025 domain controller isn’t accepting. This mismatch can disrupt the secure channel, causing Group Policy refreshes to fail (as reflected in the subsequent Event ID 1030) and eventually leading to access issues on mapped drives — since the authentication tokens become invalid.
Here are some suggestions to troubleshoot and potentially resolve the issue:
- Confirm Kerberos Encryption Settings:...