<?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>Computer Tips For Geeks &#187; active directory 2008</title>
	<atom:link href="http://forevergeeks.com/tag/active-directory-2008/feed" rel="self" type="application/rss+xml" />
	<link>http://forevergeeks.com</link>
	<description>Tech tips at no cost.</description>
	<lastBuildDate>Sun, 04 Dec 2011 03:47:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Install Active Directory On Windows Server 2008</title>
		<link>http://forevergeeks.com/how-to-install-active-directory-on-windows-2008/</link>
		<comments>http://forevergeeks.com/how-to-install-active-directory-on-windows-2008/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 11:00:00 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Microsoft Server 2008]]></category>
		<category><![CDATA[active directory 2008]]></category>

		<guid isPermaLink="false">http://forevergeeks.com/how-to-install-active-directory-on-windows-2008</guid>
		<description><![CDATA[<a href="http://forevergeeks.com/how-to-install-active-directory-on-windows-2008/"><img align="left" hspace="5" width="120" height="120" src="http://forevergeeks.com/wp-content/uploads/2009/01/windows-2008-r2-logo1-150x150.jpg" class="alignleft tfe wp-post-image" alt="windows-2008-r2-logo1" title="windows-2008-r2-logo1" /></a>As you probably know Active Directory stores information about objects on the network and makes this information available to users and network administrators. AD uses domain controllers to give network users access to permitted resources anywhere on the network through a single logon process.  In this article I will go through the installation of active directory on Windows server 2008. &#8230; <a href="http://forevergeeks.com/how-to-install-active-directory-on-windows-2008/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As you probably know Active Directory stores information about objects on the network and makes this information available to users and network administrators. AD uses domain controllers to give network users access to permitted resources anywhere on the network through a single logon process.  In this article I will go through the installation of active directory on Windows server 2008.</p>
<p><br />
<!-- adman --></p>
<h3>Things you need before installing Active Directory on Windows Server 2008</h3>
<ul>
<li>Have Windows server 2008 already installed.</li>
<li>Have administrative privilege on the system</li>
<li>be able to reboot the system any time.</li>
<li>Have an NTFS partition with enough free space</li>
</ul>
<h3>Things you should keep in mind</h3>
<ul>
<li>If you are installing active directory on windows server 2008 for the first time, it must be a global catalog server, it cannot be RODC.</li>
<li>NT 4.0 domain controllers are not supported on windows server 2008 anymore. if you still have NT domain controllers on your network, you need to have 2000/2003 DCs to support them.</li>
<li>If you are making windows 2008 a domain controller on 2003 forest, you must prepare the forest for windows 2008 by running ADPREP.</li>
</ul>
<h3>Final preparations</h3>
<p>the last thing I will do to start the installation of active directory is to change the name of the computer to reflect the new status. to do that, login to the server and click on the <strong>Start </strong>button and <strong>right-click </strong>on <strong>Computer </strong>and go to <strong>Properties. </strong>at the bottom under <strong>computer name, domain, and workgroup settings, </strong>click on the <strong>Change settings:</strong></p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image7.png"><img style="display: inline; border-width: 0px;" title="Change computer name" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb7.png" alt="Change computer name" width="504" height="127" border="0" /></a></p>
<p>the <strong>System Property </strong>window will come up.</p>
<p>click on the <strong>change </strong>tab, and change the computer name to whatever you want.</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image8.png"><img style="display: inline; border-width: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb8.png" alt="image" width="335" height="387" border="0" /></a></p>
<p>Click on the <strong>OK </strong>button. Windows Server 2008 will  now reboot.</p>
<h4>Installing Active Directory Domain Services</h4>
<p>Now that we have renamed the computer to something that reflects the new role on windows server 2008, we will proceed with the installation of active directory. I always recommend using the server manager interface when installing active directory and other network services. to install active directory domain services, go to <strong>Start </strong>and click on <strong>Server Manager.</strong></p>
<p>the server manager window will come up:</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image9.png"><img style="display: inline; border-width: 0px;" title="Serbe" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb9.png" alt="Serbe" width="504" height="356" border="0" /></a></p>
<p>The <strong>Select Server Role </strong>window will come up:</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image10.png"><img style="display: inline; border-width: 0px;" title="Select Server Roles" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb10.png" alt="Select Server Roles" width="504" height="379" border="0" /></a></p>
<p>Make sure the <strong>Active Directory Domain Services </strong>option is checked.</p>
<p>click on <strong>Next </strong>after checking the option.</p>
<p>Active directory  domain services (AD DS) is something new on Windows Server 2008. on the following window you can read a small introduction about it. click next when you finish reading.</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image11.png"><img style="display: inline; border-width: 0px;" title="Active Directory Domain Services" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb11.png" alt="Active Directory Domain Services" width="504" height="379" border="0" /></a></p>
<p>click <strong>Next </strong>on the above window.</p>
<p>on the following window, you will be asked to confirm the installation of domain services:</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image12.png"><img style="display: inline; border-width: 0px;" title="confirm installation selections" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb12.png" alt="confirm installation selections" width="504" height="381" border="0" /></a></p>
<p>click on <strong>Install </strong>to start the installation.</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image13.png"><img style="display: inline; border-width: 0px;" title="Installation progress" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb13.png" alt="Installation progress" width="504" height="380" border="0" /></a></p>
<p>You should receive the Installation Results window after the installation completes.</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image14.png"><img style="display: inline; border-width: 0px;" title="Installation results" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb14.png" alt="Installation results" width="504" height="380" border="0" /></a></p>
<p><strong>Note:</strong><em><strong> </strong>this only installs Active Directory domain services, it does not make Windows server 2008 a domain controller. for that we will need to run the DCPROMO wizard. </em></p>
<h4>Installing Active Directory Domain Controller</h4>
<p>after Active Directory Domain Services have been installed, you should return to the Server Role Interface. click on <strong>Active Directory Domain Services:</strong></p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image15.png"><img style="display: inline; border-width: 0px;" title="Active Directory Domain Services" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb15.png" alt="Active Directory Domain Services" width="504" height="365" border="0" /></a></p>
<p>on the window that pops up, you will see a summary message that reads, &#8220;<em>This server is not yet running as a domain controller: <span style="color: #0000ff;">Run Active Directory Domain Services Installation Wizard ( dcpromo.exe)</span></em></p>
<p>Click on the blue link.</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image16.png"><img style="display: inline; border-width: 0px;" title="Run Active directory services dcpromo" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb16.png" alt="Run Active directory services dcpromo" width="504" height="365" border="0" /></a></p>
<p>by clicking on the blue link, the dcpromo.exe wizard should come up:</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image17.png"><img style="display: inline; border-width: 0px;" title="dcpromo wizard" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb17.png" alt="dcpromo wizard" width="505" height="477" border="0" /></a></p>
<p>make sure &#8220;<strong>Use advanced mode installation</strong>&#8221; option is checked and click <strong>Next. </strong></p>
<p>read the provided information on the next screen. that explains some new features on windows server 2008 domain services that might affect older Windows operating systems and non Microsoft SMB clients on an existing domain.</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image18.png"><img style="display: inline; border-width: 0px;" title="Operating System compatibility" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb18.png" alt="Operating System compatibility" width="507" height="479" border="0" /></a></p>
<p>Click <strong>Next </strong>after you read the above warning.</p>
<p>on the following screen, choose your deployment configuration.</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image19.png"><img style="display: inline; border-width: 0px;" title="choose a deployment configuration" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb19.png" alt="choose a deployment configuration" width="506" height="479" border="0" /></a></p>
<p>because this is my first domain controller, I will choose the &#8220;<strong>Create a new domain in a new forest&#8221; </strong>option.</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image20.png"><img style="display: inline; border-width: 0px;" title="create a new domain in a new forest" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb20.png" alt="create a new domain in a new forest" width="503" height="478" border="0" /></a></p>
<p>click on Next.</p>
<p>Choose the name for your forest root domain on the following window.</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image21.png"><img style="display: inline; border-width: 0px;" title="name the forest root domain" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb21.png" alt="name the forest root domain" width="506" height="478" border="0" /></a></p>
<p>click <strong>Next </strong>after choosing your fully qualified domain name.</p>
<p>the wizard will check if that forest name is already in used:</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image22.png"><img style="display: inline; border-width: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb22.png" alt="image" width="502" height="479" border="0" /></a></p>
<p>after a few seconds, the wizard will ask you to enter the NetBIOS name:</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image23.png"><img style="display: inline; border-width: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb23.png" alt="image" width="505" height="478" border="0" /></a></p>
<p>the default NetBIOS name should be fine. click on the Next tab.</p>
<p>on the following screen, choose the <strong>forest functional level:</strong></p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image24.png"><img style="display: inline; border-width: 0px;" title="Forest functional level" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb24.png" alt="Forest functional level" width="504" height="477" border="0" /></a></p>
<p>I will choose Windows Server 2003 as my functional level. Choosing windows server 2008 functional level does not provide any new features over the Windows 2003 forest functional level. However, it ensures that any new domains created in this forest will automatically operate at the Windows Server 2008 domain functional level, which does provide unique features. click on <strong>Next.</strong></p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image25.png"><img style="display: inline; border-width: 0px;" title="Checking DNS configuration" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb25.png" alt="Checking DNS configuration" width="506" height="479" border="0" /></a></p>
<p>Clicking next, the dcpromo wizard will check for DNS configurations.</p>
<p>If DNS is not installed on your system, choose the DNS Server option on the following screen.</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image26.png"><img style="display: inline; border-width: 0px;" title="Installing DNS Server" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb26.png" alt="Installing DNS Server" width="507" height="480" border="0" /></a></p>
<p>here you get the info that tells you:</p>
<p><em>The first domain controller in a forest must be a global catalog server and cannot be an RODC.</em></p>
<p>Click on <strong>Next. </strong></p>
<p>if your server does have static IP address assigned on the server, you might get the following warning:</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image27.png"><img style="display: inline; border-width: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb27.png" alt="image" width="507" height="246" border="0" /></a></p>
<p>as you can see, having dynamic assigned IP address is not recommended. use static IP addresses for servers whenever is possible.</p>
<p>choose your option, and click <strong>Next. </strong></p>
<p>another warning:</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image28.png"><img style="display: inline; border-width: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb28.png" alt="image" width="418" height="235" border="0" /></a></p>
<p>if you get this warning, click on <strong>OK. </strong></p>
<p>choose the location of the AD database on the following screen:</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image29.png"><img style="display: inline; border-width: 0px;" title="Location for database" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb29.png" alt="Location for database" width="505" height="479" border="0" /></a></p>
<p>Leave the default settings, and click on Next.</p>
<p>Enter your the password for your Restore Mode Administrator on the following screen.</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image30.png"><img style="display: inline; border-width: 0px;" title="Directory Services Restore mode" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb30.png" alt="Directory Services Restore mode" width="506" height="478" border="0" /></a></p>
<p>click Next after entering the password.</p>
<p>on the following screen you should get the <strong>Summary </strong>page.</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image31.png"><img style="display: inline; border-width: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb31.png" alt="image" width="505" height="479" border="0" /></a></p>
<p>click on <strong>Next. </strong></p>
<p>damn it!! I got an error saying I need to install DNS manually.</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image32.png"><img style="display: inline; border-width: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb32.png" alt="image" width="404" height="147" border="0" /></a></p>
<p>&#8220;<em>An error occurred while the wizard was installing DNS, you will have to configure DNS for this domain manually. </em></p>
<p>this is the first time I let the dcpromo.exe to configure DNS for me, and I kind of was expecting for this error. that will be the subject of the next article.</p>
<p>click <strong>OK</strong> on the error for now.</p>
<p>active directory installation should start installing. but it won&#8217;t work perfect until DNS is install.</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image33.png"><img style="display: inline; border-width: 0px;" title="active directory installing" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb33.png" alt="active directory installing" width="439" height="309" border="0" /></a></p>
<p>after awhile, you should get the completion window.</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image34.png"><img style="display: inline; border-width: 0px;" title="active directory finish" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb34.png" alt="active directory finish" width="508" height="478" border="0" /></a></p>
<p>click on <strong>Finish. </strong></p>
<p>you will need to reboot the computer.</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2009/01/image35.png"><img style="display: inline; border-width: 0px;" title="restart computer" src="http://forevergeeks.com/wp-content/uploads/2009/01/image-thumb35.png" alt="restart computer" width="363" height="142" border="0" /></a></p>
<p>go ahead and restart the computer, and if you need to install DNS do so after the reboot.</p>
]]></content:encoded>
			<wfw:commentRss>http://forevergeeks.com/how-to-install-active-directory-on-windows-2008/feed/</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
	</channel>
</rss>

