Friday, April 7, 2017

The trust relationship between this workstation and the domain failed

The trust relationship between this workstation and the domain failed


it happens when relocating the data center or to relocate the server to another location.


There is many ways to rebuild the relationship between the workstation and the domain controller.

Method 1:-

Follow these steps in sequence :- 
  1. login on the workstation
  2. Open Power Shell as administrator. 
Run this command sequence:
  1. $credential = Get-Credential
  2. dc1\administrator or any admin user, (when press enter, it prompt for user name and password)
  3. Reset-ComputerMachinePassword -Server dc1.akwal.com
  4. If not show the error, its done
and if show the error for user auth

try the another method

Method 2:-

Follow these steps in sequence :- 
  1. login on the workstation
  2. Open Command Prompt as administrator.
  3. netdom resetpwd /s:dc1.akwal.com /ud:akwal.com\administrator /pd:*
  4. then restart the workstation/server
Already verified these 2 methods,

0 comments: