Friday, December 27, 2013

The trust relationship between this workstation and the primary domain failed

The trust relationship between this workstation and the primary domain failed

Event ID 5723

"The session setup from the computer DOMAINMEMBER failed to authenticate.
The name of the account referenced in the security database is DOMAINMEMBER$.

Solution:

Disjoin and rejoin the computer to the domain controller

Every machine in the domain has a secure channel between it and the domain. The password on this is reset automatically by the systems.  PowerShell v2 enables us to test this

PS> Test-ComputerSecureChannel
PS> Test-ComputerSecureChannel -Server server02
PS> Test-ComputerSecureChannel -Server server02.exchange.org
PS> Test-ComputerSecureChannel -Server dc02
PS> Powershell command:  Test-ComputerSecureChannel -repair

Get-ADUser -Identity raji| Get-ADObject -Properties *

No comments:

Post a Comment

The blog is written to the share the knowledge mainly on Microsoft Exchange Server and other Microsoft product that experienced on day-to-day life.