Go Back   TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , ,

Sponsored Links



Windows Server 2003 Active Directory Audit

Active Directory


Reply
 
Thread Tools Search this Thread
  #1  
Old 07-04-2008
S Kaliyan
 
Posts: n/a
Windows Server 2003 Active Directory Audit

Hi folks,

One of our customer network got 400 users in the same network with 3 DC.
(one Primary and 2 ADC). they are reporting that some time users are getting
log on error. i need to do collect entire AD logs and do analysis and suggest
the best practice.

these are the customer requirements.:

1. Effective way of configuration of Active Directory its backup and
restoration
2. DNS settings and fine tuning on the same.
3. Configuring multiple domain (how effectively the same can be
implemented), Like child domain, Domain in a different forest etc...
4. How to see the existing domain controller and its settings are working
fine and are configured properly?
5. How to check on the DNS services and it is functioning properly?


I am planing to use the following tool to check the AD health.
1. repadmin.exe
2. directory service MPS report.

is there any other free tool which will help to check the AD health ? and
what other report I need to prepare.

please share your experience, which may reduce my time & get better experice
to me.

Regards
S.Kaliyan
Reply With Quote
  #2  
Old 07-04-2008
Paul Bergson [MVP-DS]
 
Posts: n/a
Re: Windows Server 2003 Active Directory Audit

Here is my canned answer for folks who are looking to run diagnostics
against AD. I have the steps below in a batch file with start notepad and
the log file after each so as they complete the results pop up
automagically...

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"

**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
MCT, MCSE, MCSA, Security+, BS CSci
2008, 2003, 2000 (Early Achiever), NT4

http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewsGroup
This posting is provided "AS IS" with no warranties, and confers no rights.

"S Kaliyan" <SKaliyan@discussions.microsoft.com> wrote in message
news:0EAF768B-5F8F-47B4-BD84-12F5F104F5A0@microsoft.com...
> Hi folks,
>
> One of our customer network got 400 users in the same network with 3 DC.
> (one Primary and 2 ADC). they are reporting that some time users are
> getting
> log on error. i need to do collect entire AD logs and do analysis and
> suggest
> the best practice.
>
> these are the customer requirements.:
>
> 1. Effective way of configuration of Active Directory its backup and
> restoration
> 2. DNS settings and fine tuning on the same.
> 3. Configuring multiple domain (how effectively the same can be
> implemented), Like child domain, Domain in a different forest etc...
> 4. How to see the existing domain controller and its settings are working
> fine and are configured properly?
> 5. How to check on the DNS services and it is functioning properly?
>
>
> I am planing to use the following tool to check the AD health.
> 1. repadmin.exe
> 2. directory service MPS report.
>
> is there any other free tool which will help to check the AD health ? and
> what other report I need to prepare.
>
> please share your experience, which may reduce my time & get better
> experice
> to me.
>
> Regards
> S.Kaliyan



Reply With Quote
  #3  
Old 07-04-2008
Jorge Silva
 
Posts: n/a
Re: Windows Server 2003 Active Directory Audit

Hi S Kaliyan
Please se answers inline
> One of our customer network got 400 users in the same network with 3 DC.
> (one Primary and 2 ADC). they are reporting that some time users are
> getting
> log on error. i need to do collect entire AD logs and do analysis and
> suggest
> the best practice.


Ok

> these are the customer requirements.:
> 1. Effective way of configuration of Active Directory its backup and
> restoration.

Have a look

http://technet2.microsoft.com/window....mspx?mfr=true
http://www.microsoft.com/downloads/d...displaylang=en
http://technet.microsoft.com/en-us/l.../bb727048.aspx
http://technet2.microsoft.com/window....mspx?mfr=true

> 2. DNS settings and fine tuning on the same.

This will depend of the client's network and servers design...
http://support.microsoft.com/kb/825036

> 3. Configuring multiple domain (how effectively the same can be
> implemented), Like child domain, Domain in a different forest etc...

The first question should be... Do I realy need additonal Domains? In most
situations the answer is no.

> 4. How to see the existing domain controller and its settings are working
> fine and are configured properly?

dcdiag, netdiag, eventlogs...

> 5. How to check on the DNS services and it is functioning properly?

Eventlog errors/warnings, dcdiag, nltest cmd can helpyou with that,
additionally you can do manuall tests.

>
> I am planing to use the following tool to check the AD health.
> 1. repadmin.exe
> 2. directory service MPS report.

Also do dcdiag and netdiag.

> is there any other free tool which will help to check the AD health ? and
> what other report I need to prepare.

There're other tools, but the tools specified before should give you a nice
understanding about what's going on the AD configuration.
--
I hope that the information above helps you.

Have a Nice day.

Jorge Silva
MVP Directory Services

Reply With Quote
  #4  
Old 4 Weeks Ago
Member
 
Join Date: Jan 2012
Posts: 1
Re: Windows Server 2003 Active Directory Audit

Download the freeware version of NetWrix Logon Reporter. That’s what we use to analyze logon events, it works well and should get the job done for you.
Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Windows Server 2003 Active Directory Audit"
Thread Thread Starter Forum Replies Last Post
problem with windows 2003 active directory and windows 2003 server darkvicoamao Active Directory 1 20-04-2011 07:13 PM
Active Directory schema for Windows Server 2003 Xena Active Directory 5 08-12-2010 02:07 AM
Unable to have backup of Active Directory in Windows Server 2003 Atiffita Active Directory 1 30-11-2010 05:28 PM
Installation of Active directory on Windows Server 2003 server? austin26 Networking & Security 2 06-10-2009 10:10 AM
How to set up a print server on Windows Server 2003 - No Active Directory Fabio Martins Windows Server Help 3 17-07-2009 11:42 PM


All times are GMT +5.5. The time now is 07:24 PM.