Active Directory Troubleshooting: Broken Trust Relationships, Kerberos Time Skew and Missing GPOs
Fast, safe fixes for workstation trust failures, Kerberos time-skew errors, and group policies that silently stop applying.
Trust and authentication
The machine account password diverged. Quick fix without a rebuild: run Test-ComputerSecureChannel -Repair locally as a domain admin, or netdom reset <computer> /domain:<dom>. If the channel keeps breaking, look for duplicate computer objects, a restored VM snapshot rolling back the machine password, and time skew. Rejoin only as a last resort - repair preserves the SID and profile.
Kerberos tolerates five minutes of skew. Fix the hierarchy: PDC emulator syncs from external NTP (w32tm /config /manualpeerlist:... /syncfromflags:manual /reliable:yes /update), all DCs sync from the domain hierarchy, members from DCs. Verify with w32tm /monitor. On virtualised DCs disable VM time-sync integration or snapshots will re-break time.
GPO application
GPOs replicate in two lanes: the policy object in SYSVOL (files) and its link in AD (directory). A DC can have the link but not the files. Check gpresult /h, which DC the client used, and DFSR health. Also review security filtering, WMI filters, and read permission for Authenticated Users - MS16-072 changed the default apply context.