How to reset security channel between member server and domain controller?

You can reset the security channel by using NETDOM command.

In Eventviewer you will see below error:

Event ID 5723:
The session setup from the computer homeserver failed to authenticate. The name in the account referred in the security database is homeserver$.
The following error occurred:
Access is denied.

For each member server in the domain there is a communication channel (the security channel) with a domain controller. The security channel is used by the Netlogon service on the member and on the domain controller to communicate.

You can reset the member security channel by using the following command:
netdom reset 'machinename' /domain:'domainname

where 'machinename' = the local computer name and 'domainname' = the domain where the computer/machine account is stored.

Example:

netdom reset homeserver /domain:home

You can run this command on the any member server in the domain.


***Share your comments about this post***

No comments:

Post a Comment