This can be a dark world so sometimes our computers develop trust issues. This is a powershell command to fix the trust relationship. I wish it was this easy with humans...
Reset-ComputerMachinePassword -Server DomainController -Credential DomainAdmin
- Server — the FQDN name of any domain controller;
- Credential — domain user (with permission to add the computer to the domain) or domain admin account.
No comments:
Post a Comment