Add Workflows/Windows/Active Directory/Restore Domain Trust.md
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 12s

This commit is contained in:
2026-01-16 05:01:11 -07:00
parent 6ceb4e06f5
commit 400ff2e9bb

View File

@@ -0,0 +1,8 @@
## 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.
```powershell
Test-ComputerSecureChannel -Repair -Credential (Get-Credential)
```
If it outputs `True`, go ahead and log out then try to login again with the domain credentials.