Trust relationship error in AD - Fix
        The trust relationship between this workstation and the primary domain failed"       The netdom command   http://support.microsoft.com/k...   At a command prompt on the workstation giving the error, type the following command:    ð  netdom resetpwd /s:server /ud:domain\User /pd:*    A description of this command is:   /s:server  is the name of the domain controller to use for setting the machine account password. This is the server where the KDC is running.   /ud:domain\User  is the user account that makes the connection with the domain you specified in the /s parameter.   This must be in domain\User format. If this parameter is omitted, the current user account is used.   /pd:*  specifies the password of the user account that is specified in the /ud  parameter. Use an asterisk (*) to be prompted for the password.