<?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>Windows Server HQ by Train Signal.com &#187; Domain Controller</title>
	<atom:link href="http://windowsserver.trainsignal.com/tag/domain-controller/feed" rel="self" type="application/rss+xml" />
	<link>http://windowsserver.trainsignal.com</link>
	<description>We are here to help you learn Windows Server!</description>
	<lastBuildDate>Fri, 20 Aug 2010 16:23:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Server 2008 Active Directory: Adding a Child Domain</title>
		<link>http://windowsserver.trainsignal.com/server-2008-active-directory-adding-a-child-domain</link>
		<comments>http://windowsserver.trainsignal.com/server-2008-active-directory-adding-a-child-domain#comments</comments>
		<pubDate>Mon, 03 Nov 2008 13:00:52 +0000</pubDate>
		<dc:creator>Gosia Grabowska</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Child Domain]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Domain Controller]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.trainsignaltraining.com/?p=1500</guid>
		<description><![CDATA[It’s always a good thing when your company expands, right? More money for the company could mean more money for you!
Unfortunately this is not always the case as expanding will usually mean more work for you.
But in case the company you work for opens up another office in a different city, state, or country, in [...]

<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/windows-server-2008-install-active-directory-domain-services' rel='bookmark' title='Permanent Link: Windows Server 2008: Install Active Directory Domain Services'>Windows Server 2008: Install Active Directory Domain Services</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-active-directory-user-groups' rel='bookmark' title='Permanent Link: Server 2008 Active Directory User Groups &#8212; the Easy Way!'>Server 2008 Active Directory User Groups &#8212; the Easy Way!</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-active-directory-users' rel='bookmark' title='Permanent Link: Windows Server 2008 Active Directory &#8212; Creating Users is Easy!'>Windows Server 2008 Active Directory &#8212; Creating Users is Easy!</a></li>
</ul></h3>]]></description>
			<content:encoded><![CDATA[<p>It’s always a good thing when your company expands, right? More money for the company could mean more money for you!</p>
<p>Unfortunately this is not always the case as expanding will usually mean more work for you.</p>
<p>But in case the company you work for opens up another office in a different city, state, or country, in order to keep your network manageable it&#8217;s best to put the new office into its own child domain &#8212; a.k.a sub domain.</p>
<h3>Why Add a Child Domain?</h3>
<p>There are several good reasons for splitting the new office into its own child domain, here are 3 of them:</p>
<ul>
<li>Less Network Traffic between your main office and the new one – that means your company will spend less money on the direct connection between the two offices and you will never experience a network delay.</li>
<p></p>
<li>You will be able to delegate control of the new network to another administrator who actually lives in the location of the new office. If your offices are close and you are about 20 minutes away to any one of them, then I guess that&#8217;s no big deal. But if your main office is located in New York and the new office is going to be in &#8230; oh, let&#8217;s say Paris, how the heck are you going to get there in case of an emergency? See my point?</li>
<p></p>
<li>Having the child domain will allow you to keep track what is going on in a specific office. </li>
</ul>
<p><span id="more-1500"></span></p>
<p>These are only the main good reasons for creating a child domain. Once you start working in an environment with sub domains you will realize there are a lot more good reasons for splitting the two locations in your Active Directory.</p>
<h3>Before you begin &#8230;</h3>
<p><strong>1.</strong> In order to create a child domain on your network, you will need another server, or rather a Domain Controller.</p>
<p>You can build that DC in your main office and then ship it out to the new office. This DC will also be a Global Catalog as well as DNS Server to assist all the clients in the new office with any DNS requests, etc.</p>
<p><strong>2.</strong> You also need to prepare your current network for the new sub domain.  So before you begin with the new DC configuration you need to do the following:</p>
<ul>
<li>Create a new site in your Active Directory that will represent the physical structure of your network. In my example our main office is in New York and the new one is in Chicago. Based on that info, you would create a new site for the Chicago office.</li>
<p></p>
<li>In addition to the new site you will also need to create a new subnet for your new location. It will allow you to track all of your machines by location. This new subnet should be assigned to your new location.</li>
</ul>
<p>Once you prepare your network as mentioned above, we are now ready to create a new Domain Controller.</p>
<h3>Creating a New Domain Controller</h3>
<p>Once you have prepared your network for you child domain and have created the site and sub domain, it’s time to install the new DC on our new site.</p>
<p>As you can see our main office is in New York and we have 3 DCs already configured in the New York Site (see the screenshot below).</p>
<p>Our new site called Chicago doesn&#8217;t have any DCs configured yet –- this is where we are going to configure our new DC.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_childdomain/1.jpg" alt="Server 2008 Active Directory: Adding a Child Domain - 1" title="Server 2008 Active Directory: Adding a Child Domain - 1" align="middle" width="597" height="447" border="0" /></p>
<p><strong>1.</strong>	After you have <a href="http://windowsserver.trainsignal.com/install-windows-server-2008">installed Windows Server 2008</a> on your new machine and completed all the Initial Configuration Tasks, open up <strong>Server Manager</strong> and click on the <strong>Roles</strong> section.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_childdomain/2.jpg" alt="Server 2008 Active Directory: Adding a Child Domain - 2" title="Server 2008 Active Directory: Adding a Child Domain - 2" align="middle" width="597" height="448" border="0" /></p>
<p><strong>2.</strong>	We will need to install the <strong>Active Directory Domain Services (ADDS) Role</strong> first.  So go ahead and check the box next to it and click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_childdomain/3.jpg" alt="Server 2008 Active Directory: Adding a Child Domain - 3" title="Server 2008 Active Directory: Adding a Child Domain - 3" align="middle" width="597" height="438" border="0" /></p>
<p><strong>3.</strong>	In this window you will see some additional information about ADDS.  Once ready, click on <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_childdomain/4.jpg" alt="Server 2008 Active Directory: Adding a Child Domain - 4" title="Server 2008 Active Directory: Adding a Child Domain - 4" align="middle" width="597" height="438" border="0" /></p>
<p><strong>4.</strong>	As always you are being informed that once the installation is completed the server will restart and you will need to use the ADDS Installation Wizard to make the server a fully functional Domain Controller.</p>
<p>Go ahead and click on the <strong>Install</strong> button.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_childdomain/5.jpg" alt="Server 2008 Active Directory: Adding a Child Domain - 5" title="Server 2008 Active Directory: Adding a Child Domain - 5" align="middle" width="597" height="437" border="0" /></p>
<p><strong>5.</strong>	The installation will now run for a few minutes.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_childdomain/6.jpg" alt="Server 2008 Active Directory: Adding a Child Domain - 6" title="Server 2008 Active Directory: Adding a Child Domain - 6" align="middle" width="597" height="439" border="0" /></p>
<p><strong>6.</strong>	Now it’s time to click on the link and run <strong>dcpromo.exe</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_childdomain/7.jpg" alt="Server 2008 Active Directory: Adding a Child Domain - 7" title="Server 2008 Active Directory: Adding a Child Domain - 7" align="middle" width="597" height="440" border="0" /></p>
<p><strong>7.</strong>	Go ahead and click <strong>Next</strong> on the welcome screen.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_childdomain/8.jpg" alt="Server 2008 Active Directory: Adding a Child Domain - 8" title="Server 2008 Active Directory: Adding a Child Domain - 8" align="middle" width="503" height="477" border="0" /></p>
<p><strong>8.</strong>	And <strong>Next</strong> again (for more detailed information on this step you can check out this post on <a href="http://windowsserver.trainsignal.com/windows-server-2008-install-active-directory-domain-services">Installing Active Directory Domain Services on Server 2008</a>).</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_childdomain/9.jpg" alt="Server 2008 Active Directory: Adding a Child Domain - 9" title="Server 2008 Active Directory: Adding a Child Domain - 9" align="middle" width="502" height="476" border="0" /></p>
<p><strong>9.</strong>	Since this is going to be your child domain, make sure you select the <strong>Existing forest</strong> option and then select <strong>Create a new domain in an existing forest</strong>.</p>
<p>When ready, click on the <strong>Next</strong> button.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_childdomain/10.jpg" alt="Server 2008 Active Directory: Adding a Child Domain - 10" title="Server 2008 Active Directory: Adding a Child Domain - 10" align="middle" width="504" height="477" border="0" /></p>
<p><strong>10.</strong>	Type in your domain name with the correct internet suffix. In my example I&#8217;m are using our <strong>globomantics.com</strong> domain.</p>
<p>Since this domain already exists and you are logged in to this machine only as a local administrator you will also need to enter alternate credentials of a domain administrator in order to proceed.</p>
<p>So go ahead and click on the <strong>Set</strong> button.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_childdomain/11.jpg" alt="Server 2008 Active Directory: Adding a Child Domain - 11" title="Server 2008 Active Directory: Adding a Child Domain - 11" align="middle" width="503" height="476" border="0" /></p>
<p><strong>11.</strong>	Enter the domain administrator’s name and password, then hit <strong>OK</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_childdomain/12.jpg" alt="Server 2008 Active Directory: Adding a Child Domain - 12" title="Server 2008 Active Directory: Adding a Child Domain - 12" align="middle" width="428" height="230" border="0" /></p>
<p><strong>12.</strong>	When ready, click on <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_childdomain/13.jpg" alt="Server 2008 Active Directory: Adding a Child Domain - 13" title="Server 2008 Active Directory: Adding a Child Domain - 13" align="middle" width="503" height="476" border="0" /></p>
<p><strong>13.</strong>	In this step you will need to enter the <strong>Fully Qualified Domain Name (FQDN)</strong> of your child domain in two steps.</p>
<p>The first is the FQDN of your parent domain. In our example it is going to be <strong>globomantics.com</strong>.</p>
<p>Next you need to enter the single-label DNS name of your child domain &#8212; that means anything that is before the <strong>globomantics.com</strong>.</p>
<p>In my example I entered <strong>na</strong> for <strong>na.globomantics.com</strong> &#8212; as seen on the bottom.</p>
<p>That will be our FQDN for the new child domain.  Once ready, click on the <strong>Next</strong> button.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_childdomain/14.jpg" alt="Server 2008 Active Directory: Adding a Child Domain - 14" title="Server 2008 Active Directory: Adding a Child Domain - 14" align="middle" width="502" height="477" border="0" /></p>
<p><strong>14.</strong>	Now it’s time to select a site for this DC.</p>
<p>Now you see why we needed to create the new site before we started this installation. Select the correct site and click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_childdomain/15.jpg" alt="Server 2008 Active Directory: Adding a Child Domain - 15" title="Server 2008 Active Directory: Adding a Child Domain - 15" align="middle" width="504" height="477" border="0" /></p>
<p><strong>15.</strong>	As mentioned earlier we are going to make this DC be our <strong>DNS server</strong> as well as <strong>Global catalog</strong> for our new site.</p>
<p>Make sure both check-marks are checked and then click on the <strong>Next</strong> button.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_childdomain/16.jpg" alt="Server 2008 Active Directory: Adding a Child Domain - 16" title="Server 2008 Active Directory: Adding a Child Domain - 16" align="middle" width="503" height="477" border="0" /></p>
<p><strong>16.</strong>	I would recommend leaving the default locations for these databases unless you have a really good reason not to.  Click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_childdomain/17.jpg" alt="Server 2008 Active Directory: Adding a Child Domain - 17" title="Server 2008 Active Directory: Adding a Child Domain - 17" align="middle" width="504" height="476" border="0" /></p>
<p><strong>17.</strong>	In this windows you will need to setup the <strong>Directory Services Restore Mode Administrative Password</strong> for restore purposes.</p>
<p>Go ahead and type that in and then click on the <strong>Next</strong> button.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_childdomain/18.jpg" alt="Server 2008 Active Directory: Adding a Child Domain - 18" title="Server 2008 Active Directory: Adding a Child Domain - 18" align="middle" width="504" height="476" border="0" /></p>
<p><strong>18.</strong>	On this summary window double check your selections and when ready click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_childdomain/19.jpg" alt="Server 2008 Active Directory: Adding a Child Domain - 19" title="Server 2008 Active Directory: Adding a Child Domain - 19" align="middle" width="503" height="476" border="0" /></p>
<p><strong>19.</strong>	You can check the box <strong>Reboot on completion</strong> and let the installation complete.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_childdomain/20.jpg" alt="Server 2008 Active Directory: Adding a Child Domain - 20" title="Server 2008 Active Directory: Adding a Child Domain - 20" align="middle" width="437" height="305" border="0" /></p>
<p>Congratulations! Your Child Domain has been created!</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_childdomain/21.jpg" alt="Server 2008 Active Directory: Adding a Child Domain - 21" title="Server 2008 Active Directory: Adding a Child Domain - 21" align="middle" width="597" height="449" border="0" /></p>


<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/windows-server-2008-install-active-directory-domain-services' rel='bookmark' title='Permanent Link: Windows Server 2008: Install Active Directory Domain Services'>Windows Server 2008: Install Active Directory Domain Services</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-active-directory-user-groups' rel='bookmark' title='Permanent Link: Server 2008 Active Directory User Groups &#8212; the Easy Way!'>Server 2008 Active Directory User Groups &#8212; the Easy Way!</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-active-directory-users' rel='bookmark' title='Permanent Link: Windows Server 2008 Active Directory &#8212; Creating Users is Easy!'>Windows Server 2008 Active Directory &#8212; Creating Users is Easy!</a></li>
</ul></h3>]]></content:encoded>
			<wfw:commentRss>http://windowsserver.trainsignal.com/server-2008-active-directory-adding-a-child-domain/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008: Install Active Directory Domain Services</title>
		<link>http://windowsserver.trainsignal.com/windows-server-2008-install-active-directory-domain-services</link>
		<comments>http://windowsserver.trainsignal.com/windows-server-2008-install-active-directory-domain-services#comments</comments>
		<pubDate>Wed, 23 Jul 2008 15:30:13 +0000</pubDate>
		<dc:creator>Dave Lawlor</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[AD Domain Services]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Domain Controller]]></category>
		<category><![CDATA[Microsoft Server Networking Services]]></category>
		<category><![CDATA[Server 2008 Training]]></category>
		<category><![CDATA[Server Manager]]></category>
		<category><![CDATA[TCP/IP]]></category>

		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-active-directory-domain-services/2008-07-23/</guid>
		<description><![CDATA[Since Windows 2000, Active Directory has been the driving force behind Microsoft Server Networking Services.
Active Directory provides the structure to centralize the network and store information about network resources across the entire domain.  Active Directory uses Domain Controllers to keep this centralized storage available to network users.
In this scenario we are going to install [...]

<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/server-2008-active-directory-adding-a-child-domain' rel='bookmark' title='Permanent Link: Server 2008 Active Directory: Adding a Child Domain'>Server 2008 Active Directory: Adding a Child Domain</a></li>
<li><a href='http://windowsserver.trainsignal.com/install-active-directory-certificate-services' rel='bookmark' title='Permanent Link: Server 2008: Install Active Directory Certificate Services'>Server 2008: Install Active Directory Certificate Services</a></li>
<li><a href='http://windowsserver.trainsignal.com/server-2008-install-rodc-read-only-domain-controlle' rel='bookmark' title='Permanent Link: Install Read-Only Domain Controller on Windows Server 2008'>Install Read-Only Domain Controller on Windows Server 2008</a></li>
</ul></h3>]]></description>
			<content:encoded><![CDATA[<p>Since Windows 2000, Active Directory has been the driving force behind Microsoft Server Networking Services.</p>
<p>Active Directory provides the structure to centralize the network and store information about network resources across the entire domain.  Active Directory uses Domain Controllers to keep this centralized storage available to network users.</p>
<p>In this scenario we are going to install Active Directory fresh with a brand new Domain Controller after a fresh install of Windows Server 2008.</p>
<h3>Requirements for Active Directory Domain Services</h3>
<p>Let’s go through some of the requirements for a fresh install of Active Directory Domain Services. Some of these will be required to be done before hand; others as noted can be done during the install:</p>
<ul>
<li>Install Windows Server 2008</li>
<p></p>
<li>Configure TCP/IP and DNS networking configurations</li>
<p></p>
<li>The disk drives that store SYSVOL must be on a local drive configured NTFS</li>
<p></p>
<li>Active Directory requires DNS to be installed in the network.  If it is not already installed you can specify DNS server to be installed during the Active Directory Domain Services installation.</li>
</ul>
<p>Once you verify that these requirements have been met we can get started.</p>
<p><span id="more-514"></span></p>
<h3>Install Active Directory Domain Services via Server Manager</h3>
<p>For the first example let’s start by installing Active Directory through Server Manager.  This is the most straight forward way, as a wizard will guide you through the steps necessary.</p>
<p><strong>1.</strong> Start Server Manager.</p>
<p><strong>2.</strong> Select <strong>Roles</strong> in the left pane, then click on <strong>Add Roles</strong> in the center console.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_AD_install/active_directory_install_01.png" alt="Windows Server 2008: Install Active Directory Domain Services - 1" title="Windows Server 2008: Install Active Directory Domain Services - 1" align="middle" width="597" height="411" border="0" /></p>
<p><strong>3.</strong> Depending on whether you checked off to skip the <strong>Before You Begin</strong> page while installing another service, you will now see warning pages telling you to make sure you have strong security, static IP, and latest patches before adding roles to your server.</p>
<p>If you get this page, then just click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_AD_install/active_directory_install_02.png" alt="Windows Server 2008: Install Active Directory Domain Services - 2" title="Windows Server 2008: Install Active Directory Domain Services - 2" align="middle" width="597" height="441" border="0" /></p>
<p><strong>4.</strong> In the <strong>Select Server Roles </strong>window we are going to place a check next to <strong>Active Directory Domain Services</strong> and click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_AD_install/active_directory_install_03.png" alt="Windows Server 2008: Install Active Directory Domain Services - 3" title="Windows Server 2008: Install Active Directory Domain Services - 3" align="middle" width="597" height="440" border="0" /></p>
<p><strong>5.</strong> The information page on Active Directory Domain Services will give the following warnings, which after reading, you should click <strong>Next</strong>:</p>
<ul>
<li>Install a minimum of two Domain Controllers to provide redundancy against server outage (which would prevent users from logging in with only one)</li>
<p></p>
<li>AD DS requires DNS which if not installed you will be prompted for</li>
<p></p>
<li>After installing AD DS you must run dcpromo.exe to upgrade to a fully functional domain controller</li>
<p></p>
<li>Installing AD DS will also install DFS Namespaces, DFS Replication, and Filer Replication services which are required by Directory Service</li>
</ul>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_AD_install/active_directory_install_04.png" alt="Windows Server 2008: Install Active Directory Domain Services - 4" title="Windows Server 2008: Install Active Directory Domain Services - 4" align="middle" width="597" height="440" border="0" /></p>
<p><strong>6.</strong> The <strong>Confirm Installation Selections </strong>screen will show you some information messages and warn that the server may need to be restarted after installation.</p>
<p>Review the information and then click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_AD_install/active_directory_install_05.png" alt="Windows Server 2008: Install Active Directory Domain Services - 5" title="Windows Server 2008: Install Active Directory Domain Services - 5" align="middle" width="597" height="440" border="0" /></p>
<p><strong>7.</strong> The <strong>Installation Results </strong>screen will hopefully show <strong>Installation Succeeded</strong>, and an additional warning about running dcpromo.exe (I think they really want us to run dcpromo).</p>
<p>After you review the, click <strong>Close</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_AD_install/active_directory_install_06.png" alt="Windows Server 2008: Install Active Directory Domain Services - 6" title="Windows Server 2008: Install Active Directory Domain Services - 6" align="middle" width="597" height="438" border="0" /></p>
<p><strong>8.</strong> After the Installation Wizard closes you will see that server manager is showing that <strong>Active Directory Domain Services</strong> is still not running.  This is because we have not run dcpromo yet.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_AD_install/active_directory_install_07.png" alt="Windows Server 2008: Install Active Directory Domain Services - 7" title="Windows Server 2008: Install Active Directory Domain Services - 7" align="middle" width="597" height="429" border="0" /></p>
<p><strong>9.</strong> Click on the <strong>Start</strong> button, type <strong>dcpromo.exe</strong> in the search box and either hit <strong>Enter</strong> or click on the search result.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_AD_install/active_directory_install_08.png" alt="Windows Server 2008: Install Active Directory Domain Services - 8" title="Windows Server 2008: Install Active Directory Domain Services - 8" align="middle" width="397" height="526" border="0" /></p>
<p><strong>10.</strong> The <strong>Active Directory Domain Services Installation Wizard </strong>will now start.</p>
<p>There are links to more information if you want to learn a bit more you can follow them or you can go ahead and click <strong>Use advanced mode installation </strong>and then click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_AD_install/active_directory_install_09.png" alt="Windows Server 2008: Install Active Directory Domain Services - 9" title="Windows Server 2008: Install Active Directory Domain Services - 9" align="middle" width="501" height="473" border="0" /></p>
<p><strong>11.</strong> The next screen warns about some operating system compatibility with some older clients.</p>
<p>For more information you can view the <a href="http://support.microsoft.com/?id=942564" target="_blank" title="Microsoft Help and Support">support documentation from Microsoft</a> and after you have read through it go ahead and click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_AD_install/active_directory_install_10.png" alt="Windows Server 2008: Install Active Directory Domain Services - 10" title="Windows Server 2008: Install Active Directory Domain Services - 10" align="middle" width="501" height="474" border="0" /></p>
<p><strong>12.</strong> Next is the <strong>Choose Deployment Configuration </strong>screen and you can choose to add a domain to an existing forest or create a forest from scratch.</p>
<p>Choose <strong>Create a new domain in a new forest </strong>and click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_AD_install/active_directory_install_11.png" alt="Windows Server 2008: Install Active Directory Domain Services - 11" title="Windows Server 2008: Install Active Directory Domain Services - 11" align="middle" width="501" height="473" border="0" /></p>
<p><strong>13.</strong> The <strong>Name the Forest Root Domain </strong>wants you to name the root domain of the forest you are creating.</p>
<p>For the purposes of this test we will create <strong>ADExample.com</strong>. After typing that go ahead and click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_AD_install/active_directory_install_12.png" alt="Windows Server 2008: Install Active Directory Domain Services - 12" title="Windows Server 2008: Install Active Directory Domain Services - 12" align="middle" width="502" height="474" border="0" /></p>
<p><strong>14.</strong> The wizard will test to see if that name has been used, after a few seconds you will then be asked for the NetBios name for the domain.</p>
<p>In this case I will leave the default in place of <strong>ADEXAMPLE</strong>, and then click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_AD_install/active_directory_install_13.png" alt="Windows Server 2008: Install Active Directory Domain Services - 13" title="Windows Server 2008: Install Active Directory Domain Services - 13" align="middle" width="501" height="474" border="0" /></p>
<p><strong>15.</strong> The next screen is the <strong>Set Forest Functional Level </strong>that allows you to choose the function level of the forest.</p>
<p>Since this is a fresh install and a new forest with no additional prior version domains to worry about I am going to select Windows Server 2008.  If you did have other domain controllers at earlier versions or had a need to have Windows 2000 or 2003 domain controllers (because of Exchange for example), then you should select the appropriate function level.</p>
<p>Select <strong>Windows Server 2008 </strong>and then click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_AD_install/active_directory_install_14.png" alt="Windows Server 2008: Install Active Directory Domain Services - 14" title="Windows Server 2008: Install Active Directory Domain Services - 14" align="middle" width="502" height="474" border="0" /></p>
<p><strong>16.</strong> Now we come to the <strong>Additional Domain Controller Options</strong> where you can select to install a DNS server, which is recommended on the first domain controller.</p>
<p>If this was not the first domain controller you would have the options of installing <strong>Global Catalog </strong>and/or setting this as a <strong>Read-only Domain Controller</strong>.  Since it is the first domain controller, <strong>Global Catalog </strong>is mandatory, and a <strong>RDOC</strong> controller is not an available option.</p>
<p>Let&#8217;s install the <strong>DNS Server </strong>by placing a check next to it and clicking <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_AD_install/active_directory_install_15.png" alt="Windows Server 2008: Install Active Directory Domain Services - 15" title="Windows Server 2008: Install Active Directory Domain Services - 15" align="middle" width="500" height="474" border="0" /></p>
<p><strong>17.</strong> You will get a warning window about delegation for this DNS server cannot be created, but since this is the first DNS server you can just click <strong>Yes</strong> and ignore this warning.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_AD_install/active_directory_install_16.png" alt="Windows Server 2008: Install Active Directory Domain Services - 16" title="Windows Server 2008: Install Active Directory Domain Services - 16" align="middle" width="409" height="228" border="0" /></p>
<p><strong>18.</strong> Next you can choose to place the files that are necessary for Active Directory, including the <strong>Database, Log Files, and SYSVOL</strong>.</p>
<p>It is recommended to place the log files and database on a separate volume for performance and recoverability.  You can just leave the defaults though and click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_AD_install/active_directory_install_17.png" alt="Windows Server 2008: Install Active Directory Domain Services - 17" title="Windows Server 2008: Install Active Directory Domain Services - 17" align="middle" width="500" height="473" border="0" /></p>
<p><strong>19.</strong> Now choose a password for <strong>Directory Services Restore Mode </strong>that is different than the domain password.  Type your password and confirm it before hitting <strong>Next</strong>.</p>
<p><strong>Note: You should use a STRONG password for this and will be warned if it doesn’t meet criteria.</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_AD_install/active_directory_install_18.png" alt="Windows Server 2008: Install Active Directory Domain Services - 18" title="Windows Server 2008: Install Active Directory Domain Services - 18" align="middle" width="501" height="473" border="0" /></p>
<p><strong>20.</strong> Next you will see a summary of all the options you have went through in the wizard.</p>
<p>If you plan on creating more domain controllers with the same settings hit the <strong>Export settings …</strong> button to save off a txt copy of the settings to use in an answer file for a scripted install. After exporting and reviewing settings click on <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_AD_install/active_directory_install_19.png" alt="Windows Server 2008: Install Active Directory Domain Services - 19" title="Windows Server 2008: Install Active Directory Domain Services - 19" align="middle" width="499" height="472" border="0" /></p>
<p><strong>21.</strong> Now the installation will start including the DNS server option if selected.  You will notice a box to <strong>Reboot on completion </strong>that you can check to reboot soon as everything is installed (A reboot is required you can do it manually or use this function to do it automatically).</p>
<p><strong>NOTE: This can be from a few minutes to several hours depending on different factors.</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_AD_install/active_directory_install_20.png" alt="Windows Server 2008: Install Active Directory Domain Services - 20" title="Windows Server 2008: Install Active Directory Domain Services - 20" align="middle" width="435" height="304" border="0" /></p>
<h3>Confirming Active Directory Domain Services Install</h3>
<p>When you reboot you will be asked to login to the domain, and be able to open <strong>Active Directory Users and Computers </strong>from the Administrative menu.</p>
<p>When you do you will see the domain <strong>ADExample.com </strong>and be able to manage the domain.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_AD_install/active_directory_install_21.png" alt="Windows Server 2008: Install Active Directory Domain Services - 21" title="Windows Server 2008: Install Active Directory Domain Services - 21" align="middle" width="597" height="532" border="0" /></p>
<p>You have now successfully installed Active Directory Domain Services and the first Domain Controller.</p>


<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/server-2008-active-directory-adding-a-child-domain' rel='bookmark' title='Permanent Link: Server 2008 Active Directory: Adding a Child Domain'>Server 2008 Active Directory: Adding a Child Domain</a></li>
<li><a href='http://windowsserver.trainsignal.com/install-active-directory-certificate-services' rel='bookmark' title='Permanent Link: Server 2008: Install Active Directory Certificate Services'>Server 2008: Install Active Directory Certificate Services</a></li>
<li><a href='http://windowsserver.trainsignal.com/server-2008-install-rodc-read-only-domain-controlle' rel='bookmark' title='Permanent Link: Install Read-Only Domain Controller on Windows Server 2008'>Install Read-Only Domain Controller on Windows Server 2008</a></li>
</ul></h3>]]></content:encoded>
			<wfw:commentRss>http://windowsserver.trainsignal.com/windows-server-2008-install-active-directory-domain-services/feed</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>To RODC or Not To RODC, That Is the Question</title>
		<link>http://windowsserver.trainsignal.com/windows-server-2008-rodc-2</link>
		<comments>http://windowsserver.trainsignal.com/windows-server-2008-rodc-2#comments</comments>
		<pubDate>Mon, 05 May 2008 15:00:06 +0000</pubDate>
		<dc:creator>Brian Nelson</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Domain Controller]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Read Only Domain Controller]]></category>
		<category><![CDATA[RODC]]></category>
		<category><![CDATA[Server Security]]></category>

		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-rodc-2/2008-05-09/</guid>
		<description><![CDATA[The newly implemented Read-Only Domain Controller (RODC) in Windows Server 2008 provides a way to increase the security of servers whose physical security cannot be assured.
In addition, it can provide a way for local administrator privileges to be assigned to a user that you need to be an administrator at the local level, but who [...]

<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/windows-server-2008-rodc' rel='bookmark' title='Permanent Link: Don’t Worry He Can’t Write: The Story of the RODC'>Don’t Worry He Can’t Write: The Story of the RODC</a></li>
<li><a href='http://windowsserver.trainsignal.com/how-to-setup-utilize-rodc-on-server-2008-server-core' rel='bookmark' title='Permanent Link: How to Setup &amp; Utilize RODC on Server 2008 Server Core'>How to Setup &amp; Utilize RODC on Server 2008 Server Core</a></li>
<li><a href='http://windowsserver.trainsignal.com/server-2008-rodc-read-only-domain-controllers' rel='bookmark' title='Permanent Link: Lesson 6: Windows Server 2008 RODC &#8211; Read Only Domain Controllers'>Lesson 6: Windows Server 2008 RODC &#8211; Read Only Domain Controllers</a></li>
</ul></h3>]]></description>
			<content:encoded><![CDATA[<p>The newly implemented <strong>Read-Only Domain Controller</strong> (RODC) in <strong>Windows Server 2008</strong> provides a way to increase the security of servers whose physical security cannot be assured.</p>
<p>In addition, it can provide a way for local administrator privileges to be assigned to a user that you need to be an administrator at the local level, but who you do not want to allow a backstage pass into the domain-wide AD database via replication.</p>
<p>However, because the RODC intentionally limits its participation in the enterprise-wide AD structure, it is wise to limit its use to only those times when the additional level of security is required.</p>
<h3>Let’s Get Physical</h3>
<p>First thing is first.  Microsoft has spent the years since the release of the first Windows NT products building up a full scale security model around the Windows Server products.  However, security is a mission that never ends.</p>
<p>The hackers don’t sit around eating cold pizza and wearing their thumbs out on Xbox moaning about how they can’t use the buffer overflow trick to gain access to secure systems anymore.</p>
<p><span id="more-470"></span></p>
<p>Instead, they sit around eating cold pizza and wearing their thumbs out on Xbox while wondering what would happen if they could somehow parse a command string with a hex editor when the command is actually expecting ASCII text …  Or at least that’s what it looks like on YouTube.</p>
<p>I wouldn’t know because I wear a white hat (but not after Labor Day), I don’t have an Xbox, and I have some sort of genetic defect that prevents me from using both my thumbs and index fingers at the same time.  Thus, since the days of Playstation and its accursed F1, F2 buttons, I have been relegated to the last kid picked for dodge ball status of video games.</p>
<p>One of the new frontiers of security concerns is theft of computers with important data.  You’ve heard all about the many laptop thefts.  The RODC exists so that you won’t start hearing about all of the Domain Controller thefts.</p>
<h3>Don’t Break It To Save It</h3>
<p>The Active Directory system is setup to be a robust and fully scalable way to implement security throughout your enterprise.  Past versions of Windows Server products suffered from various scalability issues.</p>
<p>One of those issues was caused by the original domain model that had only one Primary Domain Controller operating with many Backup Domain Controllers.  The problem was that too much activity had to take place on the Primary Domain Controller.</p>
<p>In an enterprise with several hundred or even thousands of Backup Domain Controllers, the Primary Domain Controller spent so much time replicating that it could be overwhelmed and unable to handle other requests flooding in.  The solution was to distribute the responsibilities of the Primary Domain Controller to many servers instead of just the one.</p>
<p>So, in a regular AD environment, Domain Controllers replicate with each other, eliminating the bottleneck at the single replication point.  The system has been more robust ever since.</p>
<p>The RODC acts in many ways like the old Backup Domain Controller.  It only replicates back to a more powerful Domain Controller.  RODCs do no replicate amongst themselves.  Implementing too many RODCs without enough regular DCs can trigger a similar problem to the old Primary-Backup paradigm because too many RODCs will be overwhelming the too few DCs.  So, while your AD might be more secure, it will be less usable.</p>
<p>So, how do we choose between installing a RODC and a DC?  First, keep in mind that RODCs do not provide greater protection for network based attacks.  A RODC only provides more security should someone gain physical access to the server, usually through theft.  For those servers locked into secure racks in the nice, cool, monitored, server room this shouldn’t be an issue.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/05/2.jpg" alt="To RODC or Not To RODC, That Is the Question" title="To RODC or Not To RODC, That Is the Question" align="left" width="280" height="190" border="0" /></p>
<p>When servers are installed elsewhere, usually remote sites, then we need to evaluate the situation. Who will be watching and maintaining these servers?</p>
<p>Are they trained IT administrators who know how important the servers are?</p>
<p>Or are they financial analysts who think all servers look like the WOPR?</p>
<p>In other words, how hard would it be for someone to walk in off the street and trick the employees into access, or how hard would it be to slip in through the back door that is never locked?</p>
<p>We aren’t talking about master cat burglars who defeat laser beam security systems by memorizing the timing of the laser beam sweeps.  (By the way, if you are going to go through the trouble of installing a laser beam security system, would it really be all that hard to put in some sort of random number generator so the pattern can’t be memorized?  I’m just saying.)</p>
<p>How to decide when we <em>should</em> install a Windows 2008 Server as an RODC?  A simple checklist should cover most scenarios:</p>
<ul>
<li>If the server is stored in an open or unlocked area &#8212; install RODC</li>
<p></p>
<li>If the server will be installed at a location without trained IT personnel &#8212;  install RODC</li>
<p></p>
<li>If the server is stored in a locked area, but personnel other than systems administrators also have access to the area &#8212; consider installing RODC</li>
<p></p>
<li>If the site will have more than two Domain Controllers &#8212; then limit installs of RODC<br />
<br />
RODC will not replicate with each other, only with Domain Controllers. Each RODC at a remote site is one more server using the WAN link for replication. For one or two servers, this probably won’t have a noticeable impact, but you don’t want twenty RODCs using your WAN link for replication.</li>
<p></p>
<li>If the server is stored in a secure server room or other area with restricted access &#8212; do not install RODC</li>
</ul>
<p>Pretty easy, right?</p>
<h3>Settle Down Mel &#8230;</h3>
<p>Systems administrators tend to be clever people.  When talking to them about physical security and the RODC they start to imagine all the ways someone could possibly come after their servers, and because sys admins also tend to be movie buffs, things start to get a little crazy.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/05/1.jpg" alt="To RODC or Not To RODC, That Is the Question" title="To RODC or Not To RODC, That Is the Question" align="right" width="380" height="215" border="0" /></p>
<p>In the movie Conspiracy Theory, Mel Gibson’s character balances a bottle on the doorknob.</p>
<p>That way, if anyone tries to get in, the bottle will fall, and he’ll have time to slip out the escape hatch and burn down his apartment.</p>
<p>If this is starting to sound like a good idea for your server areas, then it is time to take a deep breath and re-center.</p>
<p>Ommmmm. Ok, that’s better.</p>
<p>While the threat of a stolen server is real, it isn’t something that roving gangs of ninjas engage in on a nightly basis.</p>
<p>If someone breaks into your server room through the ventilation system, disables the alarm, repels down ropes, and loads your servers into phony ambulances for transport, there is probably a bigger problem than the security of your AD infrastructure.  The FBI, NSA and the rest of the king’s horses and men will probably be helping you put your network security back together again.</p>
<p>If a delivery man with a delusion of grandeur walks off with a Domain Controller after saying &quot;Candy-gram&quot; to the receptionist &#8212; that is what the RODC is for.</p>
<p>Remember, just because someone takes your sever doesn’t mean that it sings like a canary.  There is still a login screen, encrypted data, file permissions, and a host of other security measures standing in the way of the would-be pirates.  The delivery man has several long nights ahead of him and when he finally gets anywhere, your AD database will have updated so many times that what he has on the RODC won’t be worth much.</p>
<p>So, implement good security and use the RODC where it makes sense and you can feel secure that you have done a good job with your infrastructure.</p>
<p>But, on your way home tonight, I’d make an extra U-turn near the freeway to make sure no one is following you before you go home and crank out your secret leaking newsletter.  After all, maybe they are after you …</p>


<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/windows-server-2008-rodc' rel='bookmark' title='Permanent Link: Don’t Worry He Can’t Write: The Story of the RODC'>Don’t Worry He Can’t Write: The Story of the RODC</a></li>
<li><a href='http://windowsserver.trainsignal.com/how-to-setup-utilize-rodc-on-server-2008-server-core' rel='bookmark' title='Permanent Link: How to Setup &amp; Utilize RODC on Server 2008 Server Core'>How to Setup &amp; Utilize RODC on Server 2008 Server Core</a></li>
<li><a href='http://windowsserver.trainsignal.com/server-2008-rodc-read-only-domain-controllers' rel='bookmark' title='Permanent Link: Lesson 6: Windows Server 2008 RODC &#8211; Read Only Domain Controllers'>Lesson 6: Windows Server 2008 RODC &#8211; Read Only Domain Controllers</a></li>
</ul></h3>]]></content:encoded>
			<wfw:commentRss>http://windowsserver.trainsignal.com/windows-server-2008-rodc-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don’t Worry He Can’t Write: The Story of the RODC</title>
		<link>http://windowsserver.trainsignal.com/windows-server-2008-rodc</link>
		<comments>http://windowsserver.trainsignal.com/windows-server-2008-rodc#comments</comments>
		<pubDate>Thu, 17 Apr 2008 16:00:36 +0000</pubDate>
		<dc:creator>Brian Nelson</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Domain Controller]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Read Only Active Directory Database]]></category>
		<category><![CDATA[Read Only Domain Controller]]></category>
		<category><![CDATA[RODC]]></category>
		<category><![CDATA[Server 2003]]></category>

		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-rodc/2008-04-17/</guid>
		<description><![CDATA[Once upon a time, if you worked for the XYZ Company, you worked in the XYZ Headquarters building on Main Street with everybody else.
The computer systems for the XYZ Company were managed by professionals whose full-time job was to install, configure, and maintain the systems.
So if Joe in accounting had a problem with his computer [...]

<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/windows-server-2008-rodc-2' rel='bookmark' title='Permanent Link: To RODC or Not To RODC, That Is the Question'>To RODC or Not To RODC, That Is the Question</a></li>
<li><a href='http://windowsserver.trainsignal.com/how-to-setup-utilize-rodc-on-server-2008-server-core' rel='bookmark' title='Permanent Link: How to Setup &amp; Utilize RODC on Server 2008 Server Core'>How to Setup &amp; Utilize RODC on Server 2008 Server Core</a></li>
<li><a href='http://windowsserver.trainsignal.com/server-2008-active-directory-adding-a-child-domain' rel='bookmark' title='Permanent Link: Server 2008 Active Directory: Adding a Child Domain'>Server 2008 Active Directory: Adding a Child Domain</a></li>
</ul></h3>]]></description>
			<content:encoded><![CDATA[<p>Once upon a time, if you worked for the XYZ Company, you worked in the XYZ Headquarters building on Main Street with everybody else.</p>
<p>The computer systems for the XYZ Company were managed by professionals whose full-time job was to install, configure, and maintain the systems.</p>
<p>So if Joe in accounting had a problem with his computer he would call you or Ted, or one of the other admins, and you would stop by Joe’s desk on the way back from grabbing a bagel in the company cafeteria.</p>
<p>If the XYZ Company got big enough it would open up another office. Management would decide which employees should be in which location. </p>
<p>Accounting might stay in the original headquarters while you and the marketing group moved to the new location (&quot;So long, Joe.&quot;)</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Brian_RODC/quot1.jpg" alt="The Story of the RODC" title="The Story of the RODC" align="right" width="340" height="115" border="0" /></p>
<p>Along the way, things changed &#8230;</p>
<p>Companies needed not just two or three big offices, but maybe two or three big offices and DOZENS of smaller offices. Some of those offices might have just a handful of employees.</p>
<p>Your average Sys Admin would get pretty bored maintaining just eight computers. The XYZ Company is not interested in paying for a fully qualified systems administrator for a dozen offices if they aren’t going to be fully utilized.</p>
<p><span id="more-461"></span></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Brian_RODC/quot2.jpg" alt="The Story of the RODC" title="The Story of the RODC" align="left" width="340" height="170" border="0" /></p>
<p>So, IT responsibilities get handled by a technician or in some cases by Rob, the contracts guy. </p>
<p>Now, Rob is a good guy. He makes sure the Nowhereville office’s contract get approved quickly, and he also manages the local softball team.</p>
<p>His wife is the manager at the local grocery store/video store/bowling alley/Post Office.</p>
<p>The thing about Rob is, that although he is a good guy and can change a printer toner in less than eight minutes, he doesn’t really know a lot about servers.</p>
<p>So, when the professional looking gentleman in the uniform that looks kind of like the ones the phone company guys wear shows up to make the network faster by tuning the Domain Controller, well … Rob points him in the direction of the &quot;big computer&quot; and offers him a cup of coffee.</p>
<h3>You Ain’t Got a Thing If You Ain’t Got Physical Security</h3>
<p>Microsoft has spent millions of dollars and many years working on the security for its Windows Server products.  These days, a Microsoft Server is about as secure as any server can be; that is if you are coming at it from over the network.</p>
<p>With the proliferation of remote offices for companies both big and small, there are more and more computers out there. The workstations are secured in their own way, and if one is compromised by theft or a local administrator run amok the damage is limited to whatever was on that system.</p>
<p>There really is no way to leverage a single computer into enterprise access once the system has been removed from access.</p>
<p>But, the Computer Grinch is not so easily defeated, and one day he got an idea, a really fantastically rotten idea.  If he got a Domain Controller he could take as much time as he wanted to get inside at the goodies, and when he did, he would have a way into your whole enterprise right in his hairy green hands.</p>
<p>For a smaller organization it might be possible to rebuild the Directory for security purposes, but for a large organization with hundreds or thousands of man-hours in the design, development, and implementation of a complex Active Directory, that isn’t a viable option.</p>
<p>Just hoping that the Computer Grinch doesn’t work something out isn’t very viable either.</p>
<h3>Reading, No Writing, Rithmitic</h3>
<p>Although this scenario sounds a bit far fetched, computer hackers aren’t just going to go away. And with good full scale attacks becoming harder to implement thanks to the growing use of firewalls, secure server systems, and even savvier users, the idea of walking off with a domain controller starts to look a little bit better.</p>
<p>So Microsoft has developed the <strong>Read-Only Domain Controller</strong>.  The Read-Only Domain Controller (RODC) is pretty much the same thing as a Writable Domain Controller as far as your users and their resources are concerned.  Where it is different is in how its AD database is handled.</p>
<p>Here is a quick point of terminology.  Microsoft considers a regular &quot;writable&quot; domain controller to be a Domain Controller.  A non-writable domain controller is a Read-Only Domain Controller.</p>
<p>So, if you see the phrase &quot;Domain Controller&quot; it means a full writable Domain Controller. Only if you see the words &quot;Read-Only&quot; or the letters RODC should you think &quot;read only.&quot;</p>
<p>The RODC allows your enterprise to put a controller in any office regardless of the level of security that office has. If you want to put a RODC underneath the receptionist’s desk or next to the vending machine, that’s fine. (It’s not great, so if you have a better spot then use it.)</p>
<p>A RODC contains, as one might expect, a <strong>Read-Only Active Directory Database</strong>, but it isn’t as simple as it sounds.</p>
<p>For starters, the database isn’t really read-only in the traditional sense.  The data can be, and is, updated.  It is just that the updates only come in one direction: FROM the other domain controllers.</p>
<p>So, any changes that might be made by someone using a compromised local administrator password or a disgruntled field technician won’t be replicated back into the Enterprise. The damage is limited to the RODC.</p>
<p>This means that even if a domain controller was stolen there is no need to change your entire Directory because every second the stolen domain controller is off the network, its database gets staler and staler until it is completely worthless even to the most talented of hackers.</p>
<p>This level of security also provides a way around that nasty problem of needing someone to handle something locally on a domain controller that requires an administrator password like installing a driver or replacement hardware.</p>
<p>In Server 2003 giving someone an administrator password on the domain controller means giving the full access to the enterprise’s Active Directory.  While Mr. Local is politely saying, &quot;Ok. Yeah. Ok,&quot; to your directions over the phone, he could be giving his user account admin rights.  Or, if he’s a little smarter making a new hard-to-spot account with admin rights. Neither one is a good thing.</p>
<p>On the other hand, while giving someone a local admin password to a RODC does give them full access to that machine, it stops there.  No changes that are made while in the RODC get propagated back to the enterprise, so your guy gets nothing out if it.</p>
<h3>Not a Problem</h3>
<p>The most common thing I hear when people learn about the Read-Only Domain Controller is that physical security of the Domain Controllers isn’t a very big problem.  I always respond with one word, &quot;Yet.&quot;</p>
<p>In the end, the RODC solves a fairly uncommon security issue, that of domain controller theft, and a slightly more common security issue of employee tampering.</p>
<p>It’s likely that neither causes your organization much trouble today, and that is a good thing. By implementing the Read-Only Domain Controller now, you can make sure it stays that way.</p>
<p>And, isn’t it nice to be out in front of the danger instead of catching up?</p>


<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/windows-server-2008-rodc-2' rel='bookmark' title='Permanent Link: To RODC or Not To RODC, That Is the Question'>To RODC or Not To RODC, That Is the Question</a></li>
<li><a href='http://windowsserver.trainsignal.com/how-to-setup-utilize-rodc-on-server-2008-server-core' rel='bookmark' title='Permanent Link: How to Setup &amp; Utilize RODC on Server 2008 Server Core'>How to Setup &amp; Utilize RODC on Server 2008 Server Core</a></li>
<li><a href='http://windowsserver.trainsignal.com/server-2008-active-directory-adding-a-child-domain' rel='bookmark' title='Permanent Link: Server 2008 Active Directory: Adding a Child Domain'>Server 2008 Active Directory: Adding a Child Domain</a></li>
</ul></h3>]]></content:encoded>
			<wfw:commentRss>http://windowsserver.trainsignal.com/windows-server-2008-rodc/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
