Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Active Directory > Re: Testing whether a particular DC is authenticating: LDP

Reply
Thread Tools Display Modes

Re: Testing whether a particular DC is authenticating: LDP

 
 
Paul Bergson [MVP-DS]
Guest
Posts: n/a

 
      03-17-2010

Unless you have some configuration problems, I'm guessing you are just fine.
BUt see below if you want to run addtional tests.

Run diagnostics against your Active Directory domain.

If you don't have the support tools installed, install them from your server
install disk.
d:\support\tools\setup.exe

Run dcdiag, netdiag and repadmin in verbose mode.
-> DCDIAG /V /C /D /E /s:yourdcname > c:\dcdiag.log
-> netdiag.exe /v > c:\netdiag.log (On each dc)
-> repadmin.exe /showrepl dc* /verbose /all /intersite > c:\repl.txt
-> ntfrsutl ds your_dc_name > c:\sysvol.log
-> dnslint /ad /s "ip address of your dc"

**Note: Using the /E switch in dcdiag will run diagnostics against ALL dc's
in the forest. If you have significant numbers of DC's this test could
generate significant detail and take a long time. You also want to take into
account slow links to dc's will also add to the testing time.

If you download a gui script I wrote it should be simple to set and run
(DCDiag and NetDiag). It also has the option to run individual tests without
having to learn all the switch options. The details will be output in
notepad text files that pop up automagically.

The script is located on my website at
http://www.pbbergs.com/windows/downloads.htm

Just select both dcdiag and netdiag make sure verbose is set. (Leave the
default settings for dcdiag as set when selected)

When complete search for fail, error and warning messages.

Description and download for dnslint
http://support.microsoft.com/kb/321045

--
Paul Bergson
MVP - Directory Services
MCITP - Enterprise Administrator
MCTS, MCT, MCSE, MCSA, MCP, Security +, BS CSci
2008, Vista, 2003, 2000 (Early Achiever), NT4
Microsoft's Thrive IT Pro of the Month - June 2009

http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewGroups. This
posting is provided "AS IS" with no warranties and confers no rights.
"JayDee" <> wrote in message
news:07d6d374-b3bd-4ce7-a6a1-...
>I would like to test whether a particular DC is successfully
> authenticating users. I realize I could mess around with sites, but
> I'd rather not.
>
> If I use LDP.exe from the resource kit and "connect" to a DC followed
> by BINDing to the domain with an ID and that works, have I
> conclusively proven that the DC to which I connected is successfully
> authenticating logons?
>
> thanks
>
> - JayDee



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Testing whether a particular DC is authenticating: LDP Florian Frommherz [MVP] Active Directory 0 03-17-2010 06:23 AM
Re: Testing whether a particular DC is authenticating: LDP Ace Fekay [MVP-DS, MCT] Active Directory 0 03-17-2010 12:52 AM
Re: DC with "Windows cannot obtain the domain controller name for your computer network" Danny Sanders Active Directory 0 01-21-2010 02:26 PM
Re: Incorrect server name Ace Fekay [MCT] Windows Server 4 10-28-2009 02:17 PM
Exchange Activesync & authenticating proxy Maurice ActiveSync 3 02-26-2007 08:19 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59