
<?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>Active Directory Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/active-directory/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/tag/active-directory/</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>Active Directory Archives - TECHNIG</title>
	<link>https://www.technig.com/tag/active-directory/</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 Create a Child Domain in Windows Server 2022</title>
		<link>https://www.technig.com/create-a-child-domain-in-windows-server-2022/</link>
					<comments>https://www.technig.com/create-a-child-domain-in-windows-server-2022/#respond</comments>
		
		<dc:creator><![CDATA[Danish]]></dc:creator>
		<pubDate>Thu, 19 May 2022 07:00:00 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Active Directory Domain Services]]></category>
		<category><![CDATA[Child Domain]]></category>
		<category><![CDATA[Child Domain Configuration]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Server 2022 Articles]]></category>
		<category><![CDATA[Windows Server 2019]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<guid isPermaLink="false">https://technig.com/?p=18044</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1221" height="694" src="https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Create a Child Domain in Windows Server 2022" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2.jpg 1221w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-300x171.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-1024x582.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-768x437.jpg 768w" sizes="(max-width: 1221px) 100vw, 1221px" /></div>
<p>A child domain is a subdomain of another domain in a tree which we call the parent domain. In the active directory hierarchical structure, the subdomain segmentation helps partition the active directory into smaller segments. It is useful when we have a sub-business design and geographical differences. Put it another way, if, for example, company.com [&#8230;]</p>
<p>The post <a href="https://www.technig.com/create-a-child-domain-in-windows-server-2022/">How to Create a Child Domain in Windows Server 2022</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1221" height="694" src="https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Create a Child Domain in Windows Server 2022" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2.jpg 1221w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-300x171.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-1024x582.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-768x437.jpg 768w" sizes="(max-width: 1221px) 100vw, 1221px" /></div>
<p>A <a href="https://docs.microsoft.com/en-us/windows-server/identity/ad-ds/deploy/install-a-new-windows-server-2012-active-directory-child-or-tree-domain--level-200-" target="_blank" rel="noreferrer noopener">child domain</a> is a subdomain of another domain in a tree which we call the parent domain. In the active directory hierarchical structure, the subdomain segmentation helps partition the active directory into smaller segments. It is useful when we have a sub-business design and geographical differences. Put it another way, if, for example, <strong>company.com</strong> is a domain, we can create a subdomain <strong>CA.company.com</strong> for that larger domain. This subdomain has its own domain controller and administrative boundary for its users and computers. With this brief illustration in mind, this article aims to cover how to create a child domain in Windows Server 2022 with a step-by-step approach and visual illustration. </p>



<h2 class="wp-block-heading">Steps to Create a Child Domain in Windows Server 2022</h2>



<p>To create a child domain, we need to install the Active Directory Domain Services (AD DS) role on our Windows Server 2022 Machine. Then, following its post-installation task, we create a child domain in an existing domain. Thus, to keep the article simple and easy to understand, we will accomplish the abovementioned two processes in two separate sections. First, we will install the AD DS role in our Windows Server 2022. Then, we will go through the post-installation process and create our new child domain.</p>



<p>To install AD DS and create a forest using Windows PowerShell, read <a href="https://www.technig.com/install-active-directory-on-windows-server-2022-using-powershell/" target="_blank" rel="noreferrer noopener">Install Active Directory On Windows Server 2022 Using PowerShell </a>article.</p>



<h3 class="wp-block-heading">Install AD DS role in Windows Server 2022</h3>



<p>To install the AD DS role using Server Manager, follow the steps below. </p>



<ol class="wp-block-list"><li>Open the <strong>Server Manager</strong> from the <strong>Start Menu</strong>.</li><li>On the Server Manager console, click on <strong>Manage </strong>and select <strong>Add roles and features.</strong> </li></ol>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><img decoding="async" src="https://technig.com/wp-content/uploads/2022/04/2-10.jpg" alt="Add Roles and Features using Server Manager" class="wp-image-17609" width="700" srcset="https://www.technig.com/wp-content/uploads/2022/04/2-10.jpg 638w, https://www.technig.com/wp-content/uploads/2022/04/2-10-300x136.jpg 300w" sizes="(max-width: 638px) 100vw, 638px" /><figcaption>Add Roles and Features using Server Manager</figcaption></figure></div>



<ol class="wp-block-list" start="3"><li>Click <strong>Next </strong>on the first window. </li><li>Choose the first option on the <strong>Installation Type</strong> window. Click <strong>Next</strong> afterward.</li></ol>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><img decoding="async" src="https://technig.com/wp-content/uploads/2022/04/3-6.jpg" alt="Choosing Installation Type for the Role" class="wp-image-17610" width="700" srcset="https://www.technig.com/wp-content/uploads/2022/04/3-6.jpg 786w, https://www.technig.com/wp-content/uploads/2022/04/3-6-300x214.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/3-6-768x547.jpg 768w" sizes="(max-width: 786px) 100vw, 786px" /><figcaption>Choosing Installation Type for the Role</figcaption></figure></div>



<ol class="wp-block-list" start="5"><li>Select the server on which you install the AD DS and click <strong>Next</strong>.</li></ol>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="781" height="555" src="https://technig.com/wp-content/uploads/2022/05/1-5.jpg" alt="Selecting the Server from the Server Pool" class="wp-image-18062" srcset="https://www.technig.com/wp-content/uploads/2022/05/1-5.jpg 781w, https://www.technig.com/wp-content/uploads/2022/05/1-5-300x213.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/1-5-768x546.jpg 768w" sizes="(max-width: 781px) 100vw, 781px" /><figcaption>Selecting the Server from the Server Pool</figcaption></figure></div>



<ol class="wp-block-list" start="6"><li>Check out the <strong>Active Directory Domain Services</strong> checkbox on the <strong>Server Roles</strong> window. Then, click on <strong>Add Features </strong>button on the pop-up window. Finally, click on <strong>Next</strong>. </li></ol>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="781" height="555" src="https://technig.com/wp-content/uploads/2022/05/2-3.jpg" alt="Selecting Active Directory Domain Services Role" class="wp-image-18063" srcset="https://www.technig.com/wp-content/uploads/2022/05/2-3.jpg 781w, https://www.technig.com/wp-content/uploads/2022/05/2-3-300x213.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/2-3-768x546.jpg 768w" sizes="(max-width: 781px) 100vw, 781px" /><figcaption>Selecting Active Directory Domain Services Role</figcaption></figure></div>



<ol class="wp-block-list" start="7"><li>Let the <strong>Features</strong> window as its default, and click <strong>Next</strong>.</li><li>Likewise, click <strong>Next </strong>on the <strong>AD DS</strong> window. </li><li>On the <strong>Confirmation </strong>window, check out the <strong>Restart Server</strong> option, so it restarts the machine automatically if it needs to. Then click on the <strong>Install </strong>button. Wait for a few moments until it finishes the installation process.</li></ol>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="786" height="560" src="https://technig.com/wp-content/uploads/2022/05/3-1.jpg" alt="Install the Active Directory Domain Services AD DS " class="wp-image-18065" srcset="https://www.technig.com/wp-content/uploads/2022/05/3-1.jpg 786w, https://www.technig.com/wp-content/uploads/2022/05/3-1-300x214.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/3-1-768x547.jpg 768w" sizes="(max-width: 786px) 100vw, 786px" /><figcaption>Install the Active Directory Domain Services AD DS </figcaption></figure></div>



<ol class="wp-block-list" start="10"><li>In the last step, once the AD DS installation completes, click on the <strong>Close </strong>button to close the window. </li></ol>



<p>To this point, we have installed the AD DS in our Windows Server 2022 Machine. Now, let&#8217;s move forward and go with the post-installation tasks and create our child domain. </p>



<h3 class="wp-block-heading">Create a Child Domain in Windows Server 2022</h3>



<p>Now that we have installed the AD DS role in our Windows Server 2022 machine, we can create a child domain in its post-installation task. Follow the steps below to do so. </p>



<ol class="wp-block-list"><li>On the Server Manager console, click on the <strong>flag notification</strong>. Then, click on <strong>Promote this server to a domain controller</strong> option. </li></ol>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><img decoding="async" src="https://technig.com/wp-content/uploads/2022/05/4-1.jpg" alt="Promoting the Server to Domain Controller" class="wp-image-18068" width="600" srcset="https://www.technig.com/wp-content/uploads/2022/05/4-1.jpg 582w, https://www.technig.com/wp-content/uploads/2022/05/4-1-300x118.jpg 300w" sizes="(max-width: 582px) 100vw, 582px" /><figcaption>Promoting the Server to Domain Controller</figcaption></figure></div>



<ol class="wp-block-list" start="2"><li>On the <strong>Deployment Configuration</strong> window, check out the <strong>Add a new domain to an existing forest</strong> option. Select the <strong>Child Domain</strong> as illustrated in the below picture. Then, enter the parent domain name in the relevant box, or use the <strong>Select </strong>button to select from the existing domains. Finally, enter the <strong>Child Domain Name</strong> in its relevant textbox. The child domain name must be single-labeled. Use the <strong>Change</strong> button to change the credential if needed. Once everything is set, click on <strong>Next</strong>.</li></ol>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="755" height="554" src="https://technig.com/wp-content/uploads/2022/05/5.jpg" alt="Adding a Child Domain to an Existing Forest in Windows Server 2022" class="wp-image-18069" srcset="https://www.technig.com/wp-content/uploads/2022/05/5.jpg 755w, https://www.technig.com/wp-content/uploads/2022/05/5-300x220.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/5-86x64.jpg 86w" sizes="(max-width: 755px) 100vw, 755px" /><figcaption>Adding a Child Domain to an Existing Forest</figcaption></figure></div>



<ol class="wp-block-list" start="3"><li>Set the <strong>Domain functional level</strong> and <strong>Global Catalog</strong> settings. Then, provide the DSRM password and click on <strong>Next</strong>. </li></ol>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="755" height="554" src="https://technig.com/wp-content/uploads/2022/05/6.jpg" alt="Defining the Child Domain Options" class="wp-image-18070" srcset="https://www.technig.com/wp-content/uploads/2022/05/6.jpg 755w, https://www.technig.com/wp-content/uploads/2022/05/6-300x220.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/6-86x64.jpg 86w" sizes="(max-width: 755px) 100vw, 755px" /><figcaption>Defining the Child Domain Options</figcaption></figure></div>



<ol class="wp-block-list" start="4"><li>Click <strong>Next </strong>on the <strong>DNS Options</strong> window. </li></ol>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="756" height="556" src="https://technig.com/wp-content/uploads/2022/05/7.jpg" alt="Specifying DNS Delegation" class="wp-image-18071" srcset="https://www.technig.com/wp-content/uploads/2022/05/7.jpg 756w, https://www.technig.com/wp-content/uploads/2022/05/7-300x221.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/7-86x64.jpg 86w" sizes="(max-width: 756px) 100vw, 756px" /><figcaption>Specifying DNS Delegation</figcaption></figure></div>



<ol class="wp-block-list" start="5"><li>Verify the <strong>NetBIOS </strong>name and click <strong>Next </strong>to continue. </li></ol>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="755" height="554" src="https://technig.com/wp-content/uploads/2022/05/8.jpg" alt="Setting the NetBIOS Name for the Domain" class="wp-image-18072" srcset="https://www.technig.com/wp-content/uploads/2022/05/8.jpg 755w, https://www.technig.com/wp-content/uploads/2022/05/8-300x220.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/8-86x64.jpg 86w" sizes="(max-width: 755px) 100vw, 755px" /><figcaption>Setting the NetBIOS Name for the Domain</figcaption></figure></div>



<ol class="wp-block-list" start="6"><li>Set the AD DS database and other files&#8217; paths or leave it as its default. Click on <strong>Next </strong>afterward. </li></ol>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="754" height="554" src="https://technig.com/wp-content/uploads/2022/05/9.jpg" alt="Setting the AD Database and SYSVOL Path for the Domain" class="wp-image-18073" srcset="https://www.technig.com/wp-content/uploads/2022/05/9.jpg 754w, https://www.technig.com/wp-content/uploads/2022/05/9-300x220.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/9-86x64.jpg 86w" sizes="(max-width: 754px) 100vw, 754px" /><figcaption>Setting the AD Database and SYSVOL Path for the Domain</figcaption></figure></div>



<ol class="wp-block-list" start="7"><li>Read the details of your setting on the <strong>Review Options</strong> window. If everything is set correctly, click on <strong>Next </strong>to continue. </li></ol>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="754" height="555" src="https://technig.com/wp-content/uploads/2022/05/10.jpg" alt="Reviewing the Settings and Configurations" class="wp-image-18075" srcset="https://www.technig.com/wp-content/uploads/2022/05/10.jpg 754w, https://www.technig.com/wp-content/uploads/2022/05/10-300x221.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/10-86x64.jpg 86w" sizes="(max-width: 754px) 100vw, 754px" /><figcaption>Reviewing the Settings and Configurations</figcaption></figure></div>



<ol class="wp-block-list" start="8"><li>Click on <strong>Install </strong>on the <strong>Prerequisite Check</strong> window once it has passed the requirements. Wait for a moment until it finishes the installation task. It automatically restarts during the installation operation. </li></ol>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="757" height="557" src="https://technig.com/wp-content/uploads/2022/05/11.jpg" alt="Checking the Prerequisites" class="wp-image-18076" srcset="https://www.technig.com/wp-content/uploads/2022/05/11.jpg 757w, https://www.technig.com/wp-content/uploads/2022/05/11-300x221.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/11-86x64.jpg 86w" sizes="(max-width: 757px) 100vw, 757px" /><figcaption>Checking the Prerequisites for the Domain Controller</figcaption></figure></div>



<p>That is it! We have created our child domain throughout the above steps. </p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>To sum up this article, we first explained briefly what a child domain is and where we use it. Then, we discussed the steps to install Active Directory Domain Services in Windows Server 2022. Finally, in a separate section, we promoted the server to a domain controller and created the child domain. </p>



<p>We are happy to be effective throughout our articles. Please do not hesitate to share your thoughts and questions in the comment section. </p>
<p>The post <a href="https://www.technig.com/create-a-child-domain-in-windows-server-2022/">How to Create a Child Domain in Windows Server 2022</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/create-a-child-domain-in-windows-server-2022/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18044</post-id>	</item>
		<item>
		<title>Install and Configure Active Directory in Windows Server 2016 Step by Step Guide</title>
		<link>https://www.technig.com/install-configure-active-directory-in-windows-server-2016/</link>
					<comments>https://www.technig.com/install-configure-active-directory-in-windows-server-2016/#comments</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Fri, 20 Apr 2018 08:25:56 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Windows Deployment Services]]></category>
		<category><![CDATA[Windows Server 2016]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=14491</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 and configure Active Directory in Windows Server 2016 for beginners. Deploying Active directory in real environment. </p>
<p>The post <a href="https://www.technig.com/install-configure-active-directory-in-windows-server-2016/">Install and Configure Active Directory in Windows Server 2016 Step by Step Guide</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 process of install and configure Active Directory in Windows Server 2016 is the same as Windows Server 2012 and R2. If you already know the installation and deployments of Active Directory with old Windows Server, you can install and deploy Active Directory Windows Server 2016 as well.</p>
<p>Before you begin to deploy Active Directory Windows Server 2016, you must know the basic requirements for Active Directory. First of all, install a clean Windows Server and set static IP address, assign the server name and enable or disable Windows features you need to have on Windows server.</p>
<ul style="list-style-type: circle;">
<li><strong><a href="https://www.technig.com/windows-server-2012-r2-initial-configuration/" target="_blank" rel="noopener noreferrer">Windows Server Initial Configuration</a>:</strong> It shows and demonstrates all necessary configuration that requires an Active Directory Server.</li>
</ul>
<p><figure id="attachment_6533" aria-describedby="caption-attachment-6533" style="width: 1045px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/03/Deploy-Active-Directory-Windows-Server-2016-Technig.png" rel="attachment wp-att-6533"><img loading="lazy" decoding="async" class="wp-image-6533 size-full" src="https://www.technig.com/wp-content/uploads/2016/03/Deploy-Active-Directory-Windows-Server-2016-Technig.png" alt="Configure Active Directory in Windows Server 2016 " width="1045" height="710" /></a><figcaption id="caption-attachment-6533" class="wp-caption-text">Configure Active Directory in Windows Server 2016</figcaption></figure></p>
<p>Deploy Active Directory Windows Server 2016 &#8211; Technig</p>
<p>This is the Windows Server 2016 Server Manager Dashboard. I have installed ADDS, DHCP, DNS and other services.</p>
<h2>Install and Configure Active Directory in Windows Server 2016</h2>
<p>To install and configure Active Directory Domain Services in Windows Server 2016, try to read the below step by step guide to install and configure active directory. It is a clear pictorial guide to deploy active directory Windows Server 2016.</p>
<ul style="list-style-type: circle;">
<li><strong><a href="https://www.technig.com/install-active-directory-in-windows-server-2012-r2/" target="_blank" rel="noopener noreferrer">Install and Configure Active Directory in Server 2012 R2</a>:</strong> It&#8217;s work the same for Windows Server 2016.</li>
</ul>
<p>If you don&#8217;t like to read the article, just watch the below short video tutorials about installing active directory domain services in Windows Server 2016.</p>
<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, short and simple guide to install and deploy active directory in Windows Server 2016. If you have any question, don&#8217;t hassle yourself, try to ask us through the comments section. And follow the below topics to know more about Windows Server and Active Directory Domain Services.</p>
<h4>MCSA Complete Lab Manual Guide:</h4>
<p>You might need to know more about Windows Server and MCSA certification. Follow this &#8220;<a href="https://www.technig.com/mcsa-lab-manual-articles-windows-server-2012-r2/" target="_blank" rel="noopener noreferrer">MCSA Lab Manual Articles For Windows Server 2012 R2</a>&#8221; article.</p>
<h4>What&#8217;s New in Windows Server 2016:</h4>
<p>The content in this section describes what&#8217;s new and changed in Windows Server® 2016 Technical Preview. The new features and changes listed here are the ones most likely to have the greatest impact as you work with this release. Read more on <a href="https://technet.microsoft.com/en-us/library/dn765472.aspx" target="_blank" rel="noopener noreferrer">what&#8217;s new in Windows Server 2016</a>.</p>
<h4>What&#8217;s New in Active Directory Domain Services Windows Server 2016:</h4>
<p>The following new features in Active Directory Domain Services (AD DS) improve the ability for organizations to secure Active Directory environments and help them migrate to cloud-only deployments and hybrid deployments, where some applications and services are hosted in the cloud and others are hosted on premises. Read more on <a href="https://technet.microsoft.com/en-us/library/mt163897.aspx" target="_blank" rel="noopener noreferrer">what&#8217;s new in Active Directory Domain Services Windows Server 2016</a>.</p>
<p>The post <a href="https://www.technig.com/install-configure-active-directory-in-windows-server-2016/">Install and Configure Active Directory in Windows Server 2016 Step by Step Guide</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/install-configure-active-directory-in-windows-server-2016/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">14491</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>How to Enable Active Directory Recycle Bin with PowerShell and GUI?</title>
		<link>https://www.technig.com/enable-active-directory-recycle-bin-powershell/</link>
					<comments>https://www.technig.com/enable-active-directory-recycle-bin-powershell/#respond</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Sat, 28 Jan 2017 18:45:27 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Deleted Objects]]></category>
		<category><![CDATA[Enable Recycle Bin]]></category>
		<category><![CDATA[Recover Objects]]></category>
		<category><![CDATA[Windows PowerShell]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=1114</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2015/01/Enable-Active-Directory-Recycle-Bin-in-Windows-Server-2008-R2.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Enable Active Directory Recycle Bin in Windows Server 2008 R2 - Technig.com" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/01/Enable-Active-Directory-Recycle-Bin-in-Windows-Server-2008-R2.jpg 840w, https://www.technig.com/wp-content/uploads/2015/01/Enable-Active-Directory-Recycle-Bin-in-Windows-Server-2008-R2-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2015/01/Enable-Active-Directory-Recycle-Bin-in-Windows-Server-2008-R2-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>In Windows Server 2008 R2 by default the Active Directory Recycle Bin is disabled. You can not recover the deleted objects without Active Directory Recycle Bin enabled. If you want to secure Active Directory environment from deletion of nonrecoverable objects, first you should enable Active Directory Recycle bin. To perform this action, the AD forest functional level [&#8230;]</p>
<p>The post <a href="https://www.technig.com/enable-active-directory-recycle-bin-powershell/">How to Enable Active Directory Recycle Bin with PowerShell and GUI?</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/2015/01/Enable-Active-Directory-Recycle-Bin-in-Windows-Server-2008-R2.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Enable Active Directory Recycle Bin in Windows Server 2008 R2 - Technig.com" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/01/Enable-Active-Directory-Recycle-Bin-in-Windows-Server-2008-R2.jpg 840w, https://www.technig.com/wp-content/uploads/2015/01/Enable-Active-Directory-Recycle-Bin-in-Windows-Server-2008-R2-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2015/01/Enable-Active-Directory-Recycle-Bin-in-Windows-Server-2008-R2-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>In Windows Server 2008 R2 by default the <a href="https://technet.microsoft.com/en-us/library/dd379481(v=ws.10).aspx">Active Directory Recycle Bin</a> is disabled. You can not recover the deleted objects without Active Directory Recycle Bin enabled. If you want to secure Active Directory environment from deletion of nonrecoverable objects, first you should enable Active Directory Recycle bin. To perform this action, the AD forest functional level must set to <a href="https://www.technig.com/?s=Windows+Server+2008+R2">Windows Server 2008 R2</a>.</p>
<p><em><strong>Related</strong></em>: <a href="https://www.technig.com/active-directory-recycle-bin/" target="_blank" rel="noopener noreferrer">Enable AD Recycle Bin in Server 2012 and 2016 using Active directory administrative center</a></p>
<h2>Enable Active Directory Recycle Bin with PowerShell</h2>
<p>Let&#8217;s do it step by step with recommended method of Microsoft using Windows Power Shell command. To do so run PowerShell and import Active Directory module. Type<strong> &#8216;Import-Module ActiveDirectory&#8217; </strong>and press enter like the screenshot.</p>
<p><figure id="attachment_1121" aria-describedby="caption-attachment-1121" style="width: 916px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/01/Import-Active-Directory-Moduls-in-Windows-PowerShell.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-1121" src="http://3.90.216.52/wp-content/uploads/2015/01/Import-Active-Directory-Moduls-in-Windows-PowerShell.jpg" alt="Import Active Directory Moduls in Windows PowerShell" width="916" height="203" srcset="https://www.technig.com/wp-content/uploads/2015/01/Import-Active-Directory-Moduls-in-Windows-PowerShell.jpg 916w, https://www.technig.com/wp-content/uploads/2015/01/Import-Active-Directory-Moduls-in-Windows-PowerShell-300x66.jpg 300w, https://www.technig.com/wp-content/uploads/2015/01/Import-Active-Directory-Moduls-in-Windows-PowerShell-768x170.jpg 768w" sizes="(max-width: 916px) 100vw, 916px" /></a><figcaption id="caption-attachment-1121" class="wp-caption-text">Import Active Directory Module for Windows PowerShell</figcaption></figure></p>
<p>Now type the following PowerShell command to enable Recycle Bin in active directory.</p>
<p><strong>Enable-ADOptionalFeature -Identity &#8216;CN=Recycle Bin Feature,CN=Optional Features,CN=Directory</strong><br />
<strong>Service,CN=Windows NT,CN=Services,CN=Configuration,dc=one,dc=local&#8217; -Scope ForestOrConfigurationSet -Target one.local</strong></p>
<p><figure id="attachment_1122" aria-describedby="caption-attachment-1122" style="width: 963px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/01/Enable-Active-Directory-Recycle-Bin.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-1122" src="http://3.90.216.52/wp-content/uploads/2015/01/Enable-Active-Directory-Recycle-Bin.jpg" alt="Enable Active Directory Recycle Bin" width="963" height="152" srcset="https://www.technig.com/wp-content/uploads/2015/01/Enable-Active-Directory-Recycle-Bin.jpg 963w, https://www.technig.com/wp-content/uploads/2015/01/Enable-Active-Directory-Recycle-Bin-300x47.jpg 300w, https://www.technig.com/wp-content/uploads/2015/01/Enable-Active-Directory-Recycle-Bin-768x121.jpg 768w" sizes="(max-width: 963px) 100vw, 963px" /></a><figcaption id="caption-attachment-1122" class="wp-caption-text">Enable Active Directory Recycle Bin</figcaption></figure></p>
<p>Do it the same as screenshot and type <strong>Y</strong> in order to accept it.</p>
<blockquote>
<p style="text-align: justify;"><strong>Note</strong>: Remember this action is not reversible, you cant not disable it once you have been enabled in active directory environment.</p>
</blockquote>
<p>So good, the Active Directory Recycle Bin has been enabled successfully. The next step is to know how to recover deleted objects.</p>
<h3>Recover Deleted Objects of Active Directory Using PowerShell</h3>
<p>To recover the deleted objects, you must see the list of deleted objects with &#8216;<strong>Get-ADObject</strong>&#8216; PowerShell Command. Type the following command to display all removed objects.</p>
<p><strong>Get-ADObject -Filter {(isdeleted -eq $true) -and (name -ne &#8220;Deleted Objects&#8221;)} -includeDeletedObjects</strong></p>
<p><figure id="attachment_1123" aria-describedby="caption-attachment-1123" style="width: 965px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/01/Display-Deleted-Active-Directory-Objects.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-1123" src="http://3.90.216.52/wp-content/uploads/2015/01/Display-Deleted-Active-Directory-Objects.jpg" alt="Display Deleted Active Directory Objects" width="965" height="198" srcset="https://www.technig.com/wp-content/uploads/2015/01/Display-Deleted-Active-Directory-Objects.jpg 965w, https://www.technig.com/wp-content/uploads/2015/01/Display-Deleted-Active-Directory-Objects-300x62.jpg 300w, https://www.technig.com/wp-content/uploads/2015/01/Display-Deleted-Active-Directory-Objects-768x158.jpg 768w" sizes="(max-width: 965px) 100vw, 965px" /></a><figcaption id="caption-attachment-1123" class="wp-caption-text">Display Deleted Active Directory Objects</figcaption></figure></p>
<p>You see the deleted active directory objects. Now you can restore it with &#8216;<strong>Restore-ADObject</strong>&#8216; command.</p>
<p>Now try to restore with the below command.</p>
<p><strong>Get-ADObject -Filter {(isdeleted -eq $true) -and (name -ne &#8220;Deleted Objects&#8221;)} -includeDeletedObjects | Restore-ADObject</strong></p>
<p><figure id="attachment_1124" aria-describedby="caption-attachment-1124" style="width: 968px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/01/Restore-Deleted-Objects-In-Active-Directory-Windows-Server-2008-R2.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-1124" src="http://3.90.216.52/wp-content/uploads/2015/01/Restore-Deleted-Objects-In-Active-Directory-Windows-Server-2008-R2.jpg" alt="Restore Deleted Objects In Active Directory Windows Server 2008 R2" width="968" height="41" srcset="https://www.technig.com/wp-content/uploads/2015/01/Restore-Deleted-Objects-In-Active-Directory-Windows-Server-2008-R2.jpg 968w, https://www.technig.com/wp-content/uploads/2015/01/Restore-Deleted-Objects-In-Active-Directory-Windows-Server-2008-R2-300x13.jpg 300w, https://www.technig.com/wp-content/uploads/2015/01/Restore-Deleted-Objects-In-Active-Directory-Windows-Server-2008-R2-768x33.jpg 768w" sizes="(max-width: 968px) 100vw, 968px" /></a><figcaption id="caption-attachment-1124" class="wp-caption-text">Restore Deleted Objects In Active Directory Windows Server 2008 R2</figcaption></figure></p>
<p>That is all. Go to active directory users and computers console, then you will see the restored object.</p>
<p><figure id="attachment_1125" aria-describedby="caption-attachment-1125" style="width: 836px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/01/Recoverd-Active-Directory-Objects.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-1125" src="http://3.90.216.52/wp-content/uploads/2015/01/Recoverd-Active-Directory-Objects.jpg" alt="Recoverd Active Directory Objects" width="836" height="240" srcset="https://www.technig.com/wp-content/uploads/2015/01/Recoverd-Active-Directory-Objects.jpg 836w, https://www.technig.com/wp-content/uploads/2015/01/Recoverd-Active-Directory-Objects-300x86.jpg 300w, https://www.technig.com/wp-content/uploads/2015/01/Recoverd-Active-Directory-Objects-768x220.jpg 768w" sizes="(max-width: 836px) 100vw, 836px" /></a><figcaption id="caption-attachment-1125" class="wp-caption-text">Recovered Active Directory Objects</figcaption></figure></p>
<p>Hope this article will help you to restore the deleted Active Directory Objects quickly in the Active Directory environment.</p>
<p>The post <a href="https://www.technig.com/enable-active-directory-recycle-bin-powershell/">How to Enable Active Directory Recycle Bin with PowerShell and GUI?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/enable-active-directory-recycle-bin-powershell/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1114</post-id>	</item>
		<item>
		<title>Adaxes Active Directory Auto Management Tools &#8211; Review</title>
		<link>https://www.technig.com/adaxes-active-directory-auto-management-tools/</link>
					<comments>https://www.technig.com/adaxes-active-directory-auto-management-tools/#respond</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Fri, 03 Jun 2016 11:39:50 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Adaxes]]></category>
		<category><![CDATA[Softerra]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=7659</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"></div>
<p>The brain of network has a huge responsibilities for any system administrator. From day to day complicated Active Directory management to performing the networking tasks. All must done clearly to keep the engine of your network warm and have peace of mind. The Softerra provide an Active Directory auto management tools (Adaxes) that empowering system admins with it&#8217;s powerful tools [&#8230;]</p>
<p>The post <a href="https://www.technig.com/adaxes-active-directory-auto-management-tools/">Adaxes Active Directory Auto Management Tools &#8211; Review</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"></div><p>The brain of network has a huge responsibilities for any system administrator. From day to day complicated Active Directory management to performing the networking tasks. All must done clearly to keep the engine of your network warm and have peace of mind. <span style="line-height: 1.5;">The <strong>Softerra</strong> provide an Active Directory auto management tools (</span><a style="line-height: 1.5;" href="https://www.adaxes.com/" target="_blank" rel="noopener noreferrer">Adaxes</a><span style="line-height: 1.5;">) that empowering system admins </span><span style="line-height: 1.5;">with it&#8217;s powerful tools to manage Active Directory faster and easier. </span></p>
<h2>Adaxes Active Directory Auto Management Tools</h2>
<p>In this review post I want to write about pros &amp; cons of <strong>Adaxes</strong>,<b> </b>Active Directory Auto management, monitoring and administration tools from Softerra Ltd. It&#8217;s very important to know how Adaxes can help IT professionals to automating Active Directory managements in their daily duties, while the builtin AD management tools are pretty powerful in Windows servers.</p>
<p><figure id="attachment_7139" aria-describedby="caption-attachment-7139" style="width: 1280px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/04/Adaxes-Active-Directory-Administration-Console.png"><img loading="lazy" decoding="async" class="wp-image-7139 size-full" src="https://www.technig.com/wp-content/uploads/2016/04/Adaxes-Active-Directory-Administration-Console.png" alt="Adaxes Active Directory Administration Console" width="1280" height="680" /></a><figcaption id="caption-attachment-7139" class="wp-caption-text">Adaxes Active Directory Administration Console</figcaption></figure></p>
<p>I can say the Adaxes is a replacement solution for <strong>ADUC</strong> as Active Directory management tools. It has it&#8217;s own GUI central interfaces, Web interfaces, and <a href="https://www.technig.com/tag/powershell-articles/" target="_blank" rel="noopener noreferrer">PowerShell</a> cmdlets for managing Active Directory.</p>
<h2>Create and Manage AD Objects with Adaxes</h2>
<p>One of the most used section of Active Directory hierarchy is Active Directory Users and Computers. System admins are using <strong>dsa.msc</strong> to create active directory objects such as user, OU, Group, and etc. So let&#8217;s do how easily Adaxes can manipulate and mange AD objects.</p>
<p><strong>1.</strong> To create an object, just right click main domain and select <strong>New</strong> then chose the exact AD objects you want to create. The below screenshot show the process of create an Organization Unit using Adaxes</p>
<p><figure id="attachment_7335" aria-describedby="caption-attachment-7335" style="width: 702px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/05/Create-Active-Directory-OU-Object.png"><img loading="lazy" decoding="async" class="wp-image-7335 size-full" src="https://www.technig.com/wp-content/uploads/2016/05/Create-Active-Directory-OU-Object.png" alt="Create Active Directory OU Object" width="702" height="500" /></a><figcaption id="caption-attachment-7335" class="wp-caption-text">Create Active Directory OU Object</figcaption></figure></p>
<p><strong>2.</strong> On the <strong>Organizational Unit Information</strong> page, fill out all OU information and click <strong>Finish</strong> to create the OU.</p>
<p><figure id="attachment_7336" aria-describedby="caption-attachment-7336" style="width: 601px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/05/AD-OU-details.png"><img loading="lazy" decoding="async" class="wp-image-7336 size-full" src="https://www.technig.com/wp-content/uploads/2016/05/AD-OU-details.png" alt="AD OU details" width="601" height="472" /></a><figcaption id="caption-attachment-7336" class="wp-caption-text">AD OU details</figcaption></figure></p>
<p>That&#8217;s it, the OU object has created successfully. Do the same process for creating other objects and fill out with exact information.</p>
<p>I found some great options on user account creation. These are really interesting and necessary features that an admin need to access them quickly.</p>
<ul style="list-style-type: circle;">
<li><strong>Password Policy Settings</strong></li>
<li><strong>Password Generator</strong></li>
</ul>
<p><figure id="attachment_7338" aria-describedby="caption-attachment-7338" style="width: 881px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/05/AD-User-Account-Password-Settings.png"><img loading="lazy" decoding="async" class="wp-image-7338 size-full" src="https://www.technig.com/wp-content/uploads/2016/05/AD-User-Account-Password-Settings.png" alt="AD User Account Password Settings" width="881" height="476" /></a><figcaption id="caption-attachment-7338" class="wp-caption-text">AD User Account Password Settings</figcaption></figure></p>
<p>The <strong>View Password Policy</strong> link allows you see what password policies are applied currently for user account password. And the <strong>Generate</strong> option help your generate a complex password quickly. When you attempt to change a user password, you have the auto password generator here as well.</p>
<p><figure id="attachment_7341" aria-describedby="caption-attachment-7341" style="width: 542px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/05/Change-AD-User-Account-Password.png"><img loading="lazy" decoding="async" class="wp-image-7341 size-full" src="https://www.technig.com/wp-content/uploads/2016/05/Change-AD-User-Account-Password.png" alt="Change AD User Account Password" width="542" height="271" /></a><figcaption id="caption-attachment-7341" class="wp-caption-text">Change AD User Account Password</figcaption></figure></p>
<p><strong>Note:</strong> For security reason it generate completely complex password that is hard to remember. But you should select the <strong>User must change password at next logon</strong> option to force the user for changing the password at first logon attempt.</p>
<h2>Moving Objects Between OUs in Multiple Domains</h2>
<p>Like Active Directory Users and Computer, you can easily <a href="https://www.technig.com/drag-and-drop-files-in-hyper-v/" target="_blank" rel="noopener noreferrer">drag and drop</a> AD objects for moving objects between OUs. AD objects are easily moving between OUs while you are working with multiple domains using Adaxes. Because the Adaxes support managing multiple Active Directory domains from different forests over multiple geographical network locations.</p>
<h2>Edit and Deleting Objects with Adaxes</h2>
<p>In case of changing and editing Active Directory objects, simply right click the object you need to edit and select <strong>Add/Modify Property</strong> or use the shortcut keys (<strong>Ctrl+Shift+P</strong>).</p>
<p>Navigate to find the AD object attributes or type the name of property. The search option is better feature to find the exact property among these huge names.</p>
<p><figure id="attachment_7343" aria-describedby="caption-attachment-7343" style="width: 1092px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/05/Edit-Active-Directory-Object-Settigns.png"><img loading="lazy" decoding="async" class="wp-image-7343 size-full" src="https://www.technig.com/wp-content/uploads/2016/05/Edit-Active-Directory-Object-Settigns.png" alt="Edit Active Directory Object Settings" width="1092" height="477" /></a><figcaption id="caption-attachment-7343" class="wp-caption-text">Edit Active Directory Object Settings</figcaption></figure></p>
<p>That&#8217;s it, editing the attributes of Active Directory objects with <strong>Softerra Adaxes</strong>, the Active Directory uuto management tools. All works perfectly. So let&#8217;s delete the objects.</p>
<p>Deleting Active Directory objects are easy, but recovering the accidental deletion objects are a bit difficult. Specially when you are working with Windows Server 2008. But in Windows Server 2012 and Server 2016 the Active Directory recycle bin came&#8217;s with easier option. You can simply <a href="https://www.technig.com/active-directory-recycle-bin/" target="_blank" rel="noopener noreferrer">enable Active Directory Recycle Bin</a> through Active Directory Administrative Center.</p>
<p><strong>Note: 🙁 </strong> <em>In Softerra Adaxes Active Directory auto management tools, I could&#8217;t found Active Directory Recycle Bin. I hope we have this on the next coming update.</em></p>
<h2>Monitoring and Maintaining Active Directory Activities</h2>
<p>Monitoring Active Directory with Adaxes is easily perform through Adaxes <strong>administrator console</strong> and Web interface. The Administrative console shows a clear log reports of Active Directory modification and changes activities. A simple way to find out what has been changed inside AD.</p>
<p><figure id="attachment_7606" aria-describedby="caption-attachment-7606" style="width: 1277px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/05/Adaxe-Active-Directory-Log-Reports.jpg"><img loading="lazy" decoding="async" class="wp-image-7606 size-full" src="https://www.technig.com/wp-content/uploads/2016/05/Adaxe-Active-Directory-Log-Reports.jpg" alt="Adaxe Active Directory Log Reports" width="1277" height="624" /></a><figcaption id="caption-attachment-7606" class="wp-caption-text">Adaxes Active Directory Log Reports</figcaption></figure></p>
<p>Mostly monitoring occurs when you need to have a clean report&#8217;s of Active Directory for documentation or understanding what is going on. This section is very important for system admins.</p>
<h2>Adaxes Web Interface for Administrators and Help Desk</h2>
<p>I find the web interface for administrator and help desk very helpful. Exactly when remotely moderating the Active Directory. To open the Adaxes Web Interfaces tools, navigate to <strong>Start Menu</strong> &gt; <strong>All Apps</strong> and expand the <strong>Softerra Adaxes 2015</strong> to see all Web Interfaces tools.</p>
<p>Select <strong>Web Interface for Administrators</strong> and login with domain admin account. See the below screenshot Adaxes Web Interface for Administrators.</p>
<p><figure id="attachment_7631" aria-describedby="caption-attachment-7631" style="width: 1076px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/05/Adaxes-Web-Interfaces-for-Administrators-.jpg"><img loading="lazy" decoding="async" class="wp-image-7631 size-full" src="https://www.technig.com/wp-content/uploads/2016/05/Adaxes-Web-Interfaces-for-Administrators-.jpg" alt="Adaxes Web Interfaces for Administrators" width="1076" height="659" /></a><figcaption id="caption-attachment-7631" class="wp-caption-text">Adaxes Web Interfaces for Administrators</figcaption></figure></p>
<p>You can simply do most common task of Active Directory User and Computers remotely from any domain joined network machines through web browser.</p>
<p>The <strong>Search</strong> tab of Web interface is for searching and exploring the Active Directory objects. Type the name a user to find or search them alphabetically.</p>
<p>The most valuable section in Web Interface is <strong>Reports</strong> tab which make a quick and full detailed reports of user account status, general task, password policy settings and etc. Amazingly perform all reporting tasks just by one click.</p>
<p><figure id="attachment_7632" aria-describedby="caption-attachment-7632" style="width: 1076px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/05/Adaxes-Web-Interfaces-for-Administrators-Active-Directory-Reports.jpg"><img loading="lazy" decoding="async" class="wp-image-7632 size-full" src="https://www.technig.com/wp-content/uploads/2016/05/Adaxes-Web-Interfaces-for-Administrators-Active-Directory-Reports.jpg" alt="Adaxes Web Interfaces for Administrators - Active Directory Reports" width="1076" height="699" /></a><figcaption id="caption-attachment-7632" class="wp-caption-text">Adaxes Web Interfaces for Administrators &#8211; Active Directory Reports</figcaption></figure></p>
<p>To maintain AD objects, search, find and edit the objects attributes and properties. Works the same as Administrative tools.</p>
<p><figure id="attachment_7633" aria-describedby="caption-attachment-7633" style="width: 1134px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/05/Online-User-Reports.jpg"><img loading="lazy" decoding="async" class="wp-image-7633 size-full" src="https://www.technig.com/wp-content/uploads/2016/05/Online-User-Reports.jpg" alt="Online User Reports - Active Directory auto Management" width="1134" height="635" /></a><figcaption id="caption-attachment-7633" class="wp-caption-text">Online User Reports &#8211; Active Directory auto Management</figcaption></figure></p>
<p>The other web interfaces are <strong>Web Interface Customization</strong> and <strong>Web Interface Self Services</strong>. Both are accessible remotely for AD self services and customizing the Web interfaces settings. For instance enabling automatic logon of Web Interface Consoles.</p>
<p><figure id="attachment_7640" aria-describedby="caption-attachment-7640" style="width: 670px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/06/Enable-Automatic-Logon.png"><img loading="lazy" decoding="async" class="wp-image-7640 size-full" src="https://www.technig.com/wp-content/uploads/2016/06/Enable-Automatic-Logon.png" alt="Enable Automatic Logon - Active Directory auto Management" width="670" height="493" /></a><figcaption id="caption-attachment-7640" class="wp-caption-text">Enable Automatic Logon &#8211; Active Directory auto Management</figcaption></figure></p>
<p>It&#8217;s where you can customize your web interfaces environment for moderating and managing Active Directory.</p>
<h2>Adaxes Administration Console</h2>
<p>In the Adaxes administration console you find out many useful Active Directory tools under <strong>Configuration</strong>. The tools are <strong>Security Roles</strong>, <strong>Business Rules</strong>, <strong>Property Patterns</strong>, <strong>Custom Commands</strong>, <strong>Scheduled Tasks</strong>, <strong>Password Self-Service</strong>, and <strong>Cloud Services</strong> that all playing it&#8217;s rules as AD management.</p>
<p>From <strong>Security Roles</strong> to <strong>Cloud Services</strong> allow&#8217;s you to manage Active Directory in a simple and quick ways. It&#8217;s not completely auto but most features are designed to not be a time consuming AD configuration tasks.</p>
<p><figure id="attachment_7642" aria-describedby="caption-attachment-7642" style="width: 1279px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/06/Adaxes-Service-Administration-Configuration.jpg"><img loading="lazy" decoding="async" class="wp-image-7642 size-full" src="https://www.technig.com/wp-content/uploads/2016/06/Adaxes-Service-Administration-Configuration.jpg" alt="Adaxes Service Administration - Configuration" width="1279" height="669" /></a><figcaption id="caption-attachment-7642" class="wp-caption-text">Adaxes Service Administration &#8211; Configuration</figcaption></figure></p>
<p>You can edit the builtin rules or quickly create new one for each roles. As a task automation features of Adaxes Administrator Console is <strong>Scheduled tasks</strong>. It exactly works like Windows scheduled tasks that let you run and automate the Adaxes actions quicker and faster.</p>
<p>The <strong>Password Self Services</strong> related to password policy of Windows group policy. It&#8217;s a shortcut way to create a password policy for users and groups using Password Self Service feature. The amazing option is specifying security questions, but the others feature are the same as Windows password policy settings. <span style="line-height: 1.5;">It would be better to have more options to make group policy management with Adaxes.</span></p>
<h2>Adaxes PowerShell Module for Active Directory</h2>
<p>Like AD PowerShell module, the Adaxes has it&#8217;s own Active Directory PowerShell module which works the same as AD PowerShell commands.</p>
<p>Open Windows PowerShell and import <strong>Adaxes AD module </strong>with<strong> </strong>&#8220;<strong>Import-Module Adaxes</strong>&#8220;<strong> </strong>command. You can use the Adaxes PowerShell module interface as well, but the color of Windows PowerShell interface is better.</p>
<p><figure id="attachment_7645" aria-describedby="caption-attachment-7645" style="width: 1268px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/06/Adaxes-PowerShell-CmdLets.jpg"><img loading="lazy" decoding="async" class="wp-image-7645 size-full" src="https://www.technig.com/wp-content/uploads/2016/06/Adaxes-PowerShell-CmdLets.jpg" alt="Adaxes PowerShell CmdLets - Active Directory auto Management " width="1268" height="270" /></a><figcaption id="caption-attachment-7645" class="wp-caption-text">Adaxes PowerShell CmdLets &#8211; Active Directory auto Management</figcaption></figure></p>
<p>To check out the Adaxes PowerShell cmdlets for AD, type &#8220;<strong>get-command -module Adaxes</strong>&#8220;. There are <strong>Add</strong>, <strong>Get</strong>, <strong>Set</strong>, <strong>New</strong>, <strong>Remove</strong>, <strong>Rename</strong>, <strong>Enable</strong>, <strong>Disable</strong>, <strong>Move</strong>, and <strong>Unlock</strong> cmdlets ready to manage Active Directory objects using PowerShell.</p>
<p><figure id="attachment_7646" aria-describedby="caption-attachment-7646" style="width: 924px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/06/Adaxes-PowerShell-Command-for-Active-Directory.jpg"><img loading="lazy" decoding="async" class="wp-image-7646 size-full" src="https://www.technig.com/wp-content/uploads/2016/06/Adaxes-PowerShell-Command-for-Active-Directory.jpg" alt="Adaxes PowerShell Command for Active Directory" width="924" height="728" /></a><figcaption id="caption-attachment-7646" class="wp-caption-text">Adaxes PowerShell Command for Active Directory</figcaption></figure></p>
<p>Working with PowerShell command line is easy like builtin Windows PowerShell. To manage AD objects with PowerShell follow the <a href="https://www.technig.com/tag/powershell-articles/" target="_blank" rel="noopener noreferrer">PowerShell articles</a>.</p>
<h2>Conclusion</h2>
<p>I&#8217;m sure using <strong>Softerra Adaxes</strong> would completely sufficient a system admin in small and large network environments. It has great features that make Active Directory management quicker and faster. The web interfaces for administrators are really great and useful tools for remotely managing Active Directory.</p>
<p>If you are looking for Active Directory management tools that make your work faster and easier, I recommend you to use <strong>Soterra Adaxes</strong> Active Directory auto management tools. It&#8217;s also Gold award wining of WindowsNetowrking website which is the hive of most professional and experienced network and system admins.</p>
<p>Download the 30-day evaluation period of <strong><a href="https://www.adaxes.com/download.htm" target="_blank" rel="noopener noreferrer">Softerra Adaxes</a></strong> and learn more about licensing and price information. Softerra provide you full access to Adaxes and technical support during the 30-days for free.</p>
<p>The post <a href="https://www.technig.com/adaxes-active-directory-auto-management-tools/">Adaxes Active Directory Auto Management Tools &#8211; Review</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/adaxes-active-directory-auto-management-tools/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">7659</post-id>	</item>
		<item>
		<title>How to Create User Account Using PowerShell?</title>
		<link>https://www.technig.com/create-user-account-using-powershell/</link>
					<comments>https://www.technig.com/create-user-account-using-powershell/#comments</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Thu, 02 Jun 2016 10:05:56 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Create User Account]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[PowerShell Articles]]></category>
		<category><![CDATA[Windows PowerShell]]></category>
		<category><![CDATA[Windows Server 2012 R2]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=876</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2014/12/Create-User-Account-Using-Windows-PowerShell-In-Windows-Server-2012-R2-Technig.com_.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Create User Account Using PowerShell In Windows Server - Technig.com" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2014/12/Create-User-Account-Using-Windows-PowerShell-In-Windows-Server-2012-R2-Technig.com_.jpg 840w, https://www.technig.com/wp-content/uploads/2014/12/Create-User-Account-Using-Windows-PowerShell-In-Windows-Server-2012-R2-Technig.com_-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Create-User-Account-Using-Windows-PowerShell-In-Windows-Server-2012-R2-Technig.com_-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>How to create User Account using PowerShell in Active Directory. I&#8217;m using Windows Server 2012 R2, but this article will work with Windows Server 2008 to Server 2012 R2 or Server 2016. A simple description about PowerShell. Windows PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language built [&#8230;]</p>
<p>The post <a href="https://www.technig.com/create-user-account-using-powershell/">How to Create User Account Using PowerShell?</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/Create-User-Account-Using-Windows-PowerShell-In-Windows-Server-2012-R2-Technig.com_.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Create User Account Using PowerShell In Windows Server - Technig.com" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2014/12/Create-User-Account-Using-Windows-PowerShell-In-Windows-Server-2012-R2-Technig.com_.jpg 840w, https://www.technig.com/wp-content/uploads/2014/12/Create-User-Account-Using-Windows-PowerShell-In-Windows-Server-2012-R2-Technig.com_-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Create-User-Account-Using-Windows-PowerShell-In-Windows-Server-2012-R2-Technig.com_-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>How to create User Account using PowerShell in Active Directory. I&#8217;m using Windows Server 2012 R2, but this article will work with Windows Server 2008 to Server 2012 R2 or Server 2016.</p>
<p>A simple description about PowerShell. <a href="http://en.wikipedia.org/wiki/Windows_PowerShell" target="_blank" rel="noopener noreferrer">Windows PowerShell </a>is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language built on the .NET Framework. PowerShell provides full access to COM and WMI, enabling administrators to perform administrative tasks on both local and remote Windows systems as well as WS-Management and CIM enabling management of remote Linux systems and network devices.</p>
<p>So if you have problem with creating objects in Active Directory with GUI, read the article: <a href="https://www.technig.com/create-objects-active-directory/" target="_blank" rel="noopener noreferrer">How to Create Objects in Active Directory</a>?</p>
<h1>Create User Account using PowerShell</h1>
<p>In Windows Server run PowerShell and import Active Directory module or run <strong>Active directory module for Windows PowerShell</strong> from <strong>Tools</strong> in Server manager dashboard.</p>
<p><figure id="attachment_938" aria-describedby="caption-attachment-938" style="width: 539px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Module-for-Windows-PowerShell.jpg"><img loading="lazy" decoding="async" class="wp-image-938 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Module-for-Windows-PowerShell.jpg" alt="Active Directory Module for Windows PowerShell" width="539" height="153" srcset="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Module-for-Windows-PowerShell.jpg 539w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Module-for-Windows-PowerShell-300x85.jpg 300w" sizes="(max-width: 539px) 100vw, 539px" /></a><figcaption id="caption-attachment-938" class="wp-caption-text">Active Directory Module for Windows PowerShell</figcaption></figure></p>
<p>Type <strong>&#8216;Import-Module activedirectory&#8217;</strong> and press <strong>enter</strong> to import the AD PowerShell module. This action will load all Active Directory commands for using in the current PowerShell window.</p>
<p><figure id="attachment_940" aria-describedby="caption-attachment-940" style="width: 698px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Import-Active-Directory-module1.jpg"><img loading="lazy" decoding="async" class="wp-image-940 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Import-Active-Directory-module1.jpg" alt="Import Active Directory module" width="698" height="143" srcset="https://www.technig.com/wp-content/uploads/2014/12/Import-Active-Directory-module1.jpg 698w, https://www.technig.com/wp-content/uploads/2014/12/Import-Active-Directory-module1-300x61.jpg 300w" sizes="(max-width: 698px) 100vw, 698px" /></a><figcaption id="caption-attachment-940" class="wp-caption-text">Import Active Directory module</figcaption></figure></p>
<p>If you close the current PowerShell window, the Active Directory module will also exit and unload from PowerShell.</p>
<p>Type<strong> Get-Module</strong> and press <strong>enter</strong> to insure that module loaded successfully.</p>
<p><figure id="attachment_941" aria-describedby="caption-attachment-941" style="width: 973px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Loaded-modules.jpg"><img loading="lazy" decoding="async" class="wp-image-941 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Loaded-modules.jpg" alt="Create User Account " width="973" height="222" srcset="https://www.technig.com/wp-content/uploads/2014/12/Loaded-modules.jpg 973w, https://www.technig.com/wp-content/uploads/2014/12/Loaded-modules-300x68.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Loaded-modules-768x175.jpg 768w" sizes="(max-width: 973px) 100vw, 973px" /></a><figcaption id="caption-attachment-941" class="wp-caption-text">Loaded modules</figcaption></figure></p>
<p>To see and list all active directory commands (<strong>CmdLet</strong>), just type <strong>&#8216;Get-Command -Module activedirectory&#8217;</strong> and press enter then once explore all commands.</p>
<p><figure id="attachment_942" aria-describedby="caption-attachment-942" style="width: 780px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-PowerShell-Commands.jpg"><img loading="lazy" decoding="async" class="wp-image-942 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-PowerShell-Commands.jpg" alt="Active Directory PowerShell Commands" width="780" height="657" srcset="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-PowerShell-Commands.jpg 780w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-PowerShell-Commands-300x253.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-PowerShell-Commands-768x647.jpg 768w" sizes="(max-width: 780px) 100vw, 780px" /></a><figcaption id="caption-attachment-942" class="wp-caption-text">Active Directory PowerShell Commands</figcaption></figure></p>
<p>We need to create User Account with <strong>New-ADUser</strong> command. Type the below command and press enter.</p>
<p><strong>PS C:\&gt; New-ADUser -Name &#8220;Mehdi Hussaini&#8221; -GivenName Mehdi -Surname Hussaini -SamAccountName Mehdi -UserPrincipalName Mehdi@technig.local -AccountPassword (ConvertTo-SecureString -AsPlainText &#8220;PassW0rD&#8221; -Force ) -Enabled $true -ChangePasswordAtLogon $true</strong></p>
<p><figure id="attachment_943" aria-describedby="caption-attachment-943" style="width: 996px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/New-ADUser-Command.jpg"><img loading="lazy" decoding="async" class="wp-image-943 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/New-ADUser-Command.jpg" alt="New-ADUser Command" width="996" height="114" srcset="https://www.technig.com/wp-content/uploads/2014/12/New-ADUser-Command.jpg 996w, https://www.technig.com/wp-content/uploads/2014/12/New-ADUser-Command-300x34.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/New-ADUser-Command-768x88.jpg 768w" sizes="(max-width: 996px) 100vw, 996px" /></a><figcaption id="caption-attachment-943" class="wp-caption-text">New-ADUser Command</figcaption></figure></p>
<p>To get help for a command type &#8216;<strong>Get-Help</strong> <strong>New-ADUser -full&#8217;</strong> or &#8211;<strong>example</strong>.  The &#8211;<strong>full</strong> option will show you by details but the &#8211;<strong>example</strong> just show some examples for command.</p>
<p>To see if the user (<strong>Hehdi</strong>) has created or not, simply type &#8216;<strong>Get-ADUser -Identity Mehdi&#8217; </strong>and press enter.</p>
<p><figure id="attachment_944" aria-describedby="caption-attachment-944" style="width: 700px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Get-ADUser.jpg"><img loading="lazy" decoding="async" class="wp-image-944 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Get-ADUser.jpg" alt="Get-ADUser Command " width="700" height="218" srcset="https://www.technig.com/wp-content/uploads/2014/12/Get-ADUser.jpg 700w, https://www.technig.com/wp-content/uploads/2014/12/Get-ADUser-300x93.jpg 300w" sizes="(max-width: 700px) 100vw, 700px" /></a><figcaption id="caption-attachment-944" class="wp-caption-text">Get-ADUser Command</figcaption></figure></p>
<p>For getting full information about a user, type &#8216;<strong>Get-ADUser -Identity -Properties *&#8217;</strong> then press enter.</p>
<p>That&#8217;s all, simple and easy. But it&#8217;s better to know the below Active Directory CmdLets for managing user account also.</p>
<p><strong>1.</strong> To enable an Account type: <strong>&#8216;Enable-ADAccount -Identity mehdi&#8217;. </strong>This will enable the disabled user account immediately.</p>
<p><strong>2.</strong> Disable an Account: &#8216;<strong>Disable-ADAccount -Identity Mehdi&#8217;</strong></p>
<p><figure id="attachment_947" aria-describedby="caption-attachment-947" style="width: 626px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Disable-User-Account-with-PowerShell.jpg"><img loading="lazy" decoding="async" class="wp-image-947 size-full" src="http://3.90.216.52/wp-content/uploads/2014/12/Disable-User-Account-with-PowerShell.jpg" alt="Disable User Account with PowerShell" width="626" height="263" srcset="https://www.technig.com/wp-content/uploads/2014/12/Disable-User-Account-with-PowerShell.jpg 626w, https://www.technig.com/wp-content/uploads/2014/12/Disable-User-Account-with-PowerShell-300x126.jpg 300w" sizes="(max-width: 626px) 100vw, 626px" /></a><figcaption id="caption-attachment-947" class="wp-caption-text">Disable User Account with PowerShell</figcaption></figure></p>
<p><strong>3.</strong> Reset the password of an account.</p>
<div class="bs-shortcode-alert alert alert-success"><span style="color: #800000;">PS C:\&gt; Set-ADAccountPassword -Identity mehdi -Reset</span><br />
<span style="color: #800000;">Please enter the desired password for &#8216;CN=Mehdi Hussaini,CN=Users,DC=Technig,DC=local&#8217;</span><br />
<span style="color: #800000;">Password: ********</span><br />
<span style="color: #800000;">Repeat Password: ********</span><br />
<span style="color: #800000;">PS C:\&gt;</span></div>
<p><figure id="attachment_946" aria-describedby="caption-attachment-946" style="width: 748px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Modify-User-Account-with-PowerShell.jpg"><img loading="lazy" decoding="async" class="wp-image-946 size-full" src="http://3.90.216.52/wp-content/uploads/2014/12/Modify-User-Account-with-PowerShell.jpg" alt="Modify User Account with PowerShell" width="748" height="119" srcset="https://www.technig.com/wp-content/uploads/2014/12/Modify-User-Account-with-PowerShell.jpg 748w, https://www.technig.com/wp-content/uploads/2014/12/Modify-User-Account-with-PowerShell-300x48.jpg 300w" sizes="(max-width: 748px) 100vw, 748px" /></a><figcaption id="caption-attachment-946" class="wp-caption-text">Modify User Account with PowerShell</figcaption></figure></p>
<p><strong>4.</strong> Remove a User Account:<strong> &#8216;Remove-ADUser -Identity Mehdi&#8217;</strong></p>
<p><figure id="attachment_948" aria-describedby="caption-attachment-948" style="width: 809px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Delete-User-Account-with-PowerShell.jpg"><img loading="lazy" decoding="async" class="wp-image-948 size-full" src="http://3.90.216.52/wp-content/uploads/2014/12/Delete-User-Account-with-PowerShell.jpg" alt="Delete User Account with PowerShell" width="809" height="138" srcset="https://www.technig.com/wp-content/uploads/2014/12/Delete-User-Account-with-PowerShell.jpg 809w, https://www.technig.com/wp-content/uploads/2014/12/Delete-User-Account-with-PowerShell-300x51.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Delete-User-Account-with-PowerShell-768x131.jpg 768w" sizes="(max-width: 809px) 100vw, 809px" /></a><figcaption id="caption-attachment-948" class="wp-caption-text">Delete User Account with PowerShell</figcaption></figure></p>
<p>OK. Now you can create, modify, enable, disable, and delete a user account from active directory with Windows PowerShell within Windows Servers. Hope you enjoy to create user account using PowerShell</p>
<p>The post <a href="https://www.technig.com/create-user-account-using-powershell/">How to Create User Account Using PowerShell?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/create-user-account-using-powershell/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">876</post-id>	</item>
		<item>
		<title>Manage Group Accounts in Active Directory using PowerShell</title>
		<link>https://www.technig.com/manage-group-accounts-in-active-directory-using-powershell/</link>
					<comments>https://www.technig.com/manage-group-accounts-in-active-directory-using-powershell/#respond</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Wed, 24 Dec 2014 19:11:42 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Manage Group Account]]></category>
		<category><![CDATA[PowerShell Articles]]></category>
		<category><![CDATA[Windows Server 2012 R2]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=952</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2014/12/Manage-group-accounts-in-active-directory.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Create and Manage group accounts in active directory Using Windows PowerShell" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2014/12/Manage-group-accounts-in-active-directory.jpg 840w, https://www.technig.com/wp-content/uploads/2014/12/Manage-group-accounts-in-active-directory-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Manage-group-accounts-in-active-directory-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>Related to creating objects in AD, learn how to  create and manage Group Accounts in Active Directory within Windows Servers. You can perform the tasks on all Windows Servers from 2008 to 2012 R2. Using PowerShell to manage Active Directory is not hard, if you try to understand the PowerShell CmdLets structures. Manage Group Accounts [&#8230;]</p>
<p>The post <a href="https://www.technig.com/manage-group-accounts-in-active-directory-using-powershell/">Manage Group Accounts in Active Directory using PowerShell</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/Manage-group-accounts-in-active-directory.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Create and Manage group accounts in active directory Using Windows PowerShell" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2014/12/Manage-group-accounts-in-active-directory.jpg 840w, https://www.technig.com/wp-content/uploads/2014/12/Manage-group-accounts-in-active-directory-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Manage-group-accounts-in-active-directory-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>Related to creating objects in AD, learn how to  create and manage Group Accounts in Active Directory within Windows Servers. You can perform the tasks on all Windows Servers from 2008 to 2012 R2. Using <a href="https://en.wikipedia.org/wiki/Windows_PowerShell" target="_blank" rel="noopener noreferrer">PowerShell</a> to manage <a href="https://technet.microsoft.com/en-us/library/dd448614.aspx" target="_blank" rel="noopener noreferrer">Active Directory</a> is not hard, if you try to understand the PowerShell CmdLets structures.</p>
<h2>Manage Group Accounts in Active Directory Using PowerShell</h2>
<p>The easy way to learn PowerShell is to perform some simple network management tasks with PowerShell. Specially when you are working with Active directory, Exchange Server, and other Microsoft products.</p>
<h3>Create and Mange Group Accounts in Active Directory</h3>
<p>In Windows Server run PowerShell and load active directory module. Type <strong>&#8216;Import-Module activedirectory&#8217; </strong>and press enter.</p>
<p><figure id="attachment_957" aria-describedby="caption-attachment-957" style="width: 969px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Module-for-Windows-PowerShell1.jpg"><img loading="lazy" decoding="async" class="wp-image-957 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Module-for-Windows-PowerShell1.jpg" alt="Active Directory Module for Windows PowerShell" width="969" height="171" srcset="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Module-for-Windows-PowerShell1.jpg 969w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Module-for-Windows-PowerShell1-300x53.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Module-for-Windows-PowerShell1-768x136.jpg 768w" sizes="(max-width: 969px) 100vw, 969px" /></a><figcaption id="caption-attachment-957" class="wp-caption-text">Active Directory Module for Windows PowerShell</figcaption></figure></p>
<p>To see the result, type <strong>&#8216;Get-Module&#8217;</strong> and press enter.</p>
<p>Find the related PowerShell CmdLets for group account, type<strong> &#8216;Get-Command *ADGroup*&#8217;</strong> and press enter.</p>
<p><figure id="attachment_959" aria-describedby="caption-attachment-959" style="width: 786px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/PowerShell-Group-Account-CmdLets.jpg"><img loading="lazy" decoding="async" class="wp-image-959 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/PowerShell-Group-Account-CmdLets.jpg" alt="Manage group accounts in active directory" width="786" height="211" srcset="https://www.technig.com/wp-content/uploads/2014/12/PowerShell-Group-Account-CmdLets.jpg 786w, https://www.technig.com/wp-content/uploads/2014/12/PowerShell-Group-Account-CmdLets-300x81.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/PowerShell-Group-Account-CmdLets-768x206.jpg 768w" sizes="(max-width: 786px) 100vw, 786px" /></a><figcaption id="caption-attachment-959" class="wp-caption-text">PowerShell Group Account CmdLets</figcaption></figure></p>
<p>Create a group with <strong>&#8216;New-ADGroup&#8217;</strong></p>
<p><span style="color: #993300;"><strong>PS C:\&gt; New-ADGroup -Name &#8220;Sales Team&#8221; -DisplayName &#8220;Sales Members&#8221; -SamAccountName SalesTeam -GroupScope global -GroupCategory Security -Description &#8220;Technig Products Sales Team&#8221;</strong></span></p>
<p><figure id="attachment_963" aria-describedby="caption-attachment-963" style="width: 981px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Create-a-Group-with-PowerShell.jpg"><img loading="lazy" decoding="async" class="wp-image-963 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Create-a-Group-with-PowerShell.jpg" alt="Create a Group with PowerShell" width="981" height="50" srcset="https://www.technig.com/wp-content/uploads/2014/12/Create-a-Group-with-PowerShell.jpg 981w, https://www.technig.com/wp-content/uploads/2014/12/Create-a-Group-with-PowerShell-300x15.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Create-a-Group-with-PowerShell-768x39.jpg 768w" sizes="(max-width: 981px) 100vw, 981px" /></a><figcaption id="caption-attachment-963" class="wp-caption-text">Create a Group with PowerShell</figcaption></figure></p>
<p>To see the group account attributes or Properties type <strong>&#8216;Get-ADGroup -Identity salesteam -Properties *&#8217;</strong> and press enter.</p>
<p><figure id="attachment_961" aria-describedby="caption-attachment-961" style="width: 807px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Group-Account-Attributes.jpg"><img loading="lazy" decoding="async" class="wp-image-961 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Group-Account-Attributes.jpg" alt="Group Account Attributes" width="807" height="630" srcset="https://www.technig.com/wp-content/uploads/2014/12/Group-Account-Attributes.jpg 807w, https://www.technig.com/wp-content/uploads/2014/12/Group-Account-Attributes-300x234.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Group-Account-Attributes-768x600.jpg 768w" sizes="(max-width: 807px) 100vw, 807px" /></a><figcaption id="caption-attachment-961" class="wp-caption-text">Group Account Attributes</figcaption></figure></p>
<p>You can add users to a Group with <strong>&#8216;Add-ADGroupMember -Identity Salesteam -Members Nigar,Mahdi&#8217;</strong> command.</p>
<p><figure id="attachment_962" aria-describedby="caption-attachment-962" style="width: 623px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Add-Users-to-Group-with-PowerShell-Command.jpg"><img loading="lazy" decoding="async" class="wp-image-962 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Add-Users-to-Group-with-PowerShell-Command.jpg" alt="Add Users to Group with PowerShell Command" width="623" height="69" srcset="https://www.technig.com/wp-content/uploads/2014/12/Add-Users-to-Group-with-PowerShell-Command.jpg 623w, https://www.technig.com/wp-content/uploads/2014/12/Add-Users-to-Group-with-PowerShell-Command-300x33.jpg 300w" sizes="(max-width: 623px) 100vw, 623px" /></a><figcaption id="caption-attachment-962" class="wp-caption-text">Add Users to Group with PowerShell Command</figcaption></figure></p>
<p>Now I have added users Nigar and Mahdi to SalesTeam group.</p>
<p><figure id="attachment_964" aria-describedby="caption-attachment-964" style="width: 639px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Show-Group-Members-with-Command.jpg"><img loading="lazy" decoding="async" class="wp-image-964 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Show-Group-Members-with-Command.jpg" alt="Show Group Members with Command" width="639" height="297" srcset="https://www.technig.com/wp-content/uploads/2014/12/Show-Group-Members-with-Command.jpg 639w, https://www.technig.com/wp-content/uploads/2014/12/Show-Group-Members-with-Command-300x139.jpg 300w" sizes="(max-width: 639px) 100vw, 639px" /></a><figcaption id="caption-attachment-964" class="wp-caption-text">Show Group Members with Command</figcaption></figure></p>
<p>The<strong> &#8216;Get-ADGroupMember salesteam&#8217;</strong> will show you all members of SalesTeam group.</p>
<p>Remove a user from group, type <strong>&#8216;Remove-ADGroupMember -Identity SalesTeam -Members Mahdi&#8217;</strong> and press enter. When ask you <strong>Are you sure you want to perform this action?</strong> Just type <strong>Y</strong> then press enter to accept it.</p>
<p><figure id="attachment_965" aria-describedby="caption-attachment-965" style="width: 750px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Remove-an-Account-from-a-Group-with-Command.jpg"><img loading="lazy" decoding="async" class="wp-image-965 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Remove-an-Account-from-a-Group-with-Command.jpg" alt="Remove an Account from a Group with Command" width="750" height="112" srcset="https://www.technig.com/wp-content/uploads/2014/12/Remove-an-Account-from-a-Group-with-Command.jpg 750w, https://www.technig.com/wp-content/uploads/2014/12/Remove-an-Account-from-a-Group-with-Command-300x45.jpg 300w" sizes="(max-width: 750px) 100vw, 750px" /></a><figcaption id="caption-attachment-965" class="wp-caption-text">Remove an Account from a Group with Command</figcaption></figure></p>
<p>Do the same to remove a group with  <strong>Remove-ADGroup</strong> command. If you want to modify a <a href="https://msdn.microsoft.com/en-us/library/ms675729(v=vs.85).aspx" target="_blank" rel="noopener noreferrer">group attributes</a>, do it with <strong>Set-ADGroup</strong> command.</p>
<p>OK friends that&#8217;s all about How to Create and Manage group accounts in active directory. You may need to read <a href="https://www.technig.com/create-user-account-using-powershell-in-active-directory/" target="_blank" rel="noopener noreferrer">How to create User Account with PowerShell in Active Directory</a> or you have any question? just ask trough comment.</p>
<p>The post <a href="https://www.technig.com/manage-group-accounts-in-active-directory-using-powershell/">Manage Group Accounts in Active Directory using PowerShell</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/manage-group-accounts-in-active-directory-using-powershell/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">952</post-id>	</item>
		<item>
		<title>How to Create Object in Active Directory?</title>
		<link>https://www.technig.com/how-to-create-object-in-active-directory/</link>
					<comments>https://www.technig.com/how-to-create-object-in-active-directory/#comments</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Sun, 21 Dec 2014 11:23:38 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Create Group]]></category>
		<category><![CDATA[Create Object]]></category>
		<category><![CDATA[Create OU]]></category>
		<category><![CDATA[Create User]]></category>
		<category><![CDATA[Windows Server 2012 R2]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=860</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2014/12/Create-Objects-In-Active-Directory.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Create Objects In Active Directory" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2014/12/Create-Objects-In-Active-Directory.jpg 840w, https://www.technig.com/wp-content/uploads/2014/12/Create-Objects-In-Active-Directory-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Create-Objects-In-Active-Directory-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>Related to Windows Server 2012 R2 articles, I&#8217;m going to show you how to create object in Active directory using the graphical interface of Active directory Users and Computers. Active Directory objects represent the physical entities that make up a network. An object is an instance of storage of a class. A class is defined in the [&#8230;]</p>
<p>The post <a href="https://www.technig.com/how-to-create-object-in-active-directory/">How to Create Object in Active Directory?</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/Create-Objects-In-Active-Directory.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Create Objects In Active Directory" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2014/12/Create-Objects-In-Active-Directory.jpg 840w, https://www.technig.com/wp-content/uploads/2014/12/Create-Objects-In-Active-Directory-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Create-Objects-In-Active-Directory-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p style="text-align: justify;">Related to Windows Server 2012 R2 articles, I&#8217;m going to show you how to create object in Active directory using the graphical interface of Active directory Users and Computers.</p>
<blockquote>
<p style="text-align: justify;"><strong>Active Directory objects</strong> represent the physical entities that make up a network. An object is an instance of storage of a class. A class is defined in the Active Directory schema as a specific set of mandatory and optional attributes — that is, an attribute can be present in an object in Active Directory only when that attribute is permitted by the object&#8217;s class. Classes also contain rules that determine which classes of objects can be superior to (parents of) a particular object of the class. Each attribute is also defined in the directory schema. The attribute definitions determine the syntax for the values the attribute can have. Read <a href="https://technet.microsoft.com/en-us/library/cc977990.aspx" target="_blank" rel="noopener noreferrer">more</a></p>
</blockquote>
<p style="text-align: justify;">There are many ways to open the Active Directory Users and Computers for create object. But the simple and easy is to type <strong>dsa.msc</strong> an press enter in <strong>Windows Run</strong>. (<strong>Windows+R</strong>)</p>
<p><figure id="attachment_862" aria-describedby="caption-attachment-862" style="width: 773px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Users-and-Computers.jpg"><img loading="lazy" decoding="async" class="wp-image-862 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Users-and-Computers.jpg" alt="Active Directory Users and Computers" width="773" height="348" srcset="https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Users-and-Computers.jpg 773w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Users-and-Computers-300x135.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Active-Directory-Users-and-Computers-768x346.jpg 768w" sizes="(max-width: 773px) 100vw, 773px" /></a><figcaption id="caption-attachment-862" class="wp-caption-text">Active Directory Users and Computers</figcaption></figure></p>
<p style="text-align: justify;">You see the <strong>Active Directory Users and Computers</strong> graphical interface. If you don&#8217;t know how to install AD in Windows Server 2012 R2, read the step by step installation and configuration <a href="https://www.technig.com/install-active-directory-in-windows-server-2012-r2/" target="_blank" rel="noopener noreferrer"><strong>here</strong></a>.</p>
<p style="text-align: justify;"><strong>1.</strong>  Let&#8217;s create our first object <a href="https://technet.microsoft.com/en-us/library/cc758565(v=ws.10).aspx" target="_blank" rel="noopener noreferrer"><strong>Organizational Unit</strong></a> (OU) the container of objects in Active Directory.</p>
<p><figure id="attachment_863" aria-describedby="caption-attachment-863" style="width: 756px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Create-Organizational-Unit.jpg"><img loading="lazy" decoding="async" class="wp-image-863 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Create-Organizational-Unit.jpg" alt="Create Organizational Unit" width="756" height="497" srcset="https://www.technig.com/wp-content/uploads/2014/12/Create-Organizational-Unit.jpg 756w, https://www.technig.com/wp-content/uploads/2014/12/Create-Organizational-Unit-300x197.jpg 300w" sizes="(max-width: 756px) 100vw, 756px" /></a><figcaption id="caption-attachment-863" class="wp-caption-text">Create Organizational Unit</figcaption></figure></p>
<p style="text-align: justify;">To create an OU, right click the <strong>domain name</strong> then <strong>New</strong> and click <strong>Organizational Unit</strong>.</p>
<p><figure id="attachment_864" aria-describedby="caption-attachment-864" style="width: 801px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Create-Objects.jpg"><img loading="lazy" decoding="async" class="wp-image-864 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Create-Objects.jpg" alt="Create Objects" width="801" height="476" srcset="https://www.technig.com/wp-content/uploads/2014/12/Create-Objects.jpg 801w, https://www.technig.com/wp-content/uploads/2014/12/Create-Objects-300x178.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Create-Objects-768x456.jpg 768w" sizes="(max-width: 801px) 100vw, 801px" /></a><figcaption id="caption-attachment-864" class="wp-caption-text">Create Objects</figcaption></figure></p>
<p style="text-align: justify;">Type the name of organizational unit and click <strong>OK</strong> to create the OU. Here I have create <strong>Marketing Team</strong>.</p>
<p style="text-align: justify;">You can create Organizational Unit as much as you need in your Network.</p>
<p style="text-align: justify;"><strong>2.</strong> So try to create User object in Marketing Team. Just click the icon&#8217;s of <strong>User</strong> or right click <strong>domain name</strong> then <strong>New</strong> and click <strong>User</strong>.</p>
<p><figure id="attachment_865" aria-describedby="caption-attachment-865" style="width: 808px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Create-User-in-Active-Directory.jpg"><img loading="lazy" decoding="async" class="wp-image-865 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Create-User-in-Active-Directory.jpg" alt="Create User in Active Directory" width="808" height="442" srcset="https://www.technig.com/wp-content/uploads/2014/12/Create-User-in-Active-Directory.jpg 808w, https://www.technig.com/wp-content/uploads/2014/12/Create-User-in-Active-Directory-300x164.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Create-User-in-Active-Directory-768x420.jpg 768w" sizes="(max-width: 808px) 100vw, 808px" /></a><figcaption id="caption-attachment-865" class="wp-caption-text">Create User in Active Directory</figcaption></figure></p>
<p style="text-align: justify;">In the <strong>New Object User</strong> window, fill out the form with User information like <strong>First name</strong>, <strong>Last name</strong>, and <strong>User Logon name</strong> then click <strong>Next</strong>.</p>
<p><figure id="attachment_867" aria-describedby="caption-attachment-867" style="width: 451px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Set-Password-for-User-in-Active-Directory.jpg"><img loading="lazy" decoding="async" class="wp-image-867 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Set-Password-for-User-in-Active-Directory.jpg" alt="Set Password for User in Active Directory" width="451" height="384" srcset="https://www.technig.com/wp-content/uploads/2014/12/Set-Password-for-User-in-Active-Directory.jpg 451w, https://www.technig.com/wp-content/uploads/2014/12/Set-Password-for-User-in-Active-Directory-300x255.jpg 300w" sizes="(max-width: 451px) 100vw, 451px" /></a><figcaption id="caption-attachment-867" class="wp-caption-text">Set Password for User in Active Directory</figcaption></figure></p>
<p style="text-align: justify;">Set a password for new user and select <strong>user must change password at next logon</strong> then click <strong>Next</strong>.</p>
<p><figure id="attachment_868" aria-describedby="caption-attachment-868" style="width: 451px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/User-Information.jpg"><img loading="lazy" decoding="async" class="wp-image-868 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/User-Information.jpg" alt="User Information" width="451" height="386" srcset="https://www.technig.com/wp-content/uploads/2014/12/User-Information.jpg 451w, https://www.technig.com/wp-content/uploads/2014/12/User-Information-300x257.jpg 300w" sizes="(max-width: 451px) 100vw, 451px" /></a><figcaption id="caption-attachment-868" class="wp-caption-text">User Information</figcaption></figure></p>
<p style="text-align: justify;">Just check to insure that everything is correct and click <strong>Finish</strong>.  Now you must see the user in marketing team OU.</p>
<p style="text-align: justify;"><strong>3.</strong> Now the last one is Creating a <strong>Group</strong>.</p>
<p><figure id="attachment_869" aria-describedby="caption-attachment-869" style="width: 817px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Create-Group-Object-in-Active-Directory.jpg"><img loading="lazy" decoding="async" class="wp-image-869 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Create-Group-Object-in-Active-Directory.jpg" alt="Create Group Object in Active Directory" width="817" height="464" srcset="https://www.technig.com/wp-content/uploads/2014/12/Create-Group-Object-in-Active-Directory.jpg 817w, https://www.technig.com/wp-content/uploads/2014/12/Create-Group-Object-in-Active-Directory-300x170.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Create-Group-Object-in-Active-Directory-768x436.jpg 768w" sizes="(max-width: 817px) 100vw, 817px" /></a><figcaption id="caption-attachment-869" class="wp-caption-text">Create Group Object in Active Directory</figcaption></figure></p>
<p style="text-align: justify;">Click the<strong> group icon</strong> and fill out the group form with correct information. Leave the <strong>group scope</strong> and <strong>group type</strong> by default and click <strong>OK</strong>.</p>
<p><figure id="attachment_870" aria-describedby="caption-attachment-870" style="width: 1021px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Created-Objects-in-Active-Directory.jpg"><img loading="lazy" decoding="async" class="wp-image-870 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Created-Objects-in-Active-Directory.jpg" alt="Created Objects in Active Directory" width="1021" height="275" srcset="https://www.technig.com/wp-content/uploads/2014/12/Created-Objects-in-Active-Directory.jpg 1021w, https://www.technig.com/wp-content/uploads/2014/12/Created-Objects-in-Active-Directory-300x81.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Created-Objects-in-Active-Directory-768x207.jpg 768w" sizes="(max-width: 1021px) 100vw, 1021px" /></a><figcaption id="caption-attachment-870" class="wp-caption-text">Created Objects in Active Directory</figcaption></figure></p>
<p style="text-align: justify;">There are all created objects, OU=Marketing Team, User=Ali Sina, and Group=Marketing Group in the Active Directory.</p>
<p>The post <a href="https://www.technig.com/how-to-create-object-in-active-directory/">How to Create Object in Active Directory?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/how-to-create-object-in-active-directory/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">860</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>
