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 :-
- login on the workstation
- Open Power Shell as administrator.
- $credential = Get-Credential
- dc1\administrator or any admin user, (when press enter, it prompt for user name and password)
- Reset-ComputerMachinePassword -Server dc1.akwal.com
- 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 :-
- login on the workstation
- Open Command Prompt as administrator.
- netdom resetpwd /s:dc1.akwal.com /ud:akwal.com\administrator /pd:*
- then restart the workstation/server
Already verified these 2 methods,
0 comments:
Post a Comment