Link to home
Start Free TrialLog in
Avatar of bgcm12
bgcm12

asked on

NETLOGON Event ID 3210

I have to answer a question relating to this event ID...

NETLOGON Event ID 3210:
Failed to authenticate with \\w2k3-dc01, a Windows NT domain controller for domain supertraining.eu.

List 2 ways to fix the above issue, one using a graphical tool, the other a command line utility:


Help would be appreciated please
ASKER CERTIFIED SOLUTION
Avatar of Nirmal Sharma
Nirmal Sharma
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Just in case anyone else is interested, you can do this with a script too..  :)  You might find scripting questions on the test, but just a few.

========Start Copy=========

Dim objComputer

Set objComputer = GetObject("LDAP://CN=computername,DC=WINDOWS2000,DC=COM")
objComputer.SetPassword "computername$"

Wscript.Quit

========End Copy=========
And, since I just reviewed the link that SystemProg put up there, and since it is certainly correct, give him the points on this one!  :)
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bgcm12
bgcm12

ASKER

Thanks all.  

I had the answer - i just wanted to verify it with someone!!  Remember...cheats never prosper! :o)

Some points for all as it's only fair...
So, did I get the answer right?   :)

FE
Thanks!
Thanks all,
had this in a real world scenario.  restoring a virtual machine from a 2 month old backup and it wouldn't authenticate with the domain.  found this thread and it solved my problem perfectly.

thanks much
Glad it helped, Dragon!