The trust relationship between this workstation and the primary domain failed
"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