
<?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>Server 2022 Articles Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/server-2022-articles/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/tag/server-2022-articles/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Wed, 18 May 2022 09:05:38 +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>Server 2022 Articles Archives - TECHNIG</title>
	<link>https://www.technig.com/tag/server-2022-articles/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<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" fetchpriority="high" 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 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 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>
	</channel>
</rss>
