Description:
One of your users suddenly sees the error message "Trust Relationship Between This Workstation And The Primary Domain Failed" when trying to logon to their machine.
You have verify the Computer Account is exist on Active Directory. DNS settings are properly set and there's no problem with port or networking.
You wish to remediate the issue without having to disjoin and rejoin the computer to the domain.
Resolution:
On the problematic machine, logon using local admin credential. Open PowerShell and run as Administrator.
Type the following:
Reset-ComputerMachinePassword -Server DomainController -Credential
DomainAdmin
If the command completed successfully, logoff and try to logon again.