Troubleshooting Windows 2003 Active Directory and DNS issues
28 Jan 2009 Leave a Comment
in IT
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
-> dnslint /ad /s "ip address of your dc"
Here are some other links:
http://technet.microsoft.com/en-us/library/cc731968.aspx
http://technet.microsoft.com/en-us/library/cc776854.aspx
http://www.eggheadcafe.com/software/aspnet/31172848/long–pls-help-issues.aspx
Recent Comments