The trust relationship between this workstation and the primary domain failed
The solution:
- On the effected client machine open PowerShell
- Run the following command “Reset-ComputerMachinePassword” or specify the credentials switch if the account your running PowerShell with doesn’t have the correct AD perms for the CMDlet “Reset-ComputerMachinePassword –credential Domain\Adaccount” (You will be prompted for the domain password).
- After running this give the client machine a restart
After Reboot, the server will function correctly.
Join the conversation