<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jared Heinrichs &#187; Active Directory (2003)</title>
	<atom:link href="http://jaredheinrichs.com/category/operating-system/active-directory-2003/feed" rel="self" type="application/rss+xml" />
	<link>http://jaredheinrichs.com</link>
	<description>A Winnipeg &#34;How to&#34; Blog on Software and Technology</description>
	<lastBuildDate>Thu, 09 Feb 2012 15:35:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to give a tune-up to your Active Directory Database</title>
		<link>http://jaredheinrichs.com/how-to-give-a-tune-up-to-your-active-directory-database.html</link>
		<comments>http://jaredheinrichs.com/how-to-give-a-tune-up-to-your-active-directory-database.html#comments</comments>
		<pubDate>Mon, 13 Sep 2010 16:33:55 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Active Directory (2003)]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-give-a-tune-up-to-your-active-directory-database.html</guid>
		<description><![CDATA[This post will go over tuning up your Active Directory Database. I will specifically going over Active Directory in a Windows 2008 Server environment. Why would you want to do this? Running regular maintenance on the Active Directory Database recaptures &#8230; <a href="http://jaredheinrichs.com/how-to-give-a-tune-up-to-your-active-directory-database.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This post will go over tuning up your Active Directory Database. I will specifically going over Active Directory in a Windows 2008 Server environment.</p>
<p>Why would you want to do this?</p>
<ol>
<li>Running regular maintenance on the Active Directory Database recaptures disk space, makes the database file more efficient (faster) and checks for any weirdness.</li>
<li>When stuff gets deleted out of your active directory database, the file does not get any smaller.</li>
</ol>
<p>*NOTE* &#8211; These items will be done using “NTDSUTIL” under the “Files” context. Three items this post will go over will be “Compact”, “Integrity” as well as “Semantic&quot; Database Analysis”.</p>
<h2>Getting ready to type the commands</h2>
<p>Go and Open command prompt. </p>
<ol>
<li>Type. “ntdsutil”.</li>
<li>Type “Activate Instance NTDS”</li>
</ol>
<h2>How to Defrag / Compact the Active Directory Database</h2>
<p>* NOTE * You can’t compact the actual Active Directory Database! You will have to compact it to another location. Then copy the new file over the old version manually. This is the #1 concept issue I see people have. Most of the time they think just by running the command the database is defragged. Unfortunately this is not the case.</p>
<ol>
<li>You need to “STOP” the “NTDS Service” before binding to the Active Directory database&quot;.</li>
<li>Go to “Administrator Tools” and select “Services”.</li>
<li>Right click “Active Directory Domain Services” and tell it to “Stop”. Windows will prompt you to tell you there are other services that will be stopped as well.</li>
<li>Go back to the command prompt that you opened at the beginning of the how to video. You might get an error about not being able to stop it. This is because replication is going on. You will just have to try stopping it again in a few seconds until it stops.</li>
<li>Type “Files”. IF you didn’t stop the NTDS Service in step 3 you will be alerted here with an error.</li>
<li>Type “compact to C:\” or where ever you want to create a copy of the compacted Active Directory Database.</li>
<li>Verify that a copy copy of the Active Directory Database file has been created @ “C:\ntds.dit”</li>
<li>Type “Quit” and “Quit”. This will get you back to the command prompt.</li>
<li>Type: copy “C:\ntds.dit” “C:\Windows\NTDS\ntds.dit”</li>
<li>Type: del “C:\Windows\NTDS\*.log”</li>
</ol>
<h2>How to Check the Active Directory Database Integrity</h2>
<p>* NOTE * &#8211; After compacting the database you should always check the Integrity of the database. If you don’t still have the command prompt window go back to “Getting ready to type the commands section”.</p>
<ol>
<li>Type “Files”</li>
<li>Type “Integrity” </li>
<li>This will make sure there is no issues with the with the compacting of the Active Directory Database</li>
<li>Once this command completes there will be a message recommending to you to run the “Semantic database consistency” check as well.</li>
</ol>
<h2>How to run the Semantic Database Consistency util</h2>
<p>Still in the NTDS util run:</p>
<ol>
<li>Type &quot;quit” to go up one level in the NTDSutil instance structure.</li>
<li>Type “semantic database analysis”</li>
<li>Type “Verbose on”</li>
<li>Type “Go Fixup”</li>
</ol>
<p>Remember to restart “Active Directory Domain Services”. All those services that were also stopped during the process of stopping the service will also be started.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-give-a-tune-up-to-your-active-directory-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup Active Directory auditing</title>
		<link>http://jaredheinrichs.com/how-to-setup-active-directory-auditing.html</link>
		<comments>http://jaredheinrichs.com/how-to-setup-active-directory-auditing.html#comments</comments>
		<pubDate>Mon, 13 Sep 2010 15:44:04 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Active Directory (2003)]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-setup-active-directory-auditing.html</guid>
		<description><![CDATA[There are many reasons to setup Active Directory Auditing. The most common reason is to track changes to user/computer accounts in Active Directory. There are two things you have to do in order to setup Active Directory auditing. You have &#8230; <a href="http://jaredheinrichs.com/how-to-setup-active-directory-auditing.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There are many reasons to setup Active Directory Auditing. The most common reason is to track changes to user/computer accounts in Active Directory. There are two things you have to do in order to setup Active Directory auditing.</p>
<ol>
<li>You have to enable Auditing Policy (specifically Audit Directory Service) on either the domain Controller Policy or the Default Domain Policy. I recommend the Domain Controller Policy.</li>
<li>You have to turn on Auditing component on the Object(s) you want to audit.</li>
</ol>
<h2>How to setup/Enable Audit Directory Service</h2>
<p>Here are the steps to Enable the Audit Directory Service.</p>
<ol>
<li>Right click the Domain Controller Policy. Select. “Edit…”</li>
<li>Go to “Computer Configuration” – “Windows Settings” – “Security Settings” – “Local Policies” – “Audit Policy”</li>
<li>Double click “Audit Directory Service Access”</li>
<li>All the boxes should be selected. ie. “Define these policy settins”. Audit These attempts “Success” &amp; “Failure”.</li>
</ol>
<h2>How to turn on Auditing on specific Active Directory Objects</h2>
<p>Here are the steps to turn on Auditing on AD obejcts:</p>
<ol>
<li>Open Active Directory Users and Computers</li>
<li>Go to View and make sure “Show advance features” is enabled.</li>
<li>Right click “Base OU” where you want to audit and hit Properties.</li>
<li>Click on Security Tab”. (If you don’t see this go back to step #2)</li>
<li>Click “Advanced” button near the bottom of the Window.</li>
<li>Click on “Auditing” tab in the new Window.</li>
<li>Click on “Add..” button</li>
<li>Select “Authenticated Users” group</li>
<li>Check off Successful and Failed for the Write all Properties. Make sure that “This object and all descendant objects” is selected.</li>
<li>Click “Ok”</li>
<li>Click “Ok”</li>
</ol>
<h2>How to View Active Directory Auditing Logs</h2>
<p>Now that you’ve set this up you might be wondering “Where do I go to see all this auditing now? If you did you would have asked a really good question.</p>
<p>To view the Active Directory Auditing logs you need to open “Server Manager” – “Diagnostics” – “Windows Logs” – “Security”</p>
<ul>
<li>4726 Message – This code is for deleting a user account. The user who did it will also be logged.</li>
<li>4720 Message – This code is for creating a user account. The user who did it will also be logged.</li>
</ul>
<p>You might want to try and filter the events based on these messages.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-setup-active-directory-auditing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The default Windows Server group permissions cheatsheet</title>
		<link>http://jaredheinrichs.com/the-default-windows-server-group-permissions-cheatsheet.html</link>
		<comments>http://jaredheinrichs.com/the-default-windows-server-group-permissions-cheatsheet.html#comments</comments>
		<pubDate>Sun, 05 Sep 2010 19:20:38 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Active Directory (2003)]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/the-default-windows-server-group-permissions-cheatsheet.html</guid>
		<description><![CDATA[Here’s an overview of all the permissions of the built in default server groups. I got this chart from a Trainsignal training video. The information should be pretty easy to understand if you’ve done any server type work before. While &#8230; <a href="http://jaredheinrichs.com/the-default-windows-server-group-permissions-cheatsheet.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here’s an overview of all the permissions of the built in default server groups. I got this chart from a Trainsignal training video.</p>
<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="Windows Server Group Permissions Cheatsheet" border="0" alt="Windows Server Group Permissions Cheatsheet" src="http://jaredheinrichs.com/wp-content/uploads/2010/09/image8.png" width="660" height="293" /></p>
<p>The information should be pretty easy to understand if you’ve done any server type work before. While this isn’t an complete list of permissions it should be enough information to help you figure out what groups would give you the proper permission level.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/the-default-windows-server-group-permissions-cheatsheet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use a dcpromo unattended script for first DC</title>
		<link>http://jaredheinrichs.com/how-to-use-a-dcpromo-unattended-script-for-first-dc.html</link>
		<comments>http://jaredheinrichs.com/how-to-use-a-dcpromo-unattended-script-for-first-dc.html#comments</comments>
		<pubDate>Tue, 17 Aug 2010 19:06:54 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Active Directory (2003)]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-use-a-dcpromo-unattended-script-for-first-dc.html</guid>
		<description><![CDATA[This article will go over how to completely automate setting up active directory. While this might or might not help you if you are setting things up with the Window GUI, I can tell you this will save your behind &#8230; <a href="http://jaredheinrichs.com/how-to-use-a-dcpromo-unattended-script-for-first-dc.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This article will go over how to completely automate setting up active directory. While this might or might not help you if you are setting things up with the Window GUI, I can tell you this will save your behind if you are wanting to install Active Directory to a server core box!</p>
<p>There are some things that you will have to change in this script! In this script my Fully Qualified domain name is going to be called: “heinrichs.domain”. If you were to only change the FQ domain name everything else is the Active Directory defaults in the GUI install. Fortunately for most people Microsoft chose some very good defaults and unless you are some enormous enterprise outfit this script should also work for you.</p>
<p>Bellow if the setup file for the Active Directory setup and install. First make a directory on C: called “scripts”. Make a file called “dcpromo-answer.txt” and copy this info into that file.</p>
<p> <font face="Lucida Console">
<p><font face="Lucida Console">[DCInstall]       <br />; New forest promotion        <br />ReplicaOrNewDomain=Domain        <br />NewDomain=Forest        <br />NewDomainDNSName=heinrichs.domain        <br />ForestLevel=3        <br />DomainNetbiosName=HEIINRICHS        <br />DomainLevel=3        <br />InstallDNS=Yes        <br />ConfirmGc=Yes        <br />CreateDNSDelegation=No        <br />DatabasePath=&quot;C:\Windows\NTDS&quot;        <br />LogPath=&quot;C:\Windows\NTDS&quot;        <br />SYSVOLPath=&quot;C:\Windows\SYSVOL&quot;        <br />; Set SafeModeAdminPassword to the correct value prior to using the unattend file        <br />SafeModeAdminPassword=        <br />; Run-time flags (optional)        <br />; RebootOnCompletion=Yes</font></p>
<p>     You will want open a command prompt. You will need to type this command:</font>
<p><font face="Lucida Console">dcpromo.exe /unattend:C:\scripts\dcpromo-answer.txt</font></p>
<p>Once you do that you should have a fully working Domain Controller with Active Directory installed and setup!</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-use-a-dcpromo-unattended-script-for-first-dc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup Active Directory on a Windows 2003 Server</title>
		<link>http://jaredheinrichs.com/how-to-setup-active-directory-on-a-windows-2003-server.html</link>
		<comments>http://jaredheinrichs.com/how-to-setup-active-directory-on-a-windows-2003-server.html#comments</comments>
		<pubDate>Thu, 18 Jun 2009 04:28:07 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Active Directory (2003)]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-setup-active-directory-on-a-windows-2003-server.html</guid>
		<description><![CDATA[&#160; This post will completely cover installing Active Directory on Windows 2003. As you will see it will only take about 15 Steps! Active Directory is essentially a database that Windows Servers store Network Users and Computers. All objects link &#8230; <a href="http://jaredheinrichs.com/how-to-setup-active-directory-on-a-windows-2003-server.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&#160;<img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="Windows 2003 Image" border="0" alt="Windows 2003 Image" align="left" src="http://jaredheinrichs.com/wp-content/uploads/2009/06/image47.png" width="100" height="100" /> This post will completely cover installing Active Directory on Windows 2003. As you will see it will only take about 15 Steps! Active Directory is essentially a database that Windows Servers store Network Users and Computers. All objects link to a GUID. If you are interested in learning more about Active Directory (AD) check out some of my other posts.</p>
<p>&#160;</p>
<p> <span id="more-925"></span><br />
<h3>Setting up Active Directory in Windows 2003</h3>
<p>We are going to setup a new domain called “<strong><em>testdomain.private</em></strong>”.</p>
<p>1.) START – RUN – DC Promo</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/06/image4.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/06/image-thumb1.png" width="350" height="183" /></a></p>
<p>2.) Wizard Starts. Click Next.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/06/image5.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/06/image-thumb2.png" width="507" height="388" /></a></p>
<p>3.) Give you some things to think about. We are going to assume that all clients are going to be Windows XP or higher. Click “Next”.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/06/image6.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/06/image-thumb3.png" width="505" height="386" /></a></p>
<p>4.) Because we are creating a new domain select “Domain Controller for a new domain”.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/06/image7.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/06/image-thumb4.png" width="506" height="390" /></a></p>
<p>5.) We are going to create the first Domain in a new forest.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/06/image8.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/06/image-thumb5.png" width="505" height="387" /></a></p>
<p>6.) Type: testdomain.private</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/06/image9.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/06/image-thumb6.png" width="506" height="387" /></a></p>
<p>7.) The NetBIOS will already be pre-filled for you. Click “Next”.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/06/image10.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/06/image-thumb7.png" width="506" height="385" /></a></p>
<p>8.) The info for the Active Directory Database is already filled out. I like to change the log folder like so. Click “Next”.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/06/image11.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/06/image-thumb8.png" width="504" height="387" /></a></p>
<p>9.) The “SYSVOL” will already be filled out for you. Click “Next”.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/06/image12.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/06/image-thumb9.png" width="503" height="383" /></a></p>
<p>10.) Select “Install and configure the DNS server on this computer and set this computer to use the DNS serve as it’s preferred DNS server.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/06/image13.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/06/image-thumb10.png" width="503" height="382" /></a></p>
<p>11.) Set what types of computers will be authenticating against Active Directory.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/06/image14.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/06/image-thumb11.png" width="507" height="386" /></a></p>
<p>12.) Enter Password for Active Directory</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/06/image15.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/06/image-thumb12.png" width="502" height="384" /></a></p>
<p>13.) This next screen just asks you to verify the last 12 Steps. Click Next.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/06/image16.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/06/image-thumb13.png" width="505" height="384" /></a></p>
<p>14.) Active Directory is starting to be installed.</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/06/image17.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/06/image-thumb14.png" width="437" height="273" /></a></p>
<p>15.) Once it is complete you will see this:</p>
<p><a href="http://jaredheinrichs.com/wp-content/uploads/2009/06/image18.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/06/image-thumb15.png" width="503" height="387" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-setup-active-directory-on-a-windows-2003-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where can I find the Active Directory Database in Windows 2003 Server?</title>
		<link>http://jaredheinrichs.com/where-can-i-find-the-active-directory-database-in-windows-2003-server.html</link>
		<comments>http://jaredheinrichs.com/where-can-i-find-the-active-directory-database-in-windows-2003-server.html#comments</comments>
		<pubDate>Thu, 18 Jun 2009 03:57:29 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Active Directory (2003)]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/where-can-i-find-the-active-directory-database-in-windows-2003-server.html</guid>
		<description><![CDATA[After we install Active directory people tend to forget where the Active Directory Database for Windows 2003 Server is located. In this post I will show you were the default location for it is. &#160; &#160; Where is the AD &#8230; <a href="http://jaredheinrichs.com/where-can-i-find-the-active-directory-database-in-windows-2003-server.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="Windows 2003 Server Logo" border="0" alt="Windows 2003 Server Logo" align="left" src="http://jaredheinrichs.com/wp-content/uploads/2009/06/image471.png" width="100" height="100" /> After we install Active directory people tend to forget where the Active Directory Database for Windows 2003 Server is located. In this post I will show you were the default location for it is.</p>
<p>&#160;</p>
<p>&#160;</p>
<p> <span id="more-891"></span><br />
<h3>Where is the AD Database file?</h3>
<p>You can find the database file in <strong><em>C:\Windows\NTDS</em></strong> (<em>default file location</em>).</p>
<p>I like putting the Logs for Active Directory in a different folder. The picture below is from a screenshot during the Active Directory install via “<strong>dcpromo</strong>”.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Active Directory Database Location" border="0" alt="Active Directory Database Location" src="http://jaredheinrichs.com/wp-content/uploads/2009/06/image3.png" width="509" height="389" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/where-can-i-find-the-active-directory-database-in-windows-2003-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

