Files
docs/deployments/services/authentication/active-directory/restore-domain-trust.md
Nicole Rappe 59909dd12a
All checks were successful
Automatic Documentation Deployment / Sync Docs to https://kb.bunny-lab.io (push) Successful in 6s
revert 51cdd1fdb6
revert Fixed Formatting of Files
2026-04-26 17:22:05 -06:00

445 B

tags
tags
Active Directory
Authentication

Purpose

If you have a device that lost trust in the domain for some reason, and won't let you login using domain credentials, run the following command as a local administrator on the device to repair trust.

Test-ComputerSecureChannel -Repair -Credential (Get-Credential)

If it outputs True, go ahead and log out then try to login again with the domain credentials.