The trust relationship between this workstation and the primary domain failed
Powershell:
Reset-ComputerMachinePassword [-Credential ] [-Server ]
Cmd:
netdom.exe resetpwd /s:<server> /ud:<user> /pd:*
<server> = a domain controller in the joined domain
<user> = DOMAIN\User format with rights to change the computer password
Comments are currently closed.