Active Directory Daily Check list
Hi,
I'm looking for Active Directory Daily Check list,
similar to this url
http://technet.microsoft.com/en-us/library/bb124459(EXCHG.65).aspx
I have found one more url but it’s not useful. http://thinkingproblemmanagement.blogspot.com/2008/02/checklist-of-active-directory-tasks.html
I need daily AD monitoring check list.
If anyone have please post.
Aucsna
March 22nd, 2011 8:39am
Hello,
the following support tools used via script and scheduled task will be a good starter in give you mots important informations:
dcdiag /v /c /d /e /s:dcname >c:\dcdiag.txt
netdiag /v >c:\netdiag.txt [from each DC, netdiag may work but isn't supported with Windows server 2008 and don't run on Windows server 2008 R2]
repadmin /showrepl dc* /verbose /all /intersite >c:\repl.txt ["dc* is a place holder for the starting name of the DCs if they all begin the same (if more then one DC exists)]
dnslint /ad /s "DCipaddress" (http://support.microsoft.com/kb/321045)
Also the /e in dcdiag scans the complete forest, so better run/schedule it on COB.Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
March 22nd, 2011 8:42am
I know you asked for a check list, but if you need to monitor in real time use an application like Microsoft SCOM and the AD Management pack. You can configure it to alert you when there is a problem.
Roy Mayo, MCSE | Richmond, VA USA
March 22nd, 2011 10:13am
Hello,
Thanks for the reply, actually my environment already have the SCOM. what i'm looking for best practice (domain controller daily check list)
if anyone knows pls share with me.
Aucsna
Free Windows Admin Tool Kit Click here and download it now
March 23rd, 2011 1:17am
Hello,
i already did. The support tools above will gave you the important information about the DCs, Domain, replication and DNS. This must be healthy and you have done your dailey check for the DC/Domain.Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
March 23rd, 2011 7:37am
Hi,
Please have a look at this Active Directory Daily Monitoring Tasks:
http://technet.microsoft.com/en-us/library/bb727046.aspx#ECAA
Hope it helps.
Regards,
BruceThis posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your
question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
March 23rd, 2011 7:38am
thanks Bruce,
you link is perfect Aucsna
March 23rd, 2011 9:15am