How to resolve "The trust relationship between this workstation..."
How to resolve "The trust relationship between this workstation and the primary domain failed"
# Enter a Command Prompt (Local admin)
C:\> netdom.exe resetpwd /s:<server> /ud:<username> /pd:*
Where:
<server> = a domain controller in the joined domain
<user> = DOMAIN\User format with rights to change the computer password
# Powershell
Reset-ComputerMachinePassword [-Credential <PSCredential>] [-Server <String>]
# Enter a Command Prompt (Local admin)
C:\> netdom.exe resetpwd /s:<server> /ud:<username> /pd:*
Where:
<server> = a domain controller in the joined domain
<user> = DOMAIN\User format with rights to change the computer password
# Powershell
Reset-ComputerMachinePassword [-Credential <PSCredential>] [-Server <String>]
Comentários
Postar um comentário