
<?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>Domain Controller Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/domain-controller/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/tag/domain-controller/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Thu, 16 Jun 2022 11:46:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://www.technig.com/wp-content/uploads/2020/04/32x32.png</url>
	<title>Domain Controller Archives - TECHNIG</title>
	<link>https://www.technig.com/tag/domain-controller/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<item>
		<title>How to Add New Domain Controller to Existing Domain</title>
		<link>https://www.technig.com/add-new-domain-controller-to-existing-domain/</link>
					<comments>https://www.technig.com/add-new-domain-controller-to-existing-domain/#respond</comments>
		
		<dc:creator><![CDATA[Habib Sarwari]]></dc:creator>
		<pubDate>Sun, 05 Jun 2022 09:23:00 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Active Directory Server]]></category>
		<category><![CDATA[Child Domain Configuration]]></category>
		<category><![CDATA[Create Domain Controller]]></category>
		<category><![CDATA[Custom Domain]]></category>
		<category><![CDATA[Domain Controller]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Server 2016]]></category>
		<category><![CDATA[Windows Server 2019]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=18380</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1143" height="650" src="https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Add New Domain Controller to Existing Domain" decoding="async" fetchpriority="high" srcset="https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1-1.png 1143w, https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1-1-300x171.png 300w, https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1-1-1024x582.png 1024w, https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1-1-768x437.png 768w" sizes="(max-width: 1143px) 100vw, 1143px" /></div>
<p>Suppose you have one domain controller in your network. In that case, you may wonder how to add a new domain controller to an existing domain to avoid discontinuity in case of server failure. When you add new domain controllers to an existing domain, they replicate the active directory database with each other. If the [&#8230;]</p>
<p>The post <a href="https://www.technig.com/add-new-domain-controller-to-existing-domain/">How to Add New Domain Controller to Existing Domain</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1143" height="650" src="https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Add New Domain Controller to Existing Domain" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1-1.png 1143w, https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1-1-300x171.png 300w, https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1-1-1024x582.png 1024w, https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1-1-768x437.png 768w" sizes="(max-width: 1143px) 100vw, 1143px" /></div>
<p>Suppose you have one domain controller in your network. In that case, you may wonder how to add a new domain controller to an existing domain to avoid discontinuity in case of server failure. When you add new domain controllers to an existing domain, they replicate the active directory database with each other. If the primary domain controller fails, you can use the second domain controller to respond to authentication requests and perform the DC’s tasks. Overall, multiple domain controllers increase fault tolerance and load balancing. The following article will elaborate on the steps required for adding a new domain controller to an existing domain in Windows Server 2022.</p>



<p>To demonstrate it in detail, I have two servers (SR1-technig and SR2-technig) running <a href="https://www.technig.com/free-download-windows-server-2022-iso-file/" target="_blank" rel="noreferrer noopener">Windows Server 2022</a>. The SR1-technig server acts as a primary server and is also a domain controller. Since the SR1-technig is already a domain controller, I will add the new domain controller in the SR2-technig server and make both SR1-technig and SR2-technig domain controllers.</p>



<h2 class="wp-block-heading"><strong>Step One: Join your server in the domain</strong></h2>



<p>At first, I will join the SR2-technig (The second server) to the domain and make it a member of the primary domain controller. To do that, I need to assign the IP address of the existing domain controller to the DNS of the second server that I want to make a domain controller.</p>



<ol class="wp-block-list" type="1"><li>Open Server Manager, and click on the <strong>Local Server</strong> option on the left-hand side.</li><li>In the Local Server window, click on IP Address (Ethernet)</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Local-Server-Dashboard-1024x506.png" alt="How to Add New Domain Controller to Existing Domain" class="wp-image-18383" width="707" height="350" srcset="https://www.technig.com/wp-content/uploads/2022/06/Local-Server-Dashboard-1024x506.png 1024w, https://www.technig.com/wp-content/uploads/2022/06/Local-Server-Dashboard-300x148.png 300w, https://www.technig.com/wp-content/uploads/2022/06/Local-Server-Dashboard-768x380.png 768w, https://www.technig.com/wp-content/uploads/2022/06/Local-Server-Dashboard.png 1090w" sizes="(max-width: 707px) 100vw, 707px" /><figcaption>Local Server Dashboard</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="3"><li>Double-click on the network to that you are connected.</li><li>In the Ethernet Status window, click on Properties.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Internet-Status-1024x758.png" alt="How to Add New Domain Controller to Existing Domain" class="wp-image-18384" width="697" height="500"/><figcaption>Ethernet Status Window</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="5"><li>Double-click on Internet Protocol Version 4.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/IPV4.png" alt="How to Add New Domain Controller to Existing Domain" class="wp-image-18385" width="407" height="451"/><figcaption>Double Click on IPV4</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="6"><li>Set your DNS Server address manually to the IP address of the domain controller you want to join. Click OK.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Set-DNS-Server-Address.png" alt="Change the DNS Server" class="wp-image-18386" width="407" height="451" srcset="https://www.technig.com/wp-content/uploads/2022/06/Set-DNS-Server-Address.png 595w, https://www.technig.com/wp-content/uploads/2022/06/Set-DNS-Server-Address-271x300.png 271w" sizes="(max-width: 407px) 100vw, 407px" /><figcaption>DNS Server Address</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="7"><li>Close the windows and return to the local server window.</li><li>In the Local Server Window, click on <strong>WORKGROUP</strong> to join a domain.</li><li>On the system properties, click on the Change button.</li><li>Check the domain box, write the domain name you want to join, and click OK.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Domain.png" alt="Make member of a domain" class="wp-image-18389" width="407" height="451"/><figcaption>Member of Domain</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="11"><li>Provide the credential and click ok.</li><li>Restart your computer.</li></ol>



<h2 class="wp-block-heading"><strong>Step Two: Install Active Directory Domain Services</strong></h2>



<p>In the second step, you need to install the <a href="https://docs.microsoft.com/en-us/windows-server/identity/ad-ds/get-started/virtual-dc/active-directory-domain-services-overview#understanding-active-directory" target="_blank" rel="noreferrer noopener nofollow">Active Directory Domain Services</a> on the server you want to promote to the domain controller.</p>



<ol class="wp-block-list" type="1"><li>Click on <strong>Manage &gt; Add Roles and Features</strong> in the server manager window.</li><li>Click next on the before you begin Wizard.</li><li>Select the installation type and click next: Role-based and Feature-based installation.</li><li>After selecting the destination server, click next.</li><li>Find the <strong>Active Directory Domain Services</strong> Roles and, select it, click Add features.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Select-Server-Roles-1024x730.png" alt="Select Server Roles" class="wp-image-18390" width="697" height="500"/><figcaption>Select Active Directory Domain Services.</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="6"><li>Click on the Next button till the installation button activates.</li><li>Finally, confirm the installation and click on the Install button. The installation takes a few seconds.</li></ol>



<p><strong>Related:</strong> <a href="https://www.technig.com/install-active-directory-on-windows-server-2022-using-powershell/" target="_blank" rel="noreferrer noopener nofollow">How to Install Active Directory Using PowerShell on Windows Server 2022</a></p>



<h2 class="wp-block-heading"><strong>Step Three: Promote the Server to Domain Controller</strong></h2>



<p>Now that your server is a member of the domain controller and you have installed the Active Directory Domain Services roles in your server. It is time to promote or add the new domain controller to the existing domain.</p>



<ol class="wp-block-list" type="1"><li>In the Server Manager screen, click on the notification flag next to the Manage.</li><li>Click on the <strong>Promote this Server to Domain Controller</strong> to open the DC’s promotion wizard.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Promote-the-Server-to-DC-1024x398.png" alt="Promote the Server to Domain Controller" class="wp-image-18392" width="737" height="287" srcset="https://www.technig.com/wp-content/uploads/2022/06/Promote-the-Server-to-DC-1024x398.png 1024w, https://www.technig.com/wp-content/uploads/2022/06/Promote-the-Server-to-DC-300x116.png 300w, https://www.technig.com/wp-content/uploads/2022/06/Promote-the-Server-to-DC-768x298.png 768w, https://www.technig.com/wp-content/uploads/2022/06/Promote-the-Server-to-DC.png 1455w" sizes="(max-width: 737px) 100vw, 737px" /><figcaption>Promote to DC</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="3"><li>In the Deployment Configuration wizard, select the deployment operation. I CHOOSE THE FIRST OPTION since I add a new domain controller to an existing domain.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1024x753.png" alt="Deployment Configuration Wizard" class="wp-image-18393" width="697" height="500"/><figcaption>Deployment Configuration</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="4"><li>Specify the domain information: you can click on the Select button next to the text box, select your domain name, and click Ok. If you are already a member of the domain controller, it automatically finds the domain name.</li><li>After selecting the domain name, click on the Change button to provide credentials to perform the task. Click next.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Credential-for-deployment-1024x753.png" alt="Change the Deployment for Credential" class="wp-image-18394" width="697" height="500"/><figcaption>Credential for Deployment Operation</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="6"><li>Specify the domain controller capabilities. The DNS server, Global Catalog, and Site Name are already selected by default. I provide the Active Directory Services Restore Mode password and click next.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Domain-Controller-Capabilities-1024x753.png" alt="Domain Controller Options" class="wp-image-18395" width="697" height="500"/><figcaption>Domain Controller Options</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="7"><li>Click the next button to pass the DNS options wizard.</li><li>Specify from which domain controller it should replicate the Active Directory database, and click next.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Replication-Partner-1024x753.png" alt="Additional Option for replication" class="wp-image-18396" width="700" height="500"/><figcaption>Select the Replication Partner</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="9"><li>Although I can change the location of the AD DS database and log files, I keep its default location and click next.</li><li>After reviewing the configuration, click Next.</li><li>The Prerequisites Check verifies the prerequisites for domain controller operation. If the prerequisites checks passed successfully, click on the Install button.</li><li>The installation will complete after a few seconds, and your server will restart automatically.</li></ol>



<h3 class="wp-block-heading"><strong>How to check if the new domain controller has been added?</strong></h3>



<p>After <a href="https://docs.microsoft.com/en-us/windows-server/identity/ad-ds/deploy/install-active-directory-domain-services--level-100-" target="_blank" rel="noreferrer noopener nofollow">installing the Active Directory Domain Services</a> and promoting it to the domain controller, you can check whether the domain controller has been added successfully or not.</p>



<ol class="wp-block-list" type="1"><li>In the server manager window, click on <strong>Tools</strong> management.</li><li>Click on Active Directory Users and Computers.</li><li>Expand the domain and click on the Domain Controllers Organizational Unit.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Domain-Contorllers-OU-1024x722.png" alt="How to Add New Domain Controller to Existing Domain" class="wp-image-18382" width="700" height="500"/><figcaption>Domain Controllers</figcaption></figure></div>


<p>You will see the domain controller(s) in your current domain.</p>



<h2 class="wp-block-heading"><strong>Conclusions</strong></h2>



<p>To conclude, we talked about the steps required for adding a new domain controller to an existing domain in Windows Server 2022. You can share your thoughts and questions in the comment section of this page.</p>
<p>The post <a href="https://www.technig.com/add-new-domain-controller-to-existing-domain/">How to Add New Domain Controller to Existing Domain</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/add-new-domain-controller-to-existing-domain/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18380</post-id>	</item>
		<item>
		<title>How to Join Windows 10 to Domain Windows Server</title>
		<link>https://www.technig.com/join-windows-10-to-domain-server-2016/</link>
					<comments>https://www.technig.com/join-windows-10-to-domain-server-2016/#respond</comments>
		
		<dc:creator><![CDATA[Shams]]></dc:creator>
		<pubDate>Sat, 16 Sep 2017 09:30:30 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Command Line Tips]]></category>
		<category><![CDATA[Domain Controller]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Network Interface Configuration]]></category>
		<category><![CDATA[Network Shell]]></category>
		<category><![CDATA[PowerShell Tutorials]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows Server 2016]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=10786</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/09/How-to-Join-Windows-10-to-Domain-Windows-Server-2016-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Join Windows 10 to Domain Server 2016 - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/09/How-to-Join-Windows-10-to-Domain-Windows-Server-2016-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Join-Windows-10-to-Domain-Windows-Server-2016-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Join-Windows-10-to-Domain-Windows-Server-2016-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>The users in a network using a different operating system like Windows, Mac OS, and Linux. One of the most popular is Windows 10, the latest client-side Microsoft operating system. Here we just try to join Windows 10 to domain server 2016. The process of joining a PC to a domain name is the same. You [&#8230;]</p>
<p>The post <a href="https://www.technig.com/join-windows-10-to-domain-server-2016/">How to Join Windows 10 to Domain Windows Server</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/09/How-to-Join-Windows-10-to-Domain-Windows-Server-2016-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Join Windows 10 to Domain Server 2016 - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/09/How-to-Join-Windows-10-to-Domain-Windows-Server-2016-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Join-Windows-10-to-Domain-Windows-Server-2016-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Join-Windows-10-to-Domain-Windows-Server-2016-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>The users in a network using a different operating system like Windows, Mac OS, and Linux. One of the most popular is Windows 10, the latest client-side Microsoft operating system. Here we just try to join Windows 10 to domain server 2016. The process of joining a PC to a domain name is the same. You can use this article for other operating systems as well.</p>
<p>Before you join Windows 10 to domain server 2016. You must check the network connectivity between Windows Server and Windows 10 client. You might have a DHCP server that provides IP address for network clients. If you don&#8217;t have a DHCP server or router, you need to <a href="https://www.technig.com/configure-ip-address-using-powershell/" target="_blank" rel="noopener noreferrer">configure IP address manually</a> for client machines.</p>
<p><em><strong>Related</strong></em>: <a href="https://www.technig.com/dhcp-configuration-guide/" target="_blank" rel="noopener noreferrer">DHCP configuration guide on Windows Server and Cisco Router</a>.</p>
<p><strong>The process to join a Windows 10 to Domain Server 2016.</strong></p>
<ol>
<li>Set a unique name for the client computer.</li>
<li>Check the IP address and network connectivity.</li>
<li>Create a user in the Active Directory.</li>
<li>Join Windows 10 to Domain.</li>
<li>Restart client computer.</li>
<li>Log in with the domain account.</li>
<li>Customize your Windows desktop environment.</li>
</ol>
<p>That&#8217;s all you need to apply for joining a Windows 10 PC to a domain Windows Server 2016 or another version of Windows server.</p>
<h2>Join Windows 10 to Domain Server</h2>
<p>In a short video, we describe how to join Windows 10 PC to a domain Windows server. But I just note some important commands and parts here. Joining a PC to the domain is not complicated but sometimes it doesn&#8217;t join easy. Anyway, if you have any issue with joining client PC to the domain, comment us your issue.</p>
<p><iframe loading="lazy" title="How to Join Windows 10 to Domain Windows Server 2016?" width="1170" height="878" src="https://www.youtube.com/embed/_S0zU26T7-s?wmode=transparent&amp;rel=0&amp;feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p>Read the important notes about how to join Windows 10 to domain Windows server 2016. The notes are important parts, if you face any problem, feel free to ask us.</p>
<h2><strong>1. Change Client Computer Name</strong></h2>
<p>Before joining a client computer to a domain in the network, change the default name. The default name is name generated when the Windows installed on the system. It is a long name and hard to read. Changing to a short and readable name helps you find the client on the network easy.</p>
<ol>
<li>To change the computer name, type &#8220;<strong>sysdm.cpl</strong>&#8221; in Run to open the System Properties.</li>
<li>After changing the computer name, once restart your computer to apply the changes.</li>
</ol>
<p><figure id="attachment_10792" aria-describedby="caption-attachment-10792" style="width: 733px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/How-to-change-Windows-10-computer-name-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-10792 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/How-to-change-Windows-10-computer-name-Technig.jpg" alt="How to change Windows 10 computer name - Technig" width="733" height="477" srcset="https://www.technig.com/wp-content/uploads/2017/09/How-to-change-Windows-10-computer-name-Technig.jpg 733w, https://www.technig.com/wp-content/uploads/2017/09/How-to-change-Windows-10-computer-name-Technig-300x195.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/How-to-change-Windows-10-computer-name-Technig-210x136.jpg 210w" sizes="(max-width: 733px) 100vw, 733px" /></a><figcaption id="caption-attachment-10792" class="wp-caption-text">How to change Windows 10 computer name &#8211; Technig</figcaption></figure></p>
<p>On Windows 10 you can change the computer name from the different section. Changing computer name with the command line, Windows settings and the above step.</p>
<h2><strong>2. Check IP Address and Connectivity</strong></h2>
<p>A computer identified by its IP address on the network. If the IP address is not configured correctly, the system will not recognizable. So checking the computer IP address is necessary for connecting to a domain server.</p>
<ol>
<li>To check the IP address of a system type &#8220;<strong>ipconfig</strong>&#8221; command on command prompt. It shows the computer IP address, subnet mask, and default gateway.</li>
</ol>
<p><figure id="attachment_10829" aria-describedby="caption-attachment-10829" style="width: 909px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/Display-Windows-Network-Configuration-Settings-with-Command-Line.jpg"><img loading="lazy" decoding="async" class="wp-image-10829 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/Display-Windows-Network-Configuration-Settings-with-Command-Line.jpg" alt="Display Windows Network Configuration Settings with Command Line" width="909" height="535" srcset="https://www.technig.com/wp-content/uploads/2017/09/Display-Windows-Network-Configuration-Settings-with-Command-Line.jpg 909w, https://www.technig.com/wp-content/uploads/2017/09/Display-Windows-Network-Configuration-Settings-with-Command-Line-300x177.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/Display-Windows-Network-Configuration-Settings-with-Command-Line-768x452.jpg 768w, https://www.technig.com/wp-content/uploads/2017/09/Display-Windows-Network-Configuration-Settings-with-Command-Line-357x210.jpg 357w" sizes="(max-width: 909px) 100vw, 909px" /></a><figcaption id="caption-attachment-10829" class="wp-caption-text">Display Windows Network Configuration Settings with Command Line</figcaption></figure></p>
<p><strong>2.</strong> To change IP address just type &#8220;<strong>ncpa.cpl</strong>&#8221; on Run top open Network Connection Settings. You can change the IP address manually from network connection settings or with command line &#8220;<strong>netsh</strong>&#8221; commands. Windows has many options to change the IP address. The easy way is using the GUI for newbies.</p>
<p>Anyway, right-click the network adapter (<strong>Ethernet x</strong>) then select <strong>Properties</strong>. On the properties select <strong>Internet Protocol Version 4 (TCP/IPv4)</strong> and click <strong>Properties</strong>. Now set the IP address manually on the Internet Protocol Version 4 (TCP/IPv4) Properties.</p>
<p><figure id="attachment_10834" aria-describedby="caption-attachment-10834" style="width: 899px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/Configure-Windows-10-IP-address-manually-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-10834 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/Configure-Windows-10-IP-address-manually-Technig.jpg" alt="Configure Windows 10 IP address manually - Technig" width="899" height="605" srcset="https://www.technig.com/wp-content/uploads/2017/09/Configure-Windows-10-IP-address-manually-Technig.jpg 899w, https://www.technig.com/wp-content/uploads/2017/09/Configure-Windows-10-IP-address-manually-Technig-300x202.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/Configure-Windows-10-IP-address-manually-Technig-768x517.jpg 768w" sizes="(max-width: 899px) 100vw, 899px" /></a><figcaption id="caption-attachment-10834" class="wp-caption-text">Configure Windows 10 IP address manually &#8211; Technig</figcaption></figure></p>
<p>That&#8217;s the GUI option for configuring an IP address on Windows system. There are command options for command prompt and Powershell. Windows PowerShell has its own cmdlet for network configuration. The other options are the network shell (netsh) command prompt command. The following articles focus on configuring Windows IP address with PowerShell and Netsh.</p>
<ul>
<li><a href="https://www.technig.com/configure-windows-ipv4-networking-with-netsh/" target="_blank" rel="noopener noreferrer">Configure Windows IPv4 Networking with Netsh,</a></li>
<li><a href="https://www.technig.com/configure-ip-address-using-powershell/" target="_blank" rel="noopener noreferrer">Configure IP Address with PowerShell,</a></li>
</ul>
<h2>3. Create a user in the Active Directory</h2>
<p>An Active Directory user account allows a computer to join to the domain and works as the workstation of a network. Creating Active Directory objects performs from AD on Windows Server.</p>
<ul>
<li><a href="https://www.technig.com/how-to-create-object-in-active-directory/" target="_blank" rel="noopener noreferrer">Create a user account in Active Directory</a>.</li>
<li><a href="https://www.technig.com/create-user-account-using-powershell/" target="_blank" rel="noopener noreferrer">Create User Account Using PowerShell.</a></li>
</ul>
<p>That&#8217;s all necessary configurable options you need to know about joining Windows 10 to domain server 2016 Active Directory. Hope you enjoy the article. Please comment us the related issue with <a href="https://www.microsoft.com/en-us/windowsforbusiness/windows-product-home" target="_blank" rel="noopener noreferrer">Windows 10</a> and Server configuration.</p>
<p>The post <a href="https://www.technig.com/join-windows-10-to-domain-server-2016/">How to Join Windows 10 to Domain Windows Server</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/join-windows-10-to-domain-server-2016/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10786</post-id>	</item>
		<item>
		<title>Install Active Directory in Windows Server 2012 R2</title>
		<link>https://www.technig.com/install-active-directory-in-windows-server-2012-r2/</link>
					<comments>https://www.technig.com/install-active-directory-in-windows-server-2012-r2/#comments</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Sat, 20 Dec 2014 15:52:32 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Domain Controller]]></category>
		<category><![CDATA[Install and Configure]]></category>
		<category><![CDATA[Video Tutorials]]></category>
		<category><![CDATA[Windows Server 2012 R2]]></category>
		<category><![CDATA[Windows Server 2016]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=829</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-in-Windows-Server-2012-R2.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Active Directory in Windows Server 2012 R2" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-in-Windows-Server-2012-R2.jpg 840w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-in-Windows-Server-2012-R2-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-in-Windows-Server-2012-R2-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>The step by step guide to Install Active Directory in Windows Server 2012 and 2012 R2. Installation and configuration of AD DS in Windows Server 2012 R2 and Windows Server 2016 is bit different from earlier Windows Servers. Dcpromo.exe command has been removed and added some new features like metro, dashboard, and server manager with new style, but [&#8230;]</p>
<p>The post <a href="https://www.technig.com/install-active-directory-in-windows-server-2012-r2/">Install Active Directory in Windows Server 2012 R2</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-in-Windows-Server-2012-R2.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Active Directory in Windows Server 2012 R2" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-in-Windows-Server-2012-R2.jpg 840w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-in-Windows-Server-2012-R2-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-in-Windows-Server-2012-R2-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>The step by step guide to Install <a href="https://en.wikipedia.org/wiki/Active_Directory" target="_blank" rel="noopener noreferrer">Active Directory </a>in <a href="https://www.microsoft.com/en-us/server-cloud/products/windows-server-2012-r2/" target="_blank" rel="noopener noreferrer">Windows Server 2012 and 2012 R2</a>. Installation and configuration of AD DS in Windows Server 2012 R2 and Windows Server 2016 is bit different from earlier Windows Servers. Dcpromo.exe command has been removed and added some new features like metro, dashboard, and server manager with new style, but the core configuration and Installation is the same.</p>
<h2>How to Install Active Directory?</h2>
<p>So let&#8217;s start to install Active Directory rule and promote the server to Domain Controller.</p>
<p><strong>1.</strong> Click the <strong>Server Manager</strong> to open it.</p>
<p><figure id="attachment_831" aria-describedby="caption-attachment-831" style="width: 1024px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Server-Manager.jpg"><img loading="lazy" decoding="async" class="wp-image-831 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Server-Manager.jpg" alt="Install Active Directory " width="1024" height="727" srcset="https://www.technig.com/wp-content/uploads/2014/12/Server-Manager.jpg 1024w, https://www.technig.com/wp-content/uploads/2014/12/Server-Manager-300x213.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Server-Manager-768x545.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption id="caption-attachment-831" class="wp-caption-text">Server Manager</figcaption></figure></p>
<p><strong>2.</strong> Here you see the Server manager dashboard. Now go to <strong>Manage</strong> tab and click <strong>Add Roles and Features</strong>.</p>
<p><figure id="attachment_832" aria-describedby="caption-attachment-832" style="width: 796px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Add-Roles-and-Features-Wizard1.jpg"><img loading="lazy" decoding="async" class="wp-image-832 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Add-Roles-and-Features-Wizard1.jpg" alt="Add Roles and Features Wizard" width="796" height="566" srcset="https://www.technig.com/wp-content/uploads/2014/12/Add-Roles-and-Features-Wizard1.jpg 796w, https://www.technig.com/wp-content/uploads/2014/12/Add-Roles-and-Features-Wizard1-300x213.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Add-Roles-and-Features-Wizard1-768x546.jpg 768w" sizes="(max-width: 796px) 100vw, 796px" /></a><figcaption id="caption-attachment-832" class="wp-caption-text">Add Roles and Features Wizard</figcaption></figure></p>
<p><strong>3.</strong> Just click <strong>Next</strong> in <strong>Add Roles and Features Wizard</strong> page.</p>
<p><figure id="attachment_833" aria-describedby="caption-attachment-833" style="width: 802px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Installation-Type.jpg"><img loading="lazy" decoding="async" class="wp-image-833 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Installation-Type.jpg" alt="Active Directory Installation Type" width="802" height="572" srcset="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Installation-Type.jpg 802w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Installation-Type-300x214.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Installation-Type-768x548.jpg 768w" sizes="(max-width: 802px) 100vw, 802px" /></a><figcaption id="caption-attachment-833" class="wp-caption-text">Active Directory Installation Type</figcaption></figure></p>
<p><strong>4.</strong> Let the default <strong>Role based or feature base installation</strong> has selected and click <strong>Next</strong>.</p>
<p><figure id="attachment_834" aria-describedby="caption-attachment-834" style="width: 801px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Destination-Server.jpg"><img loading="lazy" decoding="async" class="wp-image-834 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Destination-Server.jpg" alt="Active Directory Destination Server" width="801" height="570" srcset="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Destination-Server.jpg 801w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Destination-Server-300x213.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Destination-Server-768x547.jpg 768w" sizes="(max-width: 801px) 100vw, 801px" /></a><figcaption id="caption-attachment-834" class="wp-caption-text">Active Directory Destination Server</figcaption></figure></p>
<p><strong>5.</strong> In the <strong>Select destination server</strong> page, select the server you want to install AD and click <strong>Next</strong>.</p>
<p><figure id="attachment_835" aria-describedby="caption-attachment-835" style="width: 867px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Server-Roles.jpg"><img loading="lazy" decoding="async" class="wp-image-835 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Server-Roles.jpg" alt="Active Directory Server Roles" width="867" height="569" srcset="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Server-Roles.jpg 867w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Server-Roles-300x197.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Server-Roles-768x504.jpg 768w" sizes="(max-width: 867px) 100vw, 867px" /></a><figcaption id="caption-attachment-835" class="wp-caption-text">Active Directory Server Roles</figcaption></figure></p>
<p><strong>6.</strong> Now select the <strong>Active Directory Domain Services</strong> from Roles list in order to install it. When prompt to add the <strong>required features for Active Directory Domain Services</strong> within a new window, click <strong>Add Features</strong>.</p>
<p><figure id="attachment_836" aria-describedby="caption-attachment-836" style="width: 799px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Domain-Services.jpg"><img loading="lazy" decoding="async" class="wp-image-836 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Domain-Services.jpg" alt="Active Directory Domain Services" width="799" height="568" srcset="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Domain-Services.jpg 799w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Domain-Services-300x213.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Domain-Services-768x546.jpg 768w" sizes="(max-width: 799px) 100vw, 799px" /></a><figcaption id="caption-attachment-836" class="wp-caption-text">Active Directory Domain Services</figcaption></figure></p>
<p><strong>7.</strong> Now the <strong>Active Directory Domain Services</strong> has been selected and ready to install. Just click <strong>Next</strong>.</p>
<p><figure id="attachment_837" aria-describedby="caption-attachment-837" style="width: 801px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Windows-Server-2012-R2-Features.jpg"><img loading="lazy" decoding="async" class="wp-image-837 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Windows-Server-2012-R2-Features.jpg" alt="Windows Server 2012 R2 Features" width="801" height="566" srcset="https://www.technig.com/wp-content/uploads/2014/12/Windows-Server-2012-R2-Features.jpg 801w, https://www.technig.com/wp-content/uploads/2014/12/Windows-Server-2012-R2-Features-300x212.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Windows-Server-2012-R2-Features-768x543.jpg 768w" sizes="(max-width: 801px) 100vw, 801px" /></a><figcaption id="caption-attachment-837" class="wp-caption-text">Windows Server 2012 R2 Features</figcaption></figure></p>
<p><strong>8.</strong> Leave the <strong>Windows Features</strong> page by default and click <strong>Next</strong>.</p>
<p><figure id="attachment_838" aria-describedby="caption-attachment-838" style="width: 798px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/AD-DS-Information.jpg"><img loading="lazy" decoding="async" class="wp-image-838 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/AD-DS-Information.jpg" alt="AD DS Information" width="798" height="567" srcset="https://www.technig.com/wp-content/uploads/2014/12/AD-DS-Information.jpg 798w, https://www.technig.com/wp-content/uploads/2014/12/AD-DS-Information-300x213.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/AD-DS-Information-768x546.jpg 768w" sizes="(max-width: 798px) 100vw, 798px" /></a><figcaption id="caption-attachment-838" class="wp-caption-text">AD DS Information</figcaption></figure></p>
<p><strong>9.</strong> Now, you may need to read some information about <strong>Active Director domain service</strong>. In this page read once and click <strong>Next</strong>.</p>
<p><figure id="attachment_840" aria-describedby="caption-attachment-840" style="width: 799px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Confirm-Installation-of-AD-DS.jpg"><img loading="lazy" decoding="async" class="wp-image-840 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Confirm-Installation-of-AD-DS.jpg" alt="Confirm Installation of AD DS" width="799" height="567" srcset="https://www.technig.com/wp-content/uploads/2014/12/Confirm-Installation-of-AD-DS.jpg 799w, https://www.technig.com/wp-content/uploads/2014/12/Confirm-Installation-of-AD-DS-300x213.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Confirm-Installation-of-AD-DS-768x545.jpg 768w" sizes="(max-width: 799px) 100vw, 799px" /></a><figcaption id="caption-attachment-840" class="wp-caption-text">Confirm Installation of AD DS</figcaption></figure></p>
<p><strong>10.</strong> In the <strong>Confirm Installation selections</strong> page click <strong>Install</strong> to begin installation of AD DS.</p>
<p><figure id="attachment_841" aria-describedby="caption-attachment-841" style="width: 797px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Installation-Progress.jpg"><img loading="lazy" decoding="async" class="wp-image-841 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Installation-Progress.jpg" alt="Active Directory Installation Progress" width="797" height="565" srcset="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Installation-Progress.jpg 797w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Installation-Progress-300x213.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Installation-Progress-768x544.jpg 768w" sizes="(max-width: 797px) 100vw, 797px" /></a><figcaption id="caption-attachment-841" class="wp-caption-text">Active Directory Installation Progress</figcaption></figure></p>
<p>Be patient, the installation process will take a few minutes to complete.</p>
<h2>#2. Promote Server to Domain Controller</h2>
<p><strong>1.</strong> When the AD DS installation has complete. <strong>click</strong> the <strong>Promote this server to a domain controller</strong>.</p>
<p><figure id="attachment_842" aria-describedby="caption-attachment-842" style="width: 798px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Promote-this-server-to-a-domain-controller.jpg"><img loading="lazy" decoding="async" class="wp-image-842 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Promote-this-server-to-a-domain-controller.jpg" alt="Promote this server to a domain controller" width="798" height="565" srcset="https://www.technig.com/wp-content/uploads/2014/12/Promote-this-server-to-a-domain-controller.jpg 798w, https://www.technig.com/wp-content/uploads/2014/12/Promote-this-server-to-a-domain-controller-300x212.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Promote-this-server-to-a-domain-controller-768x544.jpg 768w" sizes="(max-width: 798px) 100vw, 798px" /></a><figcaption id="caption-attachment-842" class="wp-caption-text">Promote this server to a domain controller</figcaption></figure></p>
<p><strong>2.</strong> The Active directory <strong>Deployment Configuration</strong> page will open.</p>
<p><figure id="attachment_845" aria-describedby="caption-attachment-845" style="width: 775px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Deployment-Configuration.jpg"><img loading="lazy" decoding="async" class="wp-image-845 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Deployment-Configuration.jpg" alt="Active Directory Deployment Configuration" width="775" height="567" srcset="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Deployment-Configuration.jpg 775w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Deployment-Configuration-300x219.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Deployment-Configuration-768x562.jpg 768w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Deployment-Configuration-86x64.jpg 86w" sizes="(max-width: 775px) 100vw, 775px" /></a><figcaption id="caption-attachment-845" class="wp-caption-text">Active Directory Deployment Configuration</figcaption></figure></p>
<p><strong>3.</strong> In this window select <strong>add a new forest</strong> and type your domain name in the <strong>Root domain name</strong> field then click <strong>Next</strong>. I have chose the domain name <strong>Technig.local.</strong></p>
<p><figure id="attachment_846" aria-describedby="caption-attachment-846" style="width: 771px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Domain-Controller-Options.jpg"><img loading="lazy" decoding="async" class="wp-image-846 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Domain-Controller-Options.jpg" alt="Domain Controller Options" width="771" height="565" srcset="https://www.technig.com/wp-content/uploads/2014/12/Domain-Controller-Options.jpg 771w, https://www.technig.com/wp-content/uploads/2014/12/Domain-Controller-Options-300x220.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Domain-Controller-Options-768x563.jpg 768w, https://www.technig.com/wp-content/uploads/2014/12/Domain-Controller-Options-86x64.jpg 86w" sizes="(max-width: 771px) 100vw, 771px" /></a><figcaption id="caption-attachment-846" class="wp-caption-text">Domain Controller Options</figcaption></figure></p>
<p><strong>4.</strong> Leave the <strong>Domain Controller Options</strong> by default, just type and password for <strong>Directory services restore mode (DRSM) password</strong> and click <strong>Next</strong>.</p>
<p><figure id="attachment_847" aria-describedby="caption-attachment-847" style="width: 771px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/DNS-Options.jpg"><img loading="lazy" decoding="async" class="wp-image-847 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/DNS-Options.jpg" alt="DNS Options" width="771" height="562" srcset="https://www.technig.com/wp-content/uploads/2014/12/DNS-Options.jpg 771w, https://www.technig.com/wp-content/uploads/2014/12/DNS-Options-300x219.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/DNS-Options-768x560.jpg 768w, https://www.technig.com/wp-content/uploads/2014/12/DNS-Options-86x64.jpg 86w" sizes="(max-width: 771px) 100vw, 771px" /></a><figcaption id="caption-attachment-847" class="wp-caption-text">DNS Options</figcaption></figure></p>
<p><strong>5.</strong> Ignore the delegation for DNS server warning and click <strong>Next</strong>.</p>
<p><figure id="attachment_848" aria-describedby="caption-attachment-848" style="width: 773px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Additional-Options.jpg"><img loading="lazy" decoding="async" class="wp-image-848 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Additional-Options.jpg" alt="Additional Options" width="773" height="565" srcset="https://www.technig.com/wp-content/uploads/2014/12/Additional-Options.jpg 773w, https://www.technig.com/wp-content/uploads/2014/12/Additional-Options-300x219.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Additional-Options-768x561.jpg 768w, https://www.technig.com/wp-content/uploads/2014/12/Additional-Options-86x64.jpg 86w" sizes="(max-width: 773px) 100vw, 773px" /></a><figcaption id="caption-attachment-848" class="wp-caption-text">Additional Options</figcaption></figure></p>
<p><strong>6.</strong> On the <strong>Additional Options</strong>, system will create a NetBIOS name according to your domain name. In this window do nothing and click <strong>Next</strong>.</p>
<p><figure id="attachment_850" aria-describedby="caption-attachment-850" style="width: 774px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Installation-Paths.jpg"><img loading="lazy" decoding="async" class="wp-image-850 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Installation-Paths.jpg" alt="Active Directory Installation Paths" width="774" height="565" srcset="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Installation-Paths.jpg 774w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Installation-Paths-300x219.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Installation-Paths-768x561.jpg 768w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Installation-Paths-86x64.jpg 86w" sizes="(max-width: 774px) 100vw, 774px" /></a><figcaption id="caption-attachment-850" class="wp-caption-text">Active Directory Installation Paths</figcaption></figure></p>
<p><strong>7.</strong> You can change the default directories for Database folder, Log files, and SYSVOL folder, but in test lab leave it by default and click <strong>Next</strong>.</p>
<p><figure id="attachment_851" aria-describedby="caption-attachment-851" style="width: 772px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Review-Options.jpg"><img loading="lazy" decoding="async" class="wp-image-851 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Review-Options.jpg" alt="Active Directory Review Options" width="772" height="564" srcset="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Review-Options.jpg 772w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Review-Options-300x219.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Review-Options-768x561.jpg 768w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Review-Options-86x64.jpg 86w" sizes="(max-width: 772px) 100vw, 772px" /></a><figcaption id="caption-attachment-851" class="wp-caption-text">Active Directory Review Options</figcaption></figure></p>
<p><strong>8.</strong> Finally on the <strong>Review Options</strong> page once check and review all option to insure and click <strong>Next</strong>.</p>
<p><figure id="attachment_853" aria-describedby="caption-attachment-853" style="width: 773px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Prerequisites-Check.jpg"><img loading="lazy" decoding="async" class="wp-image-853 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Prerequisites-Check.jpg" alt="Prerequisites Check" width="773" height="565" srcset="https://www.technig.com/wp-content/uploads/2014/12/Prerequisites-Check.jpg 773w, https://www.technig.com/wp-content/uploads/2014/12/Prerequisites-Check-300x219.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Prerequisites-Check-768x561.jpg 768w, https://www.technig.com/wp-content/uploads/2014/12/Prerequisites-Check-86x64.jpg 86w" sizes="(max-width: 773px) 100vw, 773px" /></a><figcaption id="caption-attachment-853" class="wp-caption-text">Prerequisites Check</figcaption></figure></p>
<p><strong>9.</strong> Once the system has checked prerequisites features for Active Directory, click <strong>Install</strong> and ignore the DNS delegation warning again.</p>
<p>System will restart automatically when the installation has complete successfully.</p>
<p><figure id="attachment_854" aria-describedby="caption-attachment-854" style="width: 1021px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Installed-Server-Roles.jpg"><img loading="lazy" decoding="async" class="wp-image-854 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Installed-Server-Roles.jpg" alt="Installed Server Roles" width="1021" height="726" srcset="https://www.technig.com/wp-content/uploads/2014/12/Installed-Server-Roles.jpg 1021w, https://www.technig.com/wp-content/uploads/2014/12/Installed-Server-Roles-300x213.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Installed-Server-Roles-768x546.jpg 768w" sizes="(max-width: 1021px) 100vw, 1021px" /></a><figcaption id="caption-attachment-854" class="wp-caption-text">Installed Server Roles</figcaption></figure></p>
<p>You will see the installed roles from Tools tab of Server Manager dashboard.</p>
<h3>How to Install Active Directory on Windows Server 2016 &#8211; Video Tutorial</h3>
<p><iframe loading="lazy" title="How to Install Active Directory on Windows Server 2016?" width="1170" height="658" src="https://www.youtube.com/embed/RWUKUCWyLNE?wmode=transparent&amp;rel=0&amp;feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p>That&#8217;s all. Ask your question if you have any problem.</p>
<p>The post <a href="https://www.technig.com/install-active-directory-in-windows-server-2012-r2/">Install Active Directory in Windows Server 2012 R2</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/install-active-directory-in-windows-server-2012-r2/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">829</post-id>	</item>
	</channel>
</rss>
