
<?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>Habib Sarwari, Author at TECHNIG</title>
	<atom:link href="https://www.technig.com/author/sarwari/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/author/sarwari/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Sat, 23 Mar 2024 14:14:34 +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>Habib Sarwari, Author at TECHNIG</title>
	<link>https://www.technig.com/author/sarwari/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<item>
		<title>Install and Configure Distributed File System in Windows Server 2022</title>
		<link>https://www.technig.com/install-and-configure-distributed-file-system-namespace/</link>
					<comments>https://www.technig.com/install-and-configure-distributed-file-system-namespace/#respond</comments>
		
		<dc:creator><![CDATA[Habib Sarwari]]></dc:creator>
		<pubDate>Mon, 17 Jul 2023 10:51:04 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Data Deduplication]]></category>
		<category><![CDATA[Distributed File System]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Install and Configure]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2012 R2]]></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=18331</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="640" src="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220530_130104-2.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220530_130104-2.png 1200w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220530_130104-2-300x160.png 300w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220530_130104-2-1024x546.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220530_130104-2-768x410.png 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>Distributed File System (DFS) is a technology that lets you group shared folders on different servers into one logically structured namespace. As the name suggests, the files are distributed across various file servers and locations, and you can use DFS to access the shared folders of those servers from a single path. The components of [&#8230;]</p>
<p>The post <a href="https://www.technig.com/install-and-configure-distributed-file-system-namespace/">Install and Configure Distributed File System 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="1200" height="640" src="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220530_130104-2.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220530_130104-2.png 1200w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220530_130104-2-300x160.png 300w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220530_130104-2-1024x546.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220530_130104-2-768x410.png 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p><strong>Distributed File System</strong> (<strong>DFS</strong>) is a technology that lets you group shared folders on different servers into one logically structured namespace. As the name suggests, the files are distributed across various file servers and locations, and you can use DFS to access the shared folders of those servers from a single path. The components of DFS are Namespace and Replication. This article covers the DFS Namespace. Additionally, we are using two servers running Windows Server 2022 (SR1-technig and SR2-technig) to install and configure the distributed file system namespace.</p>



<h2 class="wp-block-heading"><strong>Install Distributed File System (DFS) on Windows Server 2022</strong></h2>



<p>The DFS technology is part of the File and Storage Services, and you need to install this role on your system. I will install the DFS Namespace using the <strong>Server Manager</strong>.</p>



<ol class="wp-block-list" type="1">
<li>Open Server Manager.</li>



<li>Click&nbsp;<strong>Manage</strong>&nbsp;&gt;&nbsp;<strong>Add Roles and Features</strong>.</li>



<li>Click&nbsp;<strong>Next</strong>&nbsp;on the Welcome screen.</li>



<li>Select&nbsp;<strong>Role-based or feature-based installation</strong>&nbsp;and click&nbsp;<strong>Next</strong>.</li>



<li>Select the server where you want to install DFS and click&nbsp;<strong>Next</strong>.</li>



<li>On the&nbsp;<strong>Server Roles</strong>&nbsp;page, expand&nbsp;<strong>File and Storage Services</strong>&nbsp;and select&nbsp;<strong>DFS Namespaces</strong>.</li>



<li>Click&nbsp;<strong>Add Features</strong>&nbsp;and then click&nbsp;<strong>Next</strong>.</li>



<li>On the&nbsp;<strong>Features</strong>&nbsp;page, select the features that you want to install and click&nbsp;<strong>Next</strong>.</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/05/DFS-Namespace-Installation-1024x730.png" alt="How to Install and Configure Distributed File System Namespace" class="wp-image-18334" width="768" height="548" srcset="https://www.technig.com/wp-content/uploads/2022/05/DFS-Namespace-Installation-1024x730.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/DFS-Namespace-Installation-300x214.png 300w, https://www.technig.com/wp-content/uploads/2022/05/DFS-Namespace-Installation-768x547.png 768w, https://www.technig.com/wp-content/uploads/2022/05/DFS-Namespace-Installation.png 1180w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption class="wp-element-caption">Install the DFS Namespace</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="9">
<li>Click next on the Select feature wizard, and confirm the installation selection. Review the installation summary and click&nbsp;<strong>Install</strong>.</li>



<li>Wait for a few seconds. The installation might take some time. Click Finish to close the wizard.</li>
</ol>



<p><strong>Note</strong>: You must install the Distributed File System (DFS) on all the servers where you want to implement DFS.</p>



<h2 class="wp-block-heading"><strong>How to configure distributed file system namespace</strong></h2>



<p>After the installation, you can <a href="https://docs.microsoft.com/en-us/windows-server/storage/dfs-namespaces/create-a-dfs-namespace" target="_blank" rel="noreferrer noopener">create your Namespace</a> following the below procedures. But, first of all, let&#8217;s create a folder on each server and share them in the network. To do that, I create a new folder on each server and put a text file in it.</p>



<p>Once the installation is complete, you will need to configure the DFS namespace. Here are the steps on how to do it:</p>



<ol class="wp-block-list">
<li>Open the&nbsp;<strong>DFS Management</strong>&nbsp;console.</li>



<li>Right-click&nbsp;<strong>Namespaces</strong>&nbsp;and select&nbsp;<strong>New Namespace</strong>.</li>



<li>In the&nbsp;<strong>New Namespace Wizard</strong>, enter the namespace name and click&nbsp;<strong>Next</strong>.</li>



<li>Select the type of namespace that you want to create and click&nbsp;<strong>Next</strong>.</li>



<li>Select the servers that will host the namespace and click&nbsp;<strong>Next</strong>.</li>



<li>Review the configuration settings and click&nbsp;<strong>Create</strong>.</li>
</ol>



<p>The following are the real example: </p>



<ol class="wp-block-list">
<li>On server <strong>SR1-technig</strong>, I create a new folder <strong>SR1-Sales,</strong> and a text file SR1-TextFiles.</li>



<li>On server <strong>SR2-technig</strong>, I create another folder, <strong>SR2-Sales,</strong> and a text file, SR2-TextFiles.</li>
</ol>



<p>Moreover, I share these folders on the network. If you do not know how to share files on the network, please read the <a href="https://technig.com/share-files-over-network-share-permissions-on-windows-11/" target="_blank" rel="noreferrer noopener">Share Files over the Network</a>:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/Shared-Folders-in-the-Network-1024x773.png" alt="How to Install and Configure Distributed File System Namespace" class="wp-image-18336" width="655" height="495" srcset="https://www.technig.com/wp-content/uploads/2022/05/Shared-Folders-in-the-Network-1024x773.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Shared-Folders-in-the-Network-300x226.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Shared-Folders-in-the-Network-768x580.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Shared-Folders-in-the-Network-86x64.png 86w, https://www.technig.com/wp-content/uploads/2022/05/Shared-Folders-in-the-Network.png 1182w" sizes="(max-width: 655px) 100vw, 655px" /><figcaption class="wp-element-caption">Shared Folder in the Network</figcaption></figure></div>


<p>To see whether your folder is shared on the network, press th<strong>e Windows +R</strong> buttons and write the <strong>\ServerName</strong> in the Run and enter. You see the shared folder appear.</p>



<h3 class="wp-block-heading"><strong>How to create Distributed File System (DFS) Namespace</strong></h3>



<p>Once the namespace is created, you can start adding shared folders to it. Here are the steps on how to do it. Now let&#8217;s create a namespace by the name of <strong>Sales</strong> in the DFS Management.</p>



<ol class="wp-block-list">
<li>Right-click the namespace that you want to add the shared folder to and select&nbsp;<strong>New Folder</strong>.</li>



<li>In the&nbsp;<strong>New Folder Wizard</strong>, enter the folder name and click&nbsp;<strong>Next</strong>.</li>



<li>Select the shared folder that you want to add to the namespace and click&nbsp;<strong>Next</strong>.</li>



<li>Review the configuration settings and click&nbsp;<strong>Create</strong>.</li>
</ol>



<p>Following are the real scenario of adding shared folders to the namespace. </p>



<ol class="wp-block-list" type="1">
<li>In the server manager window, click on administrative tools.</li>



<li>Find the DFS Management and open it.</li>



<li>You see the two components of the DFS on the left-hand side; right-click on the <strong>Namespace&gt; New Namespace.</strong></li>
</ol>


<div class="wp-block-image is-style-default">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/New-Namespace-1024x659.png" alt="How to Install and Configure Distributed File System Namespace" class="wp-image-18337" width="768" height="494" srcset="https://www.technig.com/wp-content/uploads/2022/05/New-Namespace-1024x659.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/New-Namespace-300x193.png 300w, https://www.technig.com/wp-content/uploads/2022/05/New-Namespace-768x494.png 768w, https://www.technig.com/wp-content/uploads/2022/05/New-Namespace-210x136.png 210w, https://www.technig.com/wp-content/uploads/2022/05/New-Namespace.png 1319w" sizes="(max-width: 768px) 100vw, 768px" /></figure></div>


<ol class="wp-block-list" type="1" start="4">
<li>Write or browse the server&#8217;s name to host the Namespace 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/05/Namespace-Server-1024x824.png" alt="Namespace Server" class="wp-image-18338" width="768" height="618" srcset="https://www.technig.com/wp-content/uploads/2022/05/Namespace-Server-1024x824.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Namespace-Server-300x241.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Namespace-Server-768x618.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Namespace-Server.png 1070w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption class="wp-element-caption">Select the Namespace Server</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="5">
<li>Enter the name of the Namespace. I name the namespace <strong>Sales.</strong></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/05/Name-the-Namespace-1024x824.png" alt="How to Install and Configure Distributed File System Namespace" class="wp-image-18339" width="768" height="618" srcset="https://www.technig.com/wp-content/uploads/2022/05/Name-the-Namespace-1024x824.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Name-the-Namespace-300x241.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Name-the-Namespace-768x618.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Name-the-Namespace.png 1070w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption class="wp-element-caption">Name the Namespace</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="6">
<li>Click on the <strong>Edit Settings</strong> button to customize the users&#8217; permissions for the shared folders in the Namespace, and then click the Ok button. Click next.</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/05/Customize-the-Users-Permissions.png" alt="How to Install and Configure Distributed File System Namespace" class="wp-image-18340" width="438" height="549" srcset="https://www.technig.com/wp-content/uploads/2022/05/Customize-the-Users-Permissions.png 584w, https://www.technig.com/wp-content/uploads/2022/05/Customize-the-Users-Permissions-239x300.png 239w" sizes="(max-width: 438px) 100vw, 438px" /><figcaption class="wp-element-caption">Customize the User&#8217;s Permissions</figcaption></figure></div>


<p>There are two types of namespaces: domain-based namespaces and standalone namespaces. Domain-based namespaces can be stored on one or multiple namespace servers and in Active Directory Domain Services (AD DS). Standalone namespaces, on the other hand, are stored on one namespace server. If you choose to create a domain-based namespace, you will need to enable Windows Server 2008 mode.</p>



<ol class="wp-block-list" type="1" start="7">
<li>Select the type of Namespace 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/05/Namespace-Type-1024x824.png" alt="Namespace Type" class="wp-image-18341" width="727" height="585" srcset="https://www.technig.com/wp-content/uploads/2022/05/Namespace-Type-1024x824.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Namespace-Type-300x241.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Namespace-Type-768x618.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Namespace-Type.png 1070w" sizes="(max-width: 727px) 100vw, 727px" /><figcaption class="wp-element-caption">Select the Type of Namespace</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="8">
<li>After reviewing all the settings, click on the <strong>Create</strong> button.</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/05/Create-Namespace-1024x824.png" alt="Create Namespace" class="wp-image-18343" width="726" height="584" srcset="https://www.technig.com/wp-content/uploads/2022/05/Create-Namespace-1024x824.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Create-Namespace-300x241.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Create-Namespace-768x618.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Create-Namespace.png 1070w" sizes="(max-width: 726px) 100vw, 726px" /><figcaption class="wp-element-caption">Create Namespace</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="9">
<li>Finally, you have created the Namespace and now close the Wizard by clicking on the Close button.</li>
</ol>



<h3 class="wp-block-heading"><strong>Create DFS Folders</strong></h3>



<p>It is time to bring together all those shared folders from different servers under one Namespace in one server. To do that:</p>



<ol class="wp-block-list" type="1">
<li>In the DFS Management, open the Namespace.</li>



<li>Right-click on the newly created Namespace and then <strong>New Folder</strong>.</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/05/Create-DFS-Folder-1024x625.png" alt="Create DFS Folder" class="wp-image-18347" width="768" height="469" srcset="https://www.technig.com/wp-content/uploads/2022/05/Create-DFS-Folder-1024x625.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Create-DFS-Folder-300x183.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Create-DFS-Folder-768x469.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Create-DFS-Folder.png 1372w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption class="wp-element-caption">Create DFS Folder</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="3">
<li>Click on the <strong>Add button</strong> to connect the folder to the target path.</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/05/Add-button-1.png" alt="Click on Add button" class="wp-image-18349" width="443" height="468" srcset="https://www.technig.com/wp-content/uploads/2022/05/Add-button-1.png 590w, https://www.technig.com/wp-content/uploads/2022/05/Add-button-1-284x300.png 284w" sizes="(max-width: 443px) 100vw, 443px" /><figcaption class="wp-element-caption">Click on Add Button.</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="4">
<li>Browse for the target path, select the shared folder, and click the Ok button.</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/05/Write-the-target-Path.png" alt="Write the Target Path" class="wp-image-18350" width="443" height="189" srcset="https://www.technig.com/wp-content/uploads/2022/05/Write-the-target-Path.png 590w, https://www.technig.com/wp-content/uploads/2022/05/Write-the-target-Path-300x128.png 300w" sizes="(max-width: 443px) 100vw, 443px" /><figcaption class="wp-element-caption">Write or Browse the Target Path</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="5">
<li>Click on the Ok button to return to the New Folder Wizard, give the folder name, and click the <strong>Ok </strong>button.</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/05/Folder-Target2.png" alt="Folder Target SR2" class="wp-image-18352" width="443" height="468" srcset="https://www.technig.com/wp-content/uploads/2022/05/Folder-Target2.png 590w, https://www.technig.com/wp-content/uploads/2022/05/Folder-Target2-284x300.png 284w" sizes="(max-width: 443px) 100vw, 443px" /><figcaption class="wp-element-caption">Folder Target SR2-technig</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="6">
<li>Again, right-click on the Namespace, <strong>Create New Folder</strong> &gt; <strong>Add</strong> button, browse or write another server&#8217;s name, select their shared folder, give it a name, and then click on the OK button.</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/05/Second-Server-Path.png" alt="Second Server Path" class="wp-image-18353" width="443" height="455" srcset="https://www.technig.com/wp-content/uploads/2022/05/Second-Server-Path.png 590w, https://www.technig.com/wp-content/uploads/2022/05/Second-Server-Path-292x300.png 292w" sizes="(max-width: 443px) 100vw, 443px" /><figcaption class="wp-element-caption">Second Server Path</figcaption></figure></div>


<p>You can add multiple shared folders from multiple servers and add them into one Namespace.</p>



<p>Press Windows + R to open the Run dialog box. Type ComputerName and press Enter to check the new namespace you created. If you open that namespace folder in the network, you will see subfolders that are shortcuts to the folders you added to your namespace. These subfolders are linked to the shared folders on other servers. Now, you can access all of those shared folders from different locations under a single path.</p>



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



<p>In this article, you learned how to install the Distributed File System (DFS) namespace on Windows Server 2022 and configure the DFS namespace to group shared folders from different servers into one namespace. Since this article is already long, we will cover DFS replication in another session. Please feel free to share your thoughts and questions in the comment section below.</p>



<p><strong>Related: </strong><a href="https://www.technig.com/install-and-enable-data-deduplication-in-windows-server-2022/" target="_blank" rel="noreferrer noopener">How to Install and Enable Data Deduplication on Windows Server 2022</a></p>
<p>The post <a href="https://www.technig.com/install-and-configure-distributed-file-system-namespace/">Install and Configure Distributed File System 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/install-and-configure-distributed-file-system-namespace/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18331</post-id>	</item>
		<item>
		<title>How to Restore Backup in Windows Server 2022</title>
		<link>https://www.technig.com/restore-backup-in-windows-server-2022/</link>
					<comments>https://www.technig.com/restore-backup-in-windows-server-2022/#respond</comments>
		
		<dc:creator><![CDATA[Habib Sarwari]]></dc:creator>
		<pubDate>Mon, 26 Jun 2023 11:58:20 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Backup and Recovery]]></category>
		<category><![CDATA[Backup and Restore]]></category>
		<category><![CDATA[Backup Services]]></category>
		<category><![CDATA[Data Backup]]></category>
		<category><![CDATA[Data Recovery Tool]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[File Recovery Software]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Recovery Files]]></category>
		<category><![CDATA[System Restore]]></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=18539</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1112" height="640" src="https://www.technig.com/wp-content/uploads/2022/06/Recovery-Process.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Restore backup" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/06/Recovery-Process.webp 1112w, https://www.technig.com/wp-content/uploads/2022/06/Recovery-Process-300x173.webp 300w, https://www.technig.com/wp-content/uploads/2022/06/Recovery-Process-1024x589.webp 1024w, https://www.technig.com/wp-content/uploads/2022/06/Recovery-Process-768x442.webp 768w" sizes="(max-width: 1112px) 100vw, 1112px" /></div>
<p>Backup and restore are the processes of creating and retrieving copies of data. This can be done to external or internal storage and is useful in the event of data loss or corruption. In this article, we will build on our previous article on Windows Server Backup installation and configuration by discussing how to restore [&#8230;]</p>
<p>The post <a href="https://www.technig.com/restore-backup-in-windows-server-2022/">How to Restore Backup 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="1112" height="640" src="https://www.technig.com/wp-content/uploads/2022/06/Recovery-Process.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Restore backup" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/06/Recovery-Process.webp 1112w, https://www.technig.com/wp-content/uploads/2022/06/Recovery-Process-300x173.webp 300w, https://www.technig.com/wp-content/uploads/2022/06/Recovery-Process-1024x589.webp 1024w, https://www.technig.com/wp-content/uploads/2022/06/Recovery-Process-768x442.webp 768w" sizes="(max-width: 1112px) 100vw, 1112px" /></div>
<p><strong>Backup and restore</strong> are the processes of creating and retrieving copies of data. This can be done to external or internal storage and is useful in the event of data loss or corruption. In this article, we will build on our previous article on <strong><a href="https://www.technig.com/windows-server-2022-backup-installation-and-configuration/" target="_blank" rel="noreferrer noopener">Windows Server Backup installation and configuration</a></strong> by discussing how to restore a backup in Windows Server 2022.</p>



<p>For the purposes of this article, we will assume that you have a server running Windows Server 2022 that is also a domain controller. We will also assume that you have already taken a full backup of your server.</p>



<p>To restore the backup, you will need to follow these steps:</p>



<ol class="wp-block-list">
<li>Open&nbsp;<strong>Server Manager</strong>.</li>



<li>Click&nbsp;<strong>Tools</strong>&nbsp;&gt;&nbsp;<strong>Windows Server Backup</strong>.</li>



<li>Click&nbsp;<strong>Recover</strong>.</li>



<li>Select the backup that you want to restore.</li>



<li>Choose the location where you want to restore the backup.</li>



<li>Click&nbsp;<strong>Next</strong>&nbsp;and follow the instructions.</li>
</ol>



<p>Once the restore process is complete, your server will be restored to the state it was in at the time of the backup.</p>



<p><strong>Note:</strong> It is important to test your backups regularly to ensure they work properly. You can do this by restoring a backup to a test server.</p>



<h2 class="wp-block-heading"><strong>Restore the Active Directory Backup on Windows Server</strong></h2>



<p>If your backup contains the Active Directory Services, you will get the below notification saying the AD DS only can be recovered when the computer is in DSFM mode.</p>


<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/AD-DS.png" alt="How to Restore Backup in Windows Server 2022" class="wp-image-18540" width="451" height="206" srcset="https://www.technig.com/wp-content/uploads/2022/06/AD-DS.png 601w, https://www.technig.com/wp-content/uploads/2022/06/AD-DS-300x137.png 300w" sizes="(max-width: 451px) 100vw, 451px" /><figcaption class="wp-element-caption">Active Directory Domain Services</figcaption></figure></div>


<p>In this case, you need to enable the <a href="https://en.wikipedia.org/wiki/Directory_Services_Restore_Mode" target="_blank" rel="noreferrer noopener">Directory Services Restore Mode</a> first. To do that, press <strong>Windows + R</strong> buttons to open the Run box. Write the <strong>MSCONFIG</strong> command and enter.</p>


<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/Run-box.png" alt="How to Restore Backup in Windows Server 2022" class="wp-image-18541" width="443" height="281" srcset="https://www.technig.com/wp-content/uploads/2022/06/Run-box.png 590w, https://www.technig.com/wp-content/uploads/2022/06/Run-box-300x190.png 300w" sizes="(max-width: 443px) 100vw, 443px" /><figcaption class="wp-element-caption">Write the MSCONFIG command and enter.</figcaption></figure></div>


<p>In the System Configuration wizard, click on the Boot option on the top menu.</p>


<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/System-Configuration.png" alt="How to Restore Backup in Windows Server 2022" class="wp-image-18542" width="639" height="417" srcset="https://www.technig.com/wp-content/uploads/2022/06/System-Configuration.png 852w, https://www.technig.com/wp-content/uploads/2022/06/System-Configuration-300x196.png 300w, https://www.technig.com/wp-content/uploads/2022/06/System-Configuration-768x501.png 768w, https://www.technig.com/wp-content/uploads/2022/06/System-Configuration-210x136.png 210w" sizes="(max-width: 639px) 100vw, 639px" /><figcaption class="wp-element-caption">System Configuration</figcaption></figure></div>


<p>Click on the Safe boot option, and choose the <strong>Active Directory repair</strong>. Click on the Apply button and restart your computer.</p>


<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/Safe-boot.png" alt="How to Restore Backup in Windows Server 2022" class="wp-image-18543" width="639" height="417" srcset="https://www.technig.com/wp-content/uploads/2022/06/Safe-boot.png 852w, https://www.technig.com/wp-content/uploads/2022/06/Safe-boot-300x196.png 300w, https://www.technig.com/wp-content/uploads/2022/06/Safe-boot-768x501.png 768w, https://www.technig.com/wp-content/uploads/2022/06/Safe-boot-210x136.png 210w" sizes="(max-width: 639px) 100vw, 639px" /><figcaption class="wp-element-caption">Enable the Safe Boot</figcaption></figure></div>


<h2 class="wp-block-heading"><strong>Restore Backup in Windows Server 2022</strong></h2>



<p>If a data loss occurs, you can manually recover the data using the backup data. To recover the data with the Windows Server backup, follow the below steps:</p>



<ol class="wp-block-list" type="1">
<li>Open the <strong>Windows Server Backup</strong> from the Start Menu or Server Manager &gt; Tools</li>



<li>Click on the Local Backup on the left-hand side</li>



<li>On the right-hand side, click on the Recover option.</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/Local-Backup-1024x573.png" alt="Click on the Local Backup and Recovrery" class="wp-image-18547" width="768" height="430" srcset="https://www.technig.com/wp-content/uploads/2022/06/Local-Backup-1024x573.png 1024w, https://www.technig.com/wp-content/uploads/2022/06/Local-Backup-300x168.png 300w, https://www.technig.com/wp-content/uploads/2022/06/Local-Backup-768x430.png 768w, https://www.technig.com/wp-content/uploads/2022/06/Local-Backup-1536x859.png 1536w, https://www.technig.com/wp-content/uploads/2022/06/Local-Backup.png 1666w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption class="wp-element-caption">Recovery Option</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="4">
<li>The Recovery Wizard asks where the backup is stored: this server or another location. Since I have kept the backup on the local drive, I select this server option. To continue, 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/Recovery-Wizard-1024x801.png" alt="Recovery Wizard" class="wp-image-18545" width="740" height="580" srcset="https://www.technig.com/wp-content/uploads/2022/06/Recovery-Wizard-1024x801.png 1024w, https://www.technig.com/wp-content/uploads/2022/06/Recovery-Wizard-300x235.png 300w, https://www.technig.com/wp-content/uploads/2022/06/Recovery-Wizard-768x601.png 768w, https://www.technig.com/wp-content/uploads/2022/06/Recovery-Wizard-279x220.png 279w, https://www.technig.com/wp-content/uploads/2022/06/Recovery-Wizard.png 1112w" sizes="(max-width: 740px) 100vw, 740px" /><figcaption class="wp-element-caption">Select the Backup Location</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="5">
<li>Select the backup according to the date to use for the recovery. If you have only one copy, that is automatically selected. 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/Select-Backup-Date-1024x801.png" alt="Select the date of backup you want to recover" class="wp-image-18548" width="740" height="580" srcset="https://www.technig.com/wp-content/uploads/2022/06/Select-Backup-Date-1024x801.png 1024w, https://www.technig.com/wp-content/uploads/2022/06/Select-Backup-Date-300x235.png 300w, https://www.technig.com/wp-content/uploads/2022/06/Select-Backup-Date-768x601.png 768w, https://www.technig.com/wp-content/uploads/2022/06/Select-Backup-Date-279x220.png 279w, https://www.technig.com/wp-content/uploads/2022/06/Select-Backup-Date.png 1112w" sizes="(max-width: 740px) 100vw, 740px" /><figcaption class="wp-element-caption">Backup Date</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="6">
<li>The new recovery wizard asks what you want to recover. If you select the Folders and files, you must specify the specific files and folders for the recovery. Else, if you choose the Volume, you can restore the entire Volume. Moreover, select the Applications if you want to recover the applications. I prefer the System State to restore system state data.</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-Recovery-Type-1024x801.png" alt="Select the Recovery Type" class="wp-image-18549" width="742" height="580" srcset="https://www.technig.com/wp-content/uploads/2022/06/Select-Recovery-Type-1024x801.png 1024w, https://www.technig.com/wp-content/uploads/2022/06/Select-Recovery-Type-300x235.png 300w, https://www.technig.com/wp-content/uploads/2022/06/Select-Recovery-Type-768x601.png 768w, https://www.technig.com/wp-content/uploads/2022/06/Select-Recovery-Type.png 1112w" sizes="(max-width: 742px) 100vw, 742px" /><figcaption class="wp-element-caption">Select the Recovery Type</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="7">
<li>Select a location for system state recovery. I select the original location and check the authoritative restore of Active Directory files.</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-Location-for-System-State-Recovery-1024x801.png" alt="Select Location for System State Recovery" class="wp-image-18550" width="741" height="580" srcset="https://www.technig.com/wp-content/uploads/2022/06/Select-Location-for-System-State-Recovery-1024x801.png 1024w, https://www.technig.com/wp-content/uploads/2022/06/Select-Location-for-System-State-Recovery-300x235.png 300w, https://www.technig.com/wp-content/uploads/2022/06/Select-Location-for-System-State-Recovery-768x601.png 768w, https://www.technig.com/wp-content/uploads/2022/06/Select-Location-for-System-State-Recovery.png 1112w" sizes="(max-width: 741px) 100vw, 741px" /><figcaption class="wp-element-caption">Select the Location and Click Next</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="8">
<li>Finally, click on the Recover button to confirm the recovery and start the Recovery process. The process takes a few seconds, and the computer will restart automatically when it is done.</li>
</ol>



<p>In a nutshell, the steps to back up and restore Windows Server 2022 are as follows:</p>



<p><strong>To back up Windows Server 2022:</strong></p>



<ol class="wp-block-list">
<li>Open Server Manager.</li>



<li>Click Tools &gt; Windows Server Backup.</li>



<li>Click Local Backup.</li>



<li>Click Backup Once in the Action section to open the wizard.</li>



<li>In the Backup Options dialog, select the files, folders, or volumes that you want to back up.</li>



<li>In the Backup Destination dialog, select the location where you want to store the backup.</li>



<li>Click Next and follow the instructions.</li>
</ol>



<p><strong>To restore Windows Server 2022:</strong></p>



<ol class="wp-block-list">
<li>Open Server Manager.</li>



<li>Click Tools &gt; Windows Server Backup.</li>



<li>Click Recover.</li>



<li>In the Getting Started dialog, select the location where the backup is stored.</li>



<li>In the Specify Location Type dialog, select the location type.</li>



<li>In the Specify Remote Folder dialog, type the backup path.</li>



<li>In the Select Backup Date dialog, select the date of the backup that you want to use for recovery.</li>



<li>In the Select Recovery Type dialog, select what you want to recover.</li>



<li>Click Next and follow the instructions.</li>
</ol>



<p>Here are some additional tips for backing up and restoring Windows Server 2022:</p>



<ul class="wp-block-list">
<li>It is important to test your backups regularly to ensure they work properly. You can do this by restoring a backup to a test server.</li>



<li>You should back up your data frequently, especially if you have important files or folders.</li>



<li>You should store your backups in a safe location, such as an external hard drive or a cloud storage service.</li>
</ul>



<h3 class="wp-block-heading">Conclusions</h3>



<p><strong>To conclude,</strong> if you have backed up your files and folders, you can restore them on Windows Server 2022. This article has provided you with the steps on how to do so. I hope this has sharpened your skills, and I welcome your thoughts and questions in the comment section.</p>
<p>The post <a href="https://www.technig.com/restore-backup-in-windows-server-2022/">How to Restore Backup 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/restore-backup-in-windows-server-2022/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18539</post-id>	</item>
		<item>
		<title>How to Share Files Over Network (Share Permissions) on Windows 11</title>
		<link>https://www.technig.com/share-files-over-network-share-permissions-on-windows-11/</link>
					<comments>https://www.technig.com/share-files-over-network-share-permissions-on-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Habib Sarwari]]></dc:creator>
		<pubDate>Thu, 16 Jun 2022 10:25:19 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[File Permission]]></category>
		<category><![CDATA[File Sharing Problems]]></category>
		<category><![CDATA[File Sharing Service]]></category>
		<category><![CDATA[File Transfer]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Network File Sharing]]></category>
		<category><![CDATA[Secure File Sharing]]></category>
		<category><![CDATA[Sharing File]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Configuration]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=17591</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/04/Share-Permissions.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Share Permissions on Windows 11" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/Share-Permissions.webp 1200w, https://www.technig.com/wp-content/uploads/2022/04/Share-Permissions-300x158.webp 300w, https://www.technig.com/wp-content/uploads/2022/04/Share-Permissions-1024x538.webp 1024w, https://www.technig.com/wp-content/uploads/2022/04/Share-Permissions-768x403.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>Share Permissions allows groups of people to share files and folders connected to the same network. Since an organization shares its resources according to its employees&#8217; needs, this Windows feature makes it easy to do so. Share Permissions in Windows 11 and the precedent versions provide this ability to implement appropriate access permissions to content. [&#8230;]</p>
<p>The post <a href="https://www.technig.com/share-files-over-network-share-permissions-on-windows-11/">How to Share Files Over Network (Share Permissions) on Windows 11</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/04/Share-Permissions.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Share Permissions on Windows 11" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/Share-Permissions.webp 1200w, https://www.technig.com/wp-content/uploads/2022/04/Share-Permissions-300x158.webp 300w, https://www.technig.com/wp-content/uploads/2022/04/Share-Permissions-1024x538.webp 1024w, https://www.technig.com/wp-content/uploads/2022/04/Share-Permissions-768x403.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p><a href="https://docs.microsoft.com/en-us/iis/web-hosting/configuring-servers-in-the-windows-web-platform/configuring-share-and-ntfs-permissions" target="_blank" rel="noreferrer noopener nofollow">Share Permissions</a> allows groups of people to share files and folders connected to the same network. Since an organization shares its resources according to its employees&#8217; needs, this Windows feature makes it easy to do so. Share Permissions in Windows 11 and the precedent versions provide this ability to implement appropriate access permissions to content. If you have installed Windows 11 on your computer and you want to share a folder using Share Permission, you may face trouble at first. And due to the security issue, Microsoft made file-sharing damn tricky. Don’t worry! In the following paragraphs, you will learn how to share files over the network on Windows 11.</p>



<p>You can read about NTFS Permission on <a href="https://www.technig.com/configure-ntfs-permissions-in-windows-server-2022/" target="_blank" rel="noreferrer noopener nofollow">NTFS Permissions in Windows Server 2022 and Windows 11</a>  page.</p>



<h2 class="wp-block-heading"><strong>How to use share permissions on Windows 11</strong></h2>



<p>Before beginning to share a file, you must turn on the windows discovery options:</p>



<ol class="wp-block-list" type="1"><li>Go to the <strong>Control Panel</strong>, and click on the <strong>Network and Internet.</strong></li><li>In the new window, click on the <strong>Network and Sharing Center.</strong></li><li>On the top left-hand side, click on the <strong>Changed advanced sharing settings</strong>.</li><li>Turn on <strong>network discovery</strong> in the private/public/domain/all networks.</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/04/Advanced-Sharing-Setting-1024x501-1.png" alt="How to Share File Over the Network on Windows 11" class="wp-image-17937" width="767" height="375" srcset="https://www.technig.com/wp-content/uploads/2022/04/Advanced-Sharing-Setting-1024x501-1.png 1023w, https://www.technig.com/wp-content/uploads/2022/04/Advanced-Sharing-Setting-1024x501-1-300x147.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Advanced-Sharing-Setting-1024x501-1-768x375.png 768w" sizes="(max-width: 767px) 100vw, 767px" /><figcaption>Turn on File Sharing Options</figcaption></figure></div>


<p>When you share folders with colleagues or friends, the built-in share permissions tools make the process easy for you. There are two types of shares in <strong>File Explorer</strong>.</p>



<h3 class="wp-block-heading">1. <strong>Basic Share</strong></h3>



<ol class="wp-block-list"><li>Open File Explorer and navigate to the folder you want to share; right-click on it, find the <strong>properties </strong>and click on it.</li><li>Click on Sharing tab at the top of the window; you will see two options: <strong>Share </strong>(basic Share) or <strong>Advanced Sharing. </strong>If you click on the <strong>share</strong> option, you can quickly share folders with minimum configuration. Click on <strong>Share,</strong> and from the text box, find the user or group you want to share with.</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/04/Sharing-tab.png" alt="How to Share File Over the Network on Windows 11" class="wp-image-17593" width="401" height="542" srcset="https://www.technig.com/wp-content/uploads/2022/04/Sharing-tab.png 534w, https://www.technig.com/wp-content/uploads/2022/04/Sharing-tab-222x300.png 222w" sizes="(max-width: 401px) 100vw, 401px" /><figcaption>Sharing Tab in the Folder Properties</figcaption></figure></div>


<ol class="wp-block-list" start="3"><li> Finally, in the Network access window, choose the people you want to share with on the network, give the permission level to the selected user and click on the <strong>Share</strong> button. And your file is shared; click done.</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/04/Choose-the-person-to-share-with-1.png" alt="How to Share File Over the Network on Windows 11" class="wp-image-17939" width="656" height="542" srcset="https://www.technig.com/wp-content/uploads/2022/04/Choose-the-person-to-share-with-1.png 875w, https://www.technig.com/wp-content/uploads/2022/04/Choose-the-person-to-share-with-1-300x248.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Choose-the-person-to-share-with-1-768x634.png 768w" sizes="(max-width: 656px) 100vw, 656px" /><figcaption>Choose the User to Share With.</figcaption></figure></div>


<h3 class="wp-block-heading">2. <strong>Advanced Share</strong></h3>



<ol class="wp-block-list"><li>Alternatively, when you open File Explorer, right-click on the intended folder, then click on the <strong>Properties, </strong>and this time click on the <strong>Advanced Sharing</strong> button, and in a new window, check the “<strong>Share this folder</strong>” option.</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/04/Advanced-Sharing.png" alt="How to Share File Over the Network on Windows 11" class="wp-image-17595" width="526" height="540" srcset="https://www.technig.com/wp-content/uploads/2022/04/Advanced-Sharing.png 526w, https://www.technig.com/wp-content/uploads/2022/04/Advanced-Sharing-292x300.png 292w" sizes="(max-width: 526px) 100vw, 526px" /><figcaption>Advanced Sharing Window</figcaption></figure></div>


<ol class="wp-block-list" start="2"><li> In the <strong>Advanced Sharing</strong> window, you can change the share&#8217;s name and limit the number of users that can access this folder simultaneously, and write comments for users.</li><li>Click on <strong>Permissions</strong> to specify the type of permissions and users you want to share with.</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/04/Permissions.png" alt="Permissions on Advanced Sharing window" class="wp-image-17596" width="526" height="540" srcset="https://www.technig.com/wp-content/uploads/2022/04/Permissions.png 526w, https://www.technig.com/wp-content/uploads/2022/04/Permissions-292x300.png 292w" sizes="(max-width: 526px) 100vw, 526px" /><figcaption>Click on Permissions Button</figcaption></figure></div>


<ol class="wp-block-list" start="4"><li>If you want to specify the user, click on the <strong>Add</strong> button, write the user’s name in the text box, and click on the <strong>Check Name</strong> button. Or click on the <strong>Advanced</strong> and <strong>Find Now</strong> button to find and select the existing users manually.</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/04/Add-user-and-group-1024x492.png" alt="Add new user or group" class="wp-image-17597" width="768" height="369" srcset="https://www.technig.com/wp-content/uploads/2022/04/Add-user-and-group-1024x492.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/Add-user-and-group-300x144.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Add-user-and-group-768x369.png 768w, https://www.technig.com/wp-content/uploads/2022/04/Add-user-and-group.png 1200w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Add New User or Group</figcaption></figure></div>


<ol class="wp-block-list" start="5"><li> After selecting the user, you can now check the <strong>Allow</strong> or <strong>Deny</strong> boxes to define permission access to users. When you specify the permissions for users or groups, click <strong>Ok</strong>.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/Specify-the-permissions-level.png" alt="Specify the Permissions Level" class="wp-image-17598" height="600" srcset="https://www.technig.com/wp-content/uploads/2022/04/Specify-the-permissions-level.png 537w, https://www.technig.com/wp-content/uploads/2022/04/Specify-the-permissions-level-240x300.png 240w" sizes="(max-width: 537px) 100vw, 537px" /><figcaption>Specify the Permissions Level Using Allow or Deny Column</figcaption></figure></div>


<p><strong>Note</strong>: there are three types of share permissions:</p>



<ol class="wp-block-list" type="1"><li><strong>Full control</strong>: the user can read, write, change, delete, and even change the permissions type.</li><li><strong>Change:</strong> the user can read, write, execute, and delete the folder.</li><li><strong>Read</strong>: the user can read and view the content. (This is the default permissions)</li></ol>



<h2 class="wp-block-heading"><strong>Fix file sharing problems</strong></h2>



<p>After you shared a folder and it did not work or did not show up in the network on other computers, you may need to enable some services on your computer.</p>



<ol class="wp-block-list"><li>Search <strong>Turn Windows Features on or off</strong> in the search box or start menu and open it.</li><li>Scroll down and find <strong>SMB 1.0/CIFS File Sharing Support</strong> in the new tiny window and expand it. Check <strong>SMB 1.0/CIFS Client</strong>. Restart your computer.</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/04/SMB-Feature-in-Windows.png" alt="Turn on SMB Feature on Windows 11" class="wp-image-17599" width="517" height="456" srcset="https://www.technig.com/wp-content/uploads/2022/04/SMB-Feature-in-Windows.png 689w, https://www.technig.com/wp-content/uploads/2022/04/SMB-Feature-in-Windows-300x265.png 300w" sizes="(max-width: 517px) 100vw, 517px" /><figcaption>Turn On SMB Feature</figcaption></figure></div>


<ol class="wp-block-list" start="3"><li> Furthermore, if you still have problems, open the search box and search for <strong>Services </strong>and open it. Find<strong> Function Discovery Provider Host </strong>and<strong> Function Discovery Resource Publication</strong>, double click on each of them to open and set the start type to <strong>Automatic</strong> and <strong>Start </strong>them.</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/04/Function-Discovery-1024x621.png" alt="Function Discovery" class="wp-image-17600" width="768" height="466" srcset="https://www.technig.com/wp-content/uploads/2022/04/Function-Discovery-1024x621.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/Function-Discovery-300x182.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Function-Discovery-768x466.png 768w, https://www.technig.com/wp-content/uploads/2022/04/Function-Discovery.png 1454w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Start the Function Discoveries from Windows Services</figcaption></figure></div>


<ol class="wp-block-list" start="4"><li> Other services you need to set to <strong>Automatic </strong>and <strong>start </strong>are <strong>SSDP Discovery </strong>and<strong> UPnP Device Host.</strong></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/04/UPNP-and-SSD-Discovery-1024x620.png" alt="UPNP and SSD Discovery in Windows Services" class="wp-image-17601" width="768" height="465" srcset="https://www.technig.com/wp-content/uploads/2022/04/UPNP-and-SSD-Discovery-1024x620.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/UPNP-and-SSD-Discovery-300x182.png 300w, https://www.technig.com/wp-content/uploads/2022/04/UPNP-and-SSD-Discovery-768x465.png 768w, https://www.technig.com/wp-content/uploads/2022/04/UPNP-and-SSD-Discovery.png 1453w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>UPnP and SSD Discovery in Windows Services</figcaption></figure></div>


<p>After you set these four services to Automatic and start each of them, you need to restart your computer. After the restart of your computer, you can share folders in the network.</p>



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



<p>To conclude, the share permissions in Windows 11 add extra security dimensions to the organization’s network. Additionally, this feature allows users and groups to use shared folders and files according to their needs. We hope this article could help you solve the sharing problems in your network and if you have questions, write them in the comment section of this page.</p>
<p>The post <a href="https://www.technig.com/share-files-over-network-share-permissions-on-windows-11/">How to Share Files Over Network (Share Permissions) on Windows 11</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/share-files-over-network-share-permissions-on-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17591</post-id>	</item>
		<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" 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 [&#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 loading="lazy" 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 loading="lazy" 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 Schedule Automatic Backup in Windows 11 (2 easy ways)</title>
		<link>https://www.technig.com/schedule-automatic-backup-in-windows-11/</link>
					<comments>https://www.technig.com/schedule-automatic-backup-in-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Habib Sarwari]]></dc:creator>
		<pubDate>Wed, 01 Jun 2022 07:20:00 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Backup and Restore]]></category>
		<category><![CDATA[Backup Services]]></category>
		<category><![CDATA[Backup Solution]]></category>
		<category><![CDATA[Data Backup]]></category>
		<category><![CDATA[Data Protection and Backup]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Offsite Backup]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Security]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=18168</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/05/Backup.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Schedule Automatic Backup" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/Backup.webp 1200w, https://www.technig.com/wp-content/uploads/2022/05/Backup-300x158.webp 300w, https://www.technig.com/wp-content/uploads/2022/05/Backup-1024x538.webp 1024w, https://www.technig.com/wp-content/uploads/2022/05/Backup-768x403.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>Since data has become an essential part of our lives, its safety is also a big concern. You may want to protect your data from viruses, crushes, and corruption in many situations. You can ensure the safety of your data by backing up all your data and files, and you can create a backup either [&#8230;]</p>
<p>The post <a href="https://www.technig.com/schedule-automatic-backup-in-windows-11/">How to Schedule Automatic Backup in Windows 11 (2 easy ways)</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/05/Backup.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Schedule Automatic Backup" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/Backup.webp 1200w, https://www.technig.com/wp-content/uploads/2022/05/Backup-300x158.webp 300w, https://www.technig.com/wp-content/uploads/2022/05/Backup-1024x538.webp 1024w, https://www.technig.com/wp-content/uploads/2022/05/Backup-768x403.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>Since data has become an essential part of our lives, its safety is also a big concern. You may want to protect your data from viruses, crushes, and corruption in many situations. You can ensure the safety of your data by backing up all your data and files, and you can create a <a href="https://en.wikipedia.org/wiki/Backup" target="_blank" rel="noreferrer noopener nofollow">backup </a>either manually or automatically on Windows 11. Since we have an article about backing up our files on <a href="https://www.technig.com/download-windows-11-iso-file/" target="_blank" rel="noreferrer noopener">Windows 11</a> manually, you can check how to take and restore a full Backup on Windows 11 article. The current article will give you ways to schedule an automatic backup on Windows 11 through the file history and Windows backup and restore.</p>



<h2 class="wp-block-heading"><strong>How to schedule backup on Windows 11 with Windows Backup and Restore</strong></h2>



<p>Windows backup and restore is a built-in and traditional tool that lets you schedule an automatic backup on Windows 11. Follow me with the below steps; I will create a full backup of my files on an external USB.</p>



<ol class="wp-block-list" type="1"><li>Connect your external hard drives such as USB or external hard disk to your computer if you want to take backup on an external hard disk.</li><li>Open the control panel. Press <strong>Windows + R</strong> to open the Run; write the control panel and click <strong>OK</strong>.</li><li>Click on the <strong>Backup and Restore</strong> <strong>(Windows 7)</strong> option under the system and security category.</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/05/screenshot_20220521_152620-1024x684.png" alt="How to Schedule Automatic Backup in Windows 11 (2 easy ways)" class="wp-image-18170" width="768" height="513" srcset="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220521_152620-1024x684.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220521_152620-300x200.png 300w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220521_152620-768x513.png 768w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220521_152620-450x300.png 450w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220521_152620.png 1367w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Backup and Restore</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="4"><li>Click on the <strong>Set up backup</strong> icon.</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/05/Set-up-Backup-1024x759.png" alt="How to Schedule Automatic Backup in Windows 11 (2 easy ways)" class="wp-image-18171" width="768" height="569" srcset="https://www.technig.com/wp-content/uploads/2022/05/Set-up-Backup-1024x759.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Set-up-Backup-300x222.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Set-up-Backup-768x569.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Set-up-Backup-86x64.png 86w, https://www.technig.com/wp-content/uploads/2022/05/Set-up-Backup.png 1183w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Set up Backup</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="5"><li>Select the local or external drive that you want to save your backup and click <strong>next</strong>.</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/05/Select-the-drive1.jpg" alt="How to Schedule Automatic Backup in Windows 11 (2 easy ways)" class="wp-image-18172" width="665" height="543" srcset="https://www.technig.com/wp-content/uploads/2022/05/Select-the-drive1.jpg 886w, https://www.technig.com/wp-content/uploads/2022/05/Select-the-drive1-300x245.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/Select-the-drive1-768x628.jpg 768w" sizes="(max-width: 665px) 100vw, 665px" /><figcaption>Select the Drive</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="6"><li>A question asks what do you want to backup? If you choose &#8216;<strong>Let windows choose,&#8217;</strong> it automatically backs up the entire data in Libraries, desktops, and default Windows folders. However, if you choose <strong>Let me choose</strong>, you can select libraries, folders, and drives and whether to include the system image or not manually. I go with the second option.</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/05/What-do-you-want-to-backup.png" alt="How to Schedule Automatic Backup in Windows 11 (2 easy ways)" class="wp-image-18173" width="667" height="659" srcset="https://www.technig.com/wp-content/uploads/2022/05/What-do-you-want-to-backup.png 889w, https://www.technig.com/wp-content/uploads/2022/05/What-do-you-want-to-backup-300x297.png 300w, https://www.technig.com/wp-content/uploads/2022/05/What-do-you-want-to-backup-768x759.png 768w, https://www.technig.com/wp-content/uploads/2022/05/What-do-you-want-to-backup-100x100.png 100w" sizes="(max-width: 667px) 100vw, 667px" /><figcaption>What Do You Want to Backup</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="7"><li>Select the check box of the items you want to back up. Additionally, check its box if you&#8217;re going to include the system image of drives. Else, uncheck it, and click <strong>next</strong>.</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/05/Select-the-folder-1.png" alt="Select the folders you want to create a backup of." class="wp-image-18175" width="664" height="657" srcset="https://www.technig.com/wp-content/uploads/2022/05/Select-the-folder-1.png 885w, https://www.technig.com/wp-content/uploads/2022/05/Select-the-folder-1-300x297.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Select-the-folder-1-768x760.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Select-the-folder-1-100x100.png 100w" sizes="(max-width: 664px) 100vw, 664px" /><figcaption>Choose the Folders</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="8"><li>In the <strong>Review Your Backup Settings</strong> wizard, click on the <strong>Change schedule</strong> to set the times for your backup.</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/05/Schedule-the-Backup.png" alt="Select the folders you want to create a backup of." class="wp-image-18176" width="664" height="656" srcset="https://www.technig.com/wp-content/uploads/2022/05/Schedule-the-Backup.png 885w, https://www.technig.com/wp-content/uploads/2022/05/Schedule-the-Backup-300x297.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Schedule-the-Backup-768x759.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Schedule-the-Backup-100x100.png 100w" sizes="(max-width: 664px) 100vw, 664px" /><figcaption>Schedule the Backup</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="9"><li>Specify how often to take backup and what day and time, then click <strong>Ok</strong>.</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/05/Schedule-the-time.png" alt="Schedule the time" class="wp-image-18177" width="667" height="630" srcset="https://www.technig.com/wp-content/uploads/2022/05/Schedule-the-time.png 889w, https://www.technig.com/wp-content/uploads/2022/05/Schedule-the-time-300x283.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Schedule-the-time-768x726.png 768w" sizes="(max-width: 667px) 100vw, 667px" /><figcaption>Schedule the Time</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="8"><li>Finally, click on the <strong>Save Settings and Run Backup Button</strong> to create a backup.</li></ol>



<h2 class="wp-block-heading"><strong>How to create an automatic file backup?</strong></h2>



<p>File history is another built-in method to take backup of your files in physical storage. To set up a file history auto-backup, go with the following steps:</p>



<ol class="wp-block-list" type="1"><li>Open the Control Panel</li><li>Click on the <strong>Save backup copies of your files with the file history</strong> option under the System and Security category.</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/05/File-History-Backup-1024x747.png" alt="File History Backup" class="wp-image-18178" width="768" height="560" srcset="https://www.technig.com/wp-content/uploads/2022/05/File-History-Backup-1024x747.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/File-History-Backup-300x219.png 300w, https://www.technig.com/wp-content/uploads/2022/05/File-History-Backup-768x560.png 768w, https://www.technig.com/wp-content/uploads/2022/05/File-History-Backup-86x64.png 86w, https://www.technig.com/wp-content/uploads/2022/05/File-History-Backup.png 1181w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>File History Backup</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="3"><li>You see, the file history is turned off. Turn it on by clicking on the <strong>Turn On</strong> button.</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/05/Turn-On-File-History-1024x684.png" alt="Turn on File History" class="wp-image-18179" width="768" height="513" srcset="https://www.technig.com/wp-content/uploads/2022/05/Turn-On-File-History-1024x684.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Turn-On-File-History-300x200.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Turn-On-File-History-768x513.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Turn-On-File-History-450x300.png 450w, https://www.technig.com/wp-content/uploads/2022/05/Turn-On-File-History.png 1370w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Turn on File History</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="4"><li>After the file history is turned on, click on <strong>Run Now. </strong>You see, it says <strong>file history is saving copies of your files</strong>. It copies files from Libraries, desktops, Contacts, and Favorites.</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/05/Run-now-the-file-history-1024x683.png" alt="Click on the Run Now" class="wp-image-18180" width="768" height="512" srcset="https://www.technig.com/wp-content/uploads/2022/05/Run-now-the-file-history-1024x683.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Run-now-the-file-history-300x200.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Run-now-the-file-history-768x512.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Run-now-the-file-history-450x300.png 450w, https://www.technig.com/wp-content/uploads/2022/05/Run-now-the-file-history.png 1373w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Click on the Run Now</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="5"><li>&nbsp;On the left-hand side, some options are there that let you bring changes into your file history backup configuration.<ol><li><strong>Select drive</strong>: you can change the location and the drive you want to save the backup file.</li><li><strong>Exclude Folders: </strong>If you don&#8217;t want to save copies of specific folders or files, use this option to exclude those items.</li><li><strong>Advanced Settings: &nbsp;</strong>Click on the advanced settings to specify how often you want to take a backup of your files and how long you want those files to be saved.</li></ol></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/05/Set-the-time-on-file-history-1024x684.png" alt="Set the Time for Creating Backup" class="wp-image-18181" width="768" height="513" srcset="https://www.technig.com/wp-content/uploads/2022/05/Set-the-time-on-file-history-1024x684.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Set-the-time-on-file-history-300x201.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Set-the-time-on-file-history-768x513.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Set-the-time-on-file-history-450x300.png 450w, https://www.technig.com/wp-content/uploads/2022/05/Set-the-time-on-file-history.png 1372w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Set Time for Backing Up</figcaption></figure></div>


<ol class="wp-block-list" start="6"><li>After setting the time for backup, click on the <strong>Save changes</strong> button.</li></ol>



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



<p>With the above two built-in methods, you can schedule an automatic backup on your Windows 11 and ensure the safety of your data even further. You can share your thoughts and questions in the comment section of this page.</p>
<p>The post <a href="https://www.technig.com/schedule-automatic-backup-in-windows-11/">How to Schedule Automatic Backup in Windows 11 (2 easy ways)</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/schedule-automatic-backup-in-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18168</post-id>	</item>
		<item>
		<title>How to Install and Enable Data Deduplication in Windows Server 2022</title>
		<link>https://www.technig.com/install-and-enable-data-deduplication-in-windows-server-2022/</link>
					<comments>https://www.technig.com/install-and-enable-data-deduplication-in-windows-server-2022/#respond</comments>
		
		<dc:creator><![CDATA[Habib Sarwari]]></dc:creator>
		<pubDate>Sat, 28 May 2022 11:43:33 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Data Backup]]></category>
		<category><![CDATA[Data Deduplication]]></category>
		<category><![CDATA[Data Storage]]></category>
		<category><![CDATA[Deduplication]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Install and Configure]]></category>
		<category><![CDATA[Install Software]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2019]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=18257</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/05/Schedule-281x300-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install and Enable Data Deduplication" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/Schedule-281x300-1.jpg 1200w, https://www.technig.com/wp-content/uploads/2022/05/Schedule-281x300-1-300x158.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/Schedule-281x300-1-1024x538.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/05/Schedule-281x300-1-768x403.jpg 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>When you store a massive amount of data in your system disks, you may find duplicated data. The duplicated data will impact storage efficiency. This probability is more actual when you save more similar files in your storage. For example, consider an educational center that stores thousands of students&#8217; files with a high volume of [&#8230;]</p>
<p>The post <a href="https://www.technig.com/install-and-enable-data-deduplication-in-windows-server-2022/">How to Install and Enable Data Deduplication 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="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/05/Schedule-281x300-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install and Enable Data Deduplication" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/Schedule-281x300-1.jpg 1200w, https://www.technig.com/wp-content/uploads/2022/05/Schedule-281x300-1-300x158.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/Schedule-281x300-1-1024x538.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/05/Schedule-281x300-1-768x403.jpg 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>When you store a massive amount of data in your system disks, you may find duplicated data. The duplicated data will impact storage efficiency. This probability is more actual when you save more similar files in your storage. For example, consider an educational center that stores thousands of students&#8217; files with a high volume of similar contents and structures. Fortunately, <a href="https://docs.microsoft.com/en-us/windows-server/storage/data-deduplication/overview" target="_blank" rel="noreferrer noopener nofollow">data Deduplication</a> technology can manage duplicated data and improve storage efficiency. Data Deduplication is a process that eliminates the excessive copies of data and decreases the storage capacity requirements. In this article, we write on How to install and enable data Deduplication on Windows Server 2022. So, tune in with us till the end.</p>



<p><strong>Important note:</strong> Data Deduplication can deduplicate data on NTFS and ReFS only.</p>



<h2 class="wp-block-heading"><strong>Install data deduplication on Windows Server 2022</strong></h2>



<p>You can install the data deduplication feature on the windows server through the Server Manager, PowerShell, and Windows Admin Center. I will use the Server Manager to install the Dedup roles and features on Windows Server 2022 in this session. Follow me with the steps below to install:</p>



<ol class="wp-block-list" type="1"><li>Open the Server Manager.</li><li>On the server manager dashboard, click on <strong>Add roles and Features</strong>. (Or on the <strong>Manage</strong> &gt;<strong>Add</strong> <strong>Roles and Features</strong>)</li><li>In the <strong>Before You Begin</strong> wizard, click on the <strong>Next </strong>button.</li><li>Select the installation type: <strong>Role-based or feature-based installation</strong>, and click next.</li><li>Select the destination server and click <strong>next</strong>.</li><li>Find the <strong>File and Storage Services</strong> in the Server Roles wizard and expand it. Expand the <strong>File and iSCSI Services</strong>.</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/05/File-and-Storage-Services-2-1024x730.png" alt="How to Install and Enable Data Deduplication in Windows Server 2022" class="wp-image-18261" width="768" height="548" srcset="https://www.technig.com/wp-content/uploads/2022/05/File-and-Storage-Services-2-1024x730.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/File-and-Storage-Services-2-300x214.png 300w, https://www.technig.com/wp-content/uploads/2022/05/File-and-Storage-Services-2-768x547.png 768w, https://www.technig.com/wp-content/uploads/2022/05/File-and-Storage-Services-2.png 1180w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>File and Storage Services</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="7"><li>Find the <strong>Data Deduplication</strong> feature and tick it. Click on the <strong>Add features</strong> button.</li><li>Click on the <strong>Next</strong> button till the Installation button activates. And click on the <strong>Install</strong> button. Wait for a few seconds; the feature will install.</li><li>Finally, close the wizard.</li></ol>



<h2 class="wp-block-heading"><strong>How to enable data deduplication on Server 2022?</strong></h2>



<p>After installing the data deduplication feature on your Windows Server, now you should enable it on a volume.</p>



<ol class="wp-block-list" type="1"><li>Determine on which volume you are going to apply the data deduplication. (You cannot implement it on the C drive)</li><li>Open the Server Manager dashboard.</li><li>On the left-hand side, click on <strong>File and Storage Services</strong>.</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/05/File-and-Storage-Services-1-1-1024x598.png" alt="How to Install and Enable Data Deduplication in Windows Server 2022" class="wp-image-18262" width="512" height="299" srcset="https://www.technig.com/wp-content/uploads/2022/05/File-and-Storage-Services-1-1-1024x598.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/File-and-Storage-Services-1-1-300x175.png 300w, https://www.technig.com/wp-content/uploads/2022/05/File-and-Storage-Services-1-1-768x448.png 768w, https://www.technig.com/wp-content/uploads/2022/05/File-and-Storage-Services-1-1.png 1031w" sizes="(max-width: 512px) 100vw, 512px" /><figcaption>Click on the File and Storage Services</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="4"><li>Click on the <strong>Volumes</strong>.</li><li>Right-click on the desired volumes, and click on the <strong>Configure data deduplication</strong>.</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/05/Enable-the-deduplication-1024x431.png" alt="How to Install and Enable Data Deduplication in Windows Server 2022" class="wp-image-18263" width="768" height="323" srcset="https://www.technig.com/wp-content/uploads/2022/05/Enable-the-deduplication-1024x431.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Enable-the-deduplication-300x126.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Enable-the-deduplication-768x324.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Enable-the-deduplication-1536x647.png 1536w, https://www.technig.com/wp-content/uploads/2022/05/Enable-the-deduplication.png 1626w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Enable the Deduplication</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="6"><li>You see, the data deduplication is disabled by default. Click on the drop-down menu to enable it. Select a proper answer from the three options below:<ol><li><strong>General-purpose file server</strong>: it is used for general purpose (I select this one here)</li><li><strong>Virtual desktop infrastructure server</strong>: choose this option if you use it for virtualization.</li><li><strong>Virtualized backup server</strong>: Select this option if you use the virtual machine as a backup server.</li></ol></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/05/Deduplication-Settings.png" alt="How to Install and Enable Data Deduplication in Windows Server 2022" class="wp-image-18264" width="485" height="416" srcset="https://www.technig.com/wp-content/uploads/2022/05/Deduplication-Settings.png 970w, https://www.technig.com/wp-content/uploads/2022/05/Deduplication-Settings-300x257.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Deduplication-Settings-768x659.png 768w" sizes="(max-width: 485px) 100vw, 485px" /><figcaption>Deduplication Settings</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="7"><li>Additionally, You can input a number to tell the server that starts deduplicating your files in a volume after some days. By default, it is three days. Here I want my server to deduplicate right now; that&#8217;s why I choose the 0 number.</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/05/Deduplicate-files-older.png" alt="When should your file be deduplicated" class="wp-image-18265" width="727" height="624" srcset="https://www.technig.com/wp-content/uploads/2022/05/Deduplicate-files-older.png 969w, https://www.technig.com/wp-content/uploads/2022/05/Deduplicate-files-older-300x258.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Deduplicate-files-older-768x659.png 768w" sizes="(max-width: 727px) 100vw, 727px" /><figcaption>Specify the Day</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="8"><li>If you want to exclude some files and folders and do not want them to be deduplicated, click on the <strong>Add </strong>button and select the folder. Or write file extension and click enter.</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/05/Exclude-files-and-folders.png" alt="Exclude files and folders" class="wp-image-18266" width="728" height="623" srcset="https://www.technig.com/wp-content/uploads/2022/05/Exclude-files-and-folders.png 970w, https://www.technig.com/wp-content/uploads/2022/05/Exclude-files-and-folders-300x257.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Exclude-files-and-folders-768x658.png 768w" sizes="(max-width: 728px) 100vw, 728px" /><figcaption>Exclude Files and Folders</figcaption></figure></div>


<h3 class="wp-block-heading"><strong>How to Schedule the Deduplication on Windows Server 2022?</strong></h3>



<p>Additionally, in the Deduplication setting wizard, you see the <strong>Set Deduplication Schedule</strong> button. Click on that to schedule the Deduplication on your server.</p>


<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/05/Schedule-Deduplication.png" alt="Schedule the deduplication" class="wp-image-18267" width="727" height="624" srcset="https://www.technig.com/wp-content/uploads/2022/05/Schedule-Deduplication.png 969w, https://www.technig.com/wp-content/uploads/2022/05/Schedule-Deduplication-300x258.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Schedule-Deduplication-768x659.png 768w" sizes="(max-width: 727px) 100vw, 727px" /><figcaption>Schedule Deduplication</figcaption></figure></div>


<p>You can set the time to start the Deduplication process and specify the Deduplication&#8217;s day, hours, and duration. Moreover, you can create a second schedule for throughput optimization. After you set the scheduled time, click <strong>Ok</strong>.</p>


<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/05/Schedule1-1.png" alt="Schedule the time" class="wp-image-18280" width="588" height="627" srcset="https://www.technig.com/wp-content/uploads/2022/05/Schedule1-1.png 940w, https://www.technig.com/wp-content/uploads/2022/05/Schedule1-1-281x300.png 281w, https://www.technig.com/wp-content/uploads/2022/05/Schedule1-1-768x819.png 768w" sizes="(max-width: 588px) 100vw, 588px" /><figcaption>Schedule Window</figcaption></figure></div>


<h3 class="wp-block-heading"><strong>How to Run Data Deduplication process on Volumes?</strong></h3>



<p>Now that you have installed the Data deduplication feature and enabled it on your Windows Server. You should know that it does not start deduplicating immediately. It will start running in the background when the system is idle or according to the time you specified in the schedule. However, you can run the Deduplication job on the targeted volumes manually. To illustrate it further, I have an <strong>E:</strong> drive on my system and want to implement the Deduplication process. To do that, I run the <strong>PowerShell</strong> as an administrator and write the following command, and enter.</p>



<p><strong><code>Start-DedupJob –Volume "Name_of_Volume" –Type Optimization</code></strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="154" src="https://www.technig.com/wp-content/uploads/2022/05/Start-Dedup-job-1024x154.png" alt="Start Dedup Job Manually" class="wp-image-18269" srcset="https://www.technig.com/wp-content/uploads/2022/05/Start-Dedup-job-1024x154.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Start-Dedup-job-300x45.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Start-Dedup-job-768x116.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Start-Dedup-job.png 1150w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Start Dedup Job Manually</figcaption></figure></div>


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



<p>To conclude, you learned to install and enable data deduplication on Windows 2022. Data deduplication is a great way to enhance the efficiency of your storage on a Windows server. I hope you can benefit from this feature on your server to save storage space. You can write down in the comment section your thoughts and questions.</p>
<p>The post <a href="https://www.technig.com/install-and-enable-data-deduplication-in-windows-server-2022/">How to Install and Enable Data Deduplication 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/install-and-enable-data-deduplication-in-windows-server-2022/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18257</post-id>	</item>
		<item>
		<title>How to Backup and Restore Data on Windows 11?</title>
		<link>https://www.technig.com/backup-and-restore-data-on-windows-11/</link>
					<comments>https://www.technig.com/backup-and-restore-data-on-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Habib Sarwari]]></dc:creator>
		<pubDate>Tue, 24 May 2022 10:33:00 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Backup and Recovery]]></category>
		<category><![CDATA[Backup and Restore]]></category>
		<category><![CDATA[Backup Services]]></category>
		<category><![CDATA[Backup Solution]]></category>
		<category><![CDATA[Backup Solutions]]></category>
		<category><![CDATA[Cloud Backup Services]]></category>
		<category><![CDATA[Data Backup]]></category>
		<category><![CDATA[Data Protection and Backup]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Online Backup Services]]></category>
		<category><![CDATA[System Restore]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Backup]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=17425</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1024" height="538" src="https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Windows 11 Backup and Restore" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1-300x158.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1-768x404.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></div>
<p>File losing is one of the biggest concerns in today&#8217;s digital world, and to get rid of these problems, Microsoft offers built-in tools in Windows 11 to back up your system. By backing up your system, you ensure the safety of your data from disk failure, viruses, malware, fire, flood, or any other strange causes. [&#8230;]</p>
<p>The post <a href="https://www.technig.com/backup-and-restore-data-on-windows-11/">How to Backup and Restore Data on Windows 11?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1024" height="538" src="https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Windows 11 Backup and Restore" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1-300x158.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1-768x404.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></div>
<p>File losing is one of the biggest concerns in today&#8217;s digital world, and to get rid of these problems, Microsoft offers built-in tools in Windows 11 to back up your system. By backing up your system, you ensure the safety of your data from disk failure, viruses, malware, fire, flood, or any other strange causes. Among other built-in tools, the <strong>Backup and Restore </strong>is one of the essential backup and recovery tools in Windows 11 that we will talk about in this article.</p>


<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/04/Windows-11-Backup-and-Restore-1024x538-1.jpg" alt="Windows 11 Backup and Restore" class="wp-image-17800" width="768" height="404" srcset="https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1-300x158.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Windows-11-Backup-and-Restore-1024x538-1-768x404.jpg 768w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Windows 11 Backup and Restore</figcaption></figure></div>


<p><strong>Related:</strong> <a href="https://www.technig.com/schedule-automatic-backup-in-windows-11/" target="_blank" rel="noreferrer noopener nofollow">How to Schedule Automatic Backup on Windows 11</a>?</p>



<h2 class="wp-block-heading">Create a full backup on Windows 11</h2>



<p>To create a full backup that stores all the installation, files, images, documents, and settings, use <strong>Backup and Restore</strong> features. This feature takes a copy or an image of the whole system and stores that in an external or internal hard disk or drive. To create a full backup from Windows 11, follow the below steps:</p>



<ol class="wp-block-list"><li>Open <strong>Control Panel</strong> from the <strong>Start Menu</strong>, and click on <strong>Backup and Restore</strong> (Windows 7) beneath the <strong>System and Security</strong> category.</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/04/Backup-and-Restore-1024x518-1.png" alt="Complete Guide on Windows 11 Backup and Restore" class="wp-image-17929" width="633" height="308" srcset="https://www.technig.com/wp-content/uploads/2022/04/Backup-and-Restore-1024x518-1.png 844w, https://www.technig.com/wp-content/uploads/2022/04/Backup-and-Restore-1024x518-1-300x146.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Backup-and-Restore-1024x518-1-768x374.png 768w" sizes="(max-width: 633px) 100vw, 633px" /><figcaption>Control Panel Window</figcaption></figure></div>


<ol class="wp-block-list" start="2"><li> In the top-left-hand corner, click on <strong>Create a system image</strong>.</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/04/Create-System-Image-1024x576-1.png" alt="Complete Guide on Windows 11 Backup and Restore" class="wp-image-17930" width="767" height="427" srcset="https://www.technig.com/wp-content/uploads/2022/04/Create-System-Image-1024x576-1.png 1023w, https://www.technig.com/wp-content/uploads/2022/04/Create-System-Image-1024x576-1-300x167.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Create-System-Image-1024x576-1-768x427.png 768w" sizes="(max-width: 767px) 100vw, 767px" /><figcaption>Create System Image</figcaption></figure></div>


<ol class="wp-block-list" start="3"><li> A new window pops up, asking where you want to save the backup. You have to choose one of the three options; <strong>on a hard disk</strong>, <strong>on one or more DVDs</strong>, or <strong>on a network location</strong>; Select the location accordingly. If you select the hard disk, open the drop-down menu and choose the intended disk.</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/04/Save-the-Backup-file-1.png" alt="Save the Backup File" class="wp-image-17931" width="672" height="705" srcset="https://www.technig.com/wp-content/uploads/2022/04/Save-the-Backup-file-1.png 896w, https://www.technig.com/wp-content/uploads/2022/04/Save-the-Backup-file-1-286x300.png 286w, https://www.technig.com/wp-content/uploads/2022/04/Save-the-Backup-file-1-768x806.png 768w" sizes="(max-width: 672px) 100vw, 672px" /><figcaption>Save the Backup</figcaption></figure></div>


<ol class="wp-block-list" start="4"><li> First, confirm your backup settings and then click on the <strong>Start Backup</strong> button; then, a new tiny window shows the process of saving the backup. The processing time depends on the amount of data in your system.</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/04/Processing-1.png" alt="Complete Guide on Windows 11 Backup and Restore" class="wp-image-17932" width="571" height="343" srcset="https://www.technig.com/wp-content/uploads/2022/04/Processing-1.png 761w, https://www.technig.com/wp-content/uploads/2022/04/Processing-1-300x180.png 300w" sizes="(max-width: 571px) 100vw, 571px" /><figcaption>Processing</figcaption></figure></div>


<ol class="wp-block-list" start="5"><li> The new window that wants you to <strong>create a system repair disk</strong> shows up. If you&#8217;re going to make the repair disk, click <strong>yes</strong>; otherwise, click <strong>no</strong>. </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/04/Create-System-Repair-Disk.png" alt="Repair disk" class="wp-image-17433" width="425" height="223" srcset="https://www.technig.com/wp-content/uploads/2022/04/Create-System-Repair-Disk.png 566w, https://www.technig.com/wp-content/uploads/2022/04/Create-System-Repair-Disk-300x157.png 300w" sizes="(max-width: 425px) 100vw, 425px" /><figcaption>Create System Repair Disk</figcaption></figure></div>


<p>Finally, you are done! You can go to the selected disk and see a new folder created <strong>WindowsImageBackup</strong>, containing all the backup data.</p>



<h2 class="wp-block-heading"><strong>How to restore the backup on Windows 11?</strong></h2>



<p>If you face hardware failure, system corruption, or your important files have been destroyed because you have already taken a backup from your file and system, you can quickly restore them. There are two ways to restore the backup in Windows 11;</p>



<h3 class="wp-block-heading">First Way to Restore Backup</h3>



<p>Restore your file through the <strong>recovery </strong>option in your <strong>system setting</strong>;</p>



<ol class="wp-block-list"><li>Open the <strong>system settings</strong>, scroll down, and find the <strong>Recovery</strong> option; click on it. Then, in the recovery window, click on <strong>Restart Now</strong> button.</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/04/Recovery-Option-1024x576.png" alt="Recovery option in System Settings" class="wp-image-17434" width="768" height="432" srcset="https://www.technig.com/wp-content/uploads/2022/04/Recovery-Option-1024x576.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/Recovery-Option-300x169.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Recovery-Option-768x432.png 768w, https://www.technig.com/wp-content/uploads/2022/04/Recovery-Option-1536x864.png 1536w, https://www.technig.com/wp-content/uploads/2022/04/Recovery-Option.png 1920w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Recovery Option in System Settings</figcaption></figure></div>


<ol class="wp-block-list" start="2"><li>When your computer restart, a new green window lets you choose an option. Click on <strong>Troubleshoot</strong>.</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/04/Troubleshoot-Window-1024x649-1.png" alt="Troubleshoot Window" class="wp-image-17933" width="692" height="385" srcset="https://www.technig.com/wp-content/uploads/2022/04/Troubleshoot-Window-1024x649-1.png 923w, https://www.technig.com/wp-content/uploads/2022/04/Troubleshoot-Window-1024x649-1-300x167.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Troubleshoot-Window-1024x649-1-768x427.png 768w" sizes="(max-width: 692px) 100vw, 692px" /><figcaption>TroubleShoot Window</figcaption></figure></div>


<ol class="wp-block-list" start="3"><li>In Troubleshoot Window, click on Advanced Options.</li><li>If you find the <strong>System Image Recovery</strong> option in the <strong>Advanced Option</strong>, click on it. Else, click on the hyperlink &#8220;<strong>See more recovery options</strong>&#8221; at the bottom. In the new window, click on the <strong>System Image Recovery</strong> options. </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/04/System-Image-Recovery-Window-1024x649-1.png" alt="System Image Recovery Option" class="wp-image-17935" width="768" height="487"/><figcaption>System Image Recovery Option</figcaption></figure></div>


<ol class="wp-block-list" start="5"><li> <span style="color: initial;text-transform: initial">The new window wants you to select a </span><strong style="color: initial;text-transform: initial">System image backup</strong><span style="color: initial;text-transform: initial">. (If you had only one system backup, it would automatically be selected) After selecting your backup image, click on the </span><strong style="color: initial;text-transform: initial">Next</strong><span style="color: initial;text-transform: initial"> button.</span></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/05/screenshot_20220522_001224-1024x726.png" alt="Select the Image Backup" class="wp-image-18192" width="512" height="363" srcset="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220522_001224-1024x726.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220522_001224-300x213.png 300w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220522_001224-768x544.png 768w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220522_001224-1536x1089.png 1536w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220522_001224-2048x1452.png 2048w" sizes="(max-width: 512px) 100vw, 512px" /><figcaption>Select Image Backup</figcaption></figure></div>


<ol class="wp-block-list" start="6"><li> A new window shows, &#8220;<strong>Choose additional restore option</strong>,&#8221; without any changes; click on the Next button. Finally, another window that shows the date and time, computer name, and other information appears; you can click on the <strong>Finish </strong>button. </li></ol>



<p>The processing time takes some time, and when it is finished, you are done with the restoring, and your computer will restart.</p>



<h3 class="wp-block-heading">Second Way to Restore the Backup</h3>



<p>If your hardware failed or your system is corrupted, you can use this alternative way to restore the backup in Windows 11.</p>



<ol class="wp-block-list"><li>Boot the computer using CD/DVD, a Windows repair disk, or a booted USB drive.</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/04/Boot-Computer-1024x648-1.png" alt="Boot the computer" class="wp-image-17691" width="768" height="110" srcset="https://www.technig.com/wp-content/uploads/2022/04/Boot-Computer-1024x648-1.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/Boot-Computer-1024x648-1-300x43.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Boot-Computer-1024x648-1-768x110.png 768w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Press Any Key To Boot</figcaption></figure></div>


<ol class="wp-block-list" start="2"><li> Now, instead of clicking on <strong>Install now</strong> button, click on the <strong>Repair your computer</strong> hyperlink at the bottom.</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/04/Repair-Your-Computer-Window.png" alt="Repair the Computer" class="wp-image-17437" width="691" height="514" srcset="https://www.technig.com/wp-content/uploads/2022/04/Repair-Your-Computer-Window.png 921w, https://www.technig.com/wp-content/uploads/2022/04/Repair-Your-Computer-Window-300x223.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Repair-Your-Computer-Window-768x571.png 768w, https://www.technig.com/wp-content/uploads/2022/04/Repair-Your-Computer-Window-86x64.png 86w" sizes="(max-width: 691px) 100vw, 691px" /><figcaption>Repair the Computer</figcaption></figure></div>


<ol class="wp-block-list" start="3"><li> The same new green windows appear that you learned their process a few lines before in the <strong>First way to restore the backup</strong> section. You can click on <strong>Troubleshoot</strong> and go ahead.</li></ol>



<p>You can now take a backup from your Windows 11 Operating System and bring the lost data back if your file is destroyed. I hope this article is useful. You can share your thoughts and questions in the comment section of this page.</p>
<p>The post <a href="https://www.technig.com/backup-and-restore-data-on-windows-11/">How to Backup and Restore Data on Windows 11?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/backup-and-restore-data-on-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17425</post-id>	</item>
		<item>
		<title>How to Download and Install Windows Admin Center on Windows Server 2022</title>
		<link>https://www.technig.com/install-windows-admin-center-on-windows-server-2022/</link>
					<comments>https://www.technig.com/install-windows-admin-center-on-windows-server-2022/#respond</comments>
		
		<dc:creator><![CDATA[Habib Sarwari]]></dc:creator>
		<pubDate>Mon, 23 May 2022 06:42:00 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Install and Configure]]></category>
		<category><![CDATA[Remote Management Software]]></category>
		<category><![CDATA[Remote Server Administration Tools]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Admin Center]]></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=18098</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/05/windows_server_2022_desktop_by_therealtoriel2011_denb2hn-pre.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Download and Install Windows Admin Center" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/windows_server_2022_desktop_by_therealtoriel2011_denb2hn-pre.png 1200w, https://www.technig.com/wp-content/uploads/2022/05/windows_server_2022_desktop_by_therealtoriel2011_denb2hn-pre-300x158.png 300w, https://www.technig.com/wp-content/uploads/2022/05/windows_server_2022_desktop_by_therealtoriel2011_denb2hn-pre-1024x538.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/windows_server_2022_desktop_by_therealtoriel2011_denb2hn-pre-768x403.png 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>Have you noticed a tiny window pops up when opening the Server Manager and asking to use the Windows Admin Center to manage Windows Server? Windows Admin Center is a free and browser-based platform used to manage Windows Server and Windows clients. This app gives complete control over all aspects of Windows Server infrastructure and [&#8230;]</p>
<p>The post <a href="https://www.technig.com/install-windows-admin-center-on-windows-server-2022/">How to Download and Install Windows Admin Center on 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="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/05/windows_server_2022_desktop_by_therealtoriel2011_denb2hn-pre.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Download and Install Windows Admin Center" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/windows_server_2022_desktop_by_therealtoriel2011_denb2hn-pre.png 1200w, https://www.technig.com/wp-content/uploads/2022/05/windows_server_2022_desktop_by_therealtoriel2011_denb2hn-pre-300x158.png 300w, https://www.technig.com/wp-content/uploads/2022/05/windows_server_2022_desktop_by_therealtoriel2011_denb2hn-pre-1024x538.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/windows_server_2022_desktop_by_therealtoriel2011_denb2hn-pre-768x403.png 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>Have you noticed a tiny window pops up when opening the <a href="https://docs.microsoft.com/en-us/windows-server/administration/server-manager/server-manager" target="_blank" rel="noreferrer noopener nofollow">Server Manager</a> and asking to use the Windows Admin Center to manage Windows Server? Windows Admin Center is a free and browser-based platform used to manage Windows Server and Windows clients. This app gives complete control over all aspects of <a href="https://technig.com/free-download-windows-server-2022-iso-file/" target="_blank" rel="noreferrer noopener nofollow">Windows Server</a> infrastructure and improves the management environment. Additionally, this app brings together all the features in one platform and allows you to configure them remotely. In this session, We will discuss how to download and install Windows Admin Center on Windows Server 2022. Since the process is the same, you can use and implement it on <a href="https://technig.com/download-windows-11-iso-file/" target="_blank" rel="noreferrer noopener nofollow">Windows 11</a> or other Windows versions with slight differences.</p>



<h2 class="wp-block-heading"><strong>How to download Windows Admin Center?</strong></h2>



<p>The Windows Admin Center has not been installed by default; you need to download it first. Open Microsoft Edge to download the windows admin center and click on https://aka.ms/WACDownload. The download will start automatically. Alternatively, you can search Windows Admin Center on other search engines, such as Google Chrome, and download it from <a href="https://docs.microsoft.com/en-us/windows-server/manage/windows-admin-center/overview" target="_blank" rel="noreferrer noopener nofollow">docs.microsoft.com</a>.</p>



<p>After the Windows Admin Center download, let&#8217;s go ahead with the installation.</p>



<h2 class="wp-block-heading"><strong>How to install Windows Admin Center on Windows Server 2022</strong></h2>



<p>After downloading, go to the download directory and follow the steps below to install the setup.</p>



<ol class="wp-block-list" type="1"><li>Double-click on the setup to start the installation.</li><li>If you agree with license terms, accept the terms and click next.</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/05/License-Terms.png" alt="How to Download and Install Windows Admin Center on Windows Server 2022" class="wp-image-18100" width="578" height="444" srcset="https://www.technig.com/wp-content/uploads/2022/05/License-Terms.png 770w, https://www.technig.com/wp-content/uploads/2022/05/License-Terms-300x231.png 300w, https://www.technig.com/wp-content/uploads/2022/05/License-Terms-768x590.png 768w, https://www.technig.com/wp-content/uploads/2022/05/License-Terms-260x200.png 260w" sizes="(max-width: 578px) 100vw, 578px" /><figcaption>Accept the License Terms</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="3"><li>Select the option to send the diagnostic data to Microsoft to make Windows Admin Center better. I go with the &#8220;<strong>Required diagnostic data</strong>&#8221; option and click next.</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/05/Required-diagnostic-data.png" alt="Required diagnostic data" class="wp-image-18106" width="578" height="449" srcset="https://www.technig.com/wp-content/uploads/2022/05/Required-diagnostic-data.png 770w, https://www.technig.com/wp-content/uploads/2022/05/Required-diagnostic-data-300x233.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Required-diagnostic-data-768x596.png 768w" sizes="(max-width: 578px) 100vw, 578px" /><figcaption>Select Option and Click Next.</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="4"><li>If your server is not up to date or you want to check for the update, select the &#8220;<strong>Use Microsoft Update&#8221; </strong>option. Otherwise, check the &#8220;don&#8217;t<strong> want to use the Microsoft update</strong>&#8221; and click next. I go with the second option.</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/05/User-Microsoft-Update.png" alt="How to Download and Install Windows Admin Center on Windows Server 2022" class="wp-image-18101" width="575" height="443" srcset="https://www.technig.com/wp-content/uploads/2022/05/User-Microsoft-Update.png 767w, https://www.technig.com/wp-content/uploads/2022/05/User-Microsoft-Update-300x231.png 300w, https://www.technig.com/wp-content/uploads/2022/05/User-Microsoft-Update-260x200.png 260w" sizes="(max-width: 575px) 100vw, 575px" /><figcaption>Microsoft Update Option</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="5"><li>Generally, Desktop (Local) mode and gateway mode are supported on Windows Admin Center for the operating system. In the image below, the wizard summarizes the gateway mode; click <strong>next</strong>.</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/05/Gateway-mode.png" alt="How to Download and Install Windows Admin Center on Windows Server 2022" class="wp-image-18102" width="575" height="444" srcset="https://www.technig.com/wp-content/uploads/2022/05/Gateway-mode.png 767w, https://www.technig.com/wp-content/uploads/2022/05/Gateway-mode-300x232.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Gateway-mode-260x200.png 260w" sizes="(max-width: 575px) 100vw, 575px" /><figcaption>Click Next</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="6"><li>The &#8220;<strong>Use WinRM over HTTPS only</strong>&#8221; is a new option with the latest updated Windows Admin Center versions. It is used to encrypt the data being sent across the wire. Since it is a broad subject and needs another article, I will use the default settings now.</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/05/WinRM-over-HTTPS.png" alt="How to Download and Install Windows Admin Center on Windows Server 2022" class="wp-image-18103" width="581" height="451" srcset="https://www.technig.com/wp-content/uploads/2022/05/WinRM-over-HTTPS.png 774w, https://www.technig.com/wp-content/uploads/2022/05/WinRM-over-HTTPS-300x233.png 300w, https://www.technig.com/wp-content/uploads/2022/05/WinRM-over-HTTPS-768x596.png 768w" sizes="(max-width: 581px) 100vw, 581px" /><figcaption>Configure Gateway End Point</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="7"><li>The new wizard asks to enter the port number and certificates. By default, in gateway mode, it uses the 443 port number. Although, you can change the port number according to the requirement. Moreover, if you have installed the SSL certificate on your computer, select the second option and provide the thumbprint for the gateway SSL certificate. Since I have not installed the SSL Certificate on my system, I will use the default setting and click the <strong>Install</strong> button.</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/05/Port-Number-and-SSL-Certificate-1.png" alt="Select the Port Number and SSL Certificate" class="wp-image-18105" width="578" height="451" srcset="https://www.technig.com/wp-content/uploads/2022/05/Port-Number-and-SSL-Certificate-1.png 771w, https://www.technig.com/wp-content/uploads/2022/05/Port-Number-and-SSL-Certificate-1-300x234.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Port-Number-and-SSL-Certificate-1-768x599.png 768w" sizes="(max-width: 578px) 100vw, 578px" /><figcaption>Select Port Number and Certificate</figcaption></figure></div>


<h3 class="wp-block-heading"><strong>Manage Windows Admin Center</strong></h3>



<p>After seeing the final wizard, &#8220;<strong>Ready to Connect from a PC,</strong>&#8221; you have successfully installed the Windows Admin Center. In the last wizard, you see a URL that you can use that link to open the Windows Admin Center on a browser. If you click on this URL, it asks about the credential. Enter the user name and password, then click <strong>ok</strong>.</p>


<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/05/Final-Wizard.png" alt="Final Wizard Gives the URL" class="wp-image-18107" width="578" height="449" srcset="https://www.technig.com/wp-content/uploads/2022/05/Final-Wizard.png 770w, https://www.technig.com/wp-content/uploads/2022/05/Final-Wizard-300x233.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Final-Wizard-768x596.png 768w" sizes="(max-width: 578px) 100vw, 578px" /><figcaption>URL to Open the WAC</figcaption></figure></div>


<p>Another URL in the final wizard lets you know which browsers support the Windows Admin Center. Microsoft Edge and Google Chrome are primarily the two browsers supporting this app.</p>



<p>Another direct way to open the Windows Admin Center is through the browsers. Open Microsoft edge or google chrome and write the URL (<strong>https://localhost/full_Server_Name</strong>) and enter. Click on the server name to connect. You are in the Windows Admin Center environment. Now you can manage your servers from the Windows Admin Center.</p>



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



<p>This article discussed how to download the Windows Admin Center and install it on your Windows Server 2022. I hope the article could sharpen your skills further and If you have questions, write them in the comment section of this page.</p>
<p>The post <a href="https://www.technig.com/install-windows-admin-center-on-windows-server-2022/">How to Download and Install Windows Admin Center on Windows Server 2022</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/install-windows-admin-center-on-windows-server-2022/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18098</post-id>	</item>
		<item>
		<title>How to Remove Login Password on Windows 11?</title>
		<link>https://www.technig.com/remove-login-password-on-windows-11/</link>
					<comments>https://www.technig.com/remove-login-password-on-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Habib Sarwari]]></dc:creator>
		<pubDate>Sat, 21 May 2022 06:50:00 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Change User Account Password]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Password Recovery]]></category>
		<category><![CDATA[Password Settings Policy]]></category>
		<category><![CDATA[Recover Password]]></category>
		<category><![CDATA[Reset Lost Password]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows 11 Configuration]]></category>
		<category><![CDATA[Windows PowerShell]]></category>
		<category><![CDATA[Windows Security]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=17990</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/05/Registry-Editor-Window.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Remove Login Password on Windows 11" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/Registry-Editor-Window.webp 1200w, https://www.technig.com/wp-content/uploads/2022/05/Registry-Editor-Window-300x158.webp 300w, https://www.technig.com/wp-content/uploads/2022/05/Registry-Editor-Window-1024x538.webp 1024w, https://www.technig.com/wp-content/uploads/2022/05/Registry-Editor-Window-768x403.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>You set the password on your computer to protect your privacy and ensure the safety of your data. However, it might get redundant to enter the password each time you sign in to your computer. You can find numerous articles written about turning off the lock screen password on your computer on google. I checked [&#8230;]</p>
<p>The post <a href="https://www.technig.com/remove-login-password-on-windows-11/">How to Remove Login Password on Windows 11?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/05/Registry-Editor-Window.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Remove Login Password on Windows 11" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/Registry-Editor-Window.webp 1200w, https://www.technig.com/wp-content/uploads/2022/05/Registry-Editor-Window-300x158.webp 300w, https://www.technig.com/wp-content/uploads/2022/05/Registry-Editor-Window-1024x538.webp 1024w, https://www.technig.com/wp-content/uploads/2022/05/Registry-Editor-Window-768x403.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>You set the password on your computer to protect your privacy and ensure the safety of your data. However, it might get redundant to enter the password each time you sign in to your computer. You can find numerous articles written about turning off the lock screen password on your computer on google. I checked them, and some may not work on your computer. In the following article, you will learn easy and tested ways to remove (disable) a login password on Windows 11.</p>



<p>Read about: <a href="https://www.technig.com/reset-windows-11-password-from-command-prompt/" target="_blank" rel="noreferrer noopener nofollow">Reset Windows 11 Password from Command Prompt</a></p>



<h2 class="wp-block-heading"><strong>Remove the login password from the registry.</strong></h2>



<p>Working with the registry is a critical process and requires taking extra caution. You can disable the Microsoft account password or local user password with the registry. To disable the login password from the registry, follow the steps below:</p>



<ol class="wp-block-list" type="1"><li>Press the <strong>Windows + R</strong> button to open the run box.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="564" height="331" src="https://www.technig.com/wp-content/uploads/2022/05/Run.png" alt="How to Remove Login Password (Sign in Window) on Windows 11?" class="wp-image-18004" srcset="https://www.technig.com/wp-content/uploads/2022/05/Run.png 564w, https://www.technig.com/wp-content/uploads/2022/05/Run-300x176.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Run-357x210.png 357w" sizes="(max-width: 564px) 100vw, 564px" /><figcaption>Enter the regedit</figcaption></figure></div>


<ol class="wp-block-list" start="2"><li> Write the <strong>Regedit </strong>in the Run box and click ok. Allow the user to make changes.</li><li>Navigate to the following path: <strong>Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon</strong></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/05/Registry-1-1024x705.png" alt="How to Remove Login Password (Sign in Window) on Windows 11?" class="wp-image-17998" width="768" height="529" srcset="https://www.technig.com/wp-content/uploads/2022/05/Registry-1-1024x705.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Registry-1-300x207.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Registry-1-768x529.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Registry-1.png 1446w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Registry Editor Window</figcaption></figure></div>


<ol class="wp-block-list" start="4"><li> In the <strong>Winlogon </strong>folder, find the ‘<strong>DefaultUserName</strong>’ string. If you did not find it, create a new String by right-clicking on the Winlogon folder, then<strong> New&gt;String Value</strong>. Rename it with the <strong>DefaultUserName</strong> and double-click on it to open.</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/05/Create-New-String-1-1024x636.png" alt="How to Remove Login Password (Sign in Window) on Windows 11?" class="wp-image-17997" width="768" height="477" srcset="https://www.technig.com/wp-content/uploads/2022/05/Create-New-String-1-1024x636.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Create-New-String-1-300x186.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Create-New-String-1-768x477.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Create-New-String-1.png 1328w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Create New String</figcaption></figure></div>


<ol class="wp-block-list" start="5"><li> In the Edit String window, enter your Microsoft account, User Name, or Other ID that you want to disable their password in the Value data and click ok to save the changes.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="570" height="254" src="https://www.technig.com/wp-content/uploads/2022/05/User-Name.png" alt="How to Remove Login Password (Sign in Window) on Windows 11?" class="wp-image-18115" srcset="https://www.technig.com/wp-content/uploads/2022/05/User-Name.png 570w, https://www.technig.com/wp-content/uploads/2022/05/User-Name-300x134.png 300w" sizes="(max-width: 570px) 100vw, 570px" /><figcaption>Write UserName</figcaption></figure></div>


<ol class="wp-block-list" start="6"><li> Find another string with ‘<strong>DefualtPassword</strong>’ or create a new one and rename that as ‘<strong>DefualtPassword</strong>.’</li><li>Double click on the <strong>DefualtPassword</strong> string and enter the password of the related account in the <strong>Value data</strong> and click ok.</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/05/DefaultPassword-1-1024x678.png" alt="Create DefualtPassword String" class="wp-image-18000" width="768" height="509" srcset="https://www.technig.com/wp-content/uploads/2022/05/DefaultPassword-1-1024x678.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/DefaultPassword-1-300x199.png 300w, https://www.technig.com/wp-content/uploads/2022/05/DefaultPassword-1-768x509.png 768w, https://www.technig.com/wp-content/uploads/2022/05/DefaultPassword-1.png 1380w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Create DefualtPassword String</figcaption></figure></div>


<ol class="wp-block-list" start="8"><li> Now find the ‘<strong>AutoAdminLogon</strong>’ string in the Winlogon folder or create a new one and name it AutoAdminLogon.</li><li>Double click on the ‘AutoAdminLogon’ string, set its value data to 1, and click Ok.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="570" height="251" src="https://www.technig.com/wp-content/uploads/2022/05/AutoAdminLogon.png" alt="AutoAdminLogon Window" class="wp-image-18002" srcset="https://www.technig.com/wp-content/uploads/2022/05/AutoAdminLogon.png 570w, https://www.technig.com/wp-content/uploads/2022/05/AutoAdminLogon-300x132.png 300w" sizes="(max-width: 570px) 100vw, 570px" /><figcaption>AutoAdminLogon String</figcaption></figure></div>


<p>Finally, after the restart, you will automatically log in (Without a password) to your computer.</p>



<h2 class="wp-block-heading"><strong>How to remove the login password with Command Prompt?</strong></h2>



<p>If you are signing into your computer with a local account, removing the password is more effortless. One easy way to remove the local account password is through the CMD.</p>



<ol class="wp-block-list" type="1"><li>Open the command prompt as administrator.</li><li>Write the <strong><code>net user</code></strong> and enter; see the list of all user accounts on your computer.</li><li>Now write <strong><code>net user username *</code></strong> and enter. (instead of the username, write the name of the user you want to disable its password)</li><li>Instead of writing the password for the selected user, enter without writing anything. (they should be blank)</li><li>Do not write anything in the confirmation password, and press enter.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="754" height="136" src="https://www.technig.com/wp-content/uploads/2022/05/Command-Prompt.png" alt="Remove Password with Command Prompt" class="wp-image-18117" srcset="https://www.technig.com/wp-content/uploads/2022/05/Command-Prompt.png 754w, https://www.technig.com/wp-content/uploads/2022/05/Command-Prompt-300x54.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Command-Prompt-750x136.png 750w" sizes="(max-width: 754px) 100vw, 754px" /><figcaption>Reset Password Using CMD</figcaption></figure></div>


<ol class="wp-block-list" start="6"><li> You will see a message saying, ‘<strong>The command was completed successfully</strong>.</li></ol>



<p>You just turned off the lock screen password on Windows 11. Restart your computer, and you will log in without a password.</p>



<h2 class="wp-block-heading"><strong>Disable the login password on Windows 11 from the User Account Panel.</strong></h2>



<p>Another way to disable the user account password on Windows 11 is through the User Account Panel.</p>



<ol class="wp-block-list" type="1"><li>Write the <strong>Netplwiz </strong>in the Run box and click ok. (Or write the <strong>Netplwiz</strong> in the search box and open it)</li><li>Select the intended account from the user account panel, uncheck the box, and click ok. ( If you cannot select the intended account at first, check the above box once, then choose the desired account, and then uncheck the box )</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/05/User-Account.png" alt="User Account Panel Window" class="wp-image-18118" width="489" height="614" srcset="https://www.technig.com/wp-content/uploads/2022/05/User-Account.png 652w, https://www.technig.com/wp-content/uploads/2022/05/User-Account-239x300.png 239w" sizes="(max-width: 489px) 100vw, 489px" /><figcaption>User Account Panel Window</figcaption></figure></div>


<ol class="wp-block-list" start="3"><li> Enter the account’s password and confirm the password, then click <strong>ok</strong>.</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/05/Enter-the-password-2.png" alt="Enter the password" class="wp-image-18119" width="482" height="306" srcset="https://www.technig.com/wp-content/uploads/2022/05/Enter-the-password-2.png 643w, https://www.technig.com/wp-content/uploads/2022/05/Enter-the-password-2-300x190.png 300w" sizes="(max-width: 482px) 100vw, 482px" /><figcaption>Enter the Password</figcaption></figure></div>


<p>Finally, restart your computer; you will log in without a password.</p>



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



<p>If you get tired of entering the password with each login, you can follow the above methods to remove the login password on Windows 11. I hope the article can help solve your problems.</p>
<p>The post <a href="https://www.technig.com/remove-login-password-on-windows-11/">How to Remove Login Password on Windows 11?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/remove-login-password-on-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17990</post-id>	</item>
		<item>
		<title>How to Add New User Account on Windows Server 2022</title>
		<link>https://www.technig.com/add-new-user-account-on-windows-server-2022/</link>
					<comments>https://www.technig.com/add-new-user-account-on-windows-server-2022/#respond</comments>
		
		<dc:creator><![CDATA[Habib Sarwari]]></dc:creator>
		<pubDate>Fri, 20 May 2022 07:04:00 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Create User Account]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Local Users]]></category>
		<category><![CDATA[User Configuration]]></category>
		<category><![CDATA[Windows PowerShell]]></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=17889</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/05/Create-User-account.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Create New User Account" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/Create-User-account.webp 1200w, https://www.technig.com/wp-content/uploads/2022/05/Create-User-account-300x158.webp 300w, https://www.technig.com/wp-content/uploads/2022/05/Create-User-account-1024x538.webp 1024w, https://www.technig.com/wp-content/uploads/2022/05/Create-User-account-768x403.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>Whenever a new server administrator or user comes on board, you need to get him a new user account to let them join the network and start his/her job. In the following article, I will create a new user account by the name of Ali Hasnain using Server Manager and PowerShell. By the end of [&#8230;]</p>
<p>The post <a href="https://www.technig.com/add-new-user-account-on-windows-server-2022/">How to Add New User Account on 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="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/05/Create-User-account.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Create New User Account" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/Create-User-account.webp 1200w, https://www.technig.com/wp-content/uploads/2022/05/Create-User-account-300x158.webp 300w, https://www.technig.com/wp-content/uploads/2022/05/Create-User-account-1024x538.webp 1024w, https://www.technig.com/wp-content/uploads/2022/05/Create-User-account-768x403.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>Whenever a new server administrator or user comes on board, you need to get him a new user account to let them join the network and start his/her job. In the following article, I will create a new user account by the name of Ali Hasnain<strong> </strong>using Server Manager and PowerShell. By the end of this article, I hope you can easily add a new user to <a href="https://www.microsoft.com/en-us/windows-server" target="_blank" rel="noreferrer noopener nofollow">Windows Server</a> 2022.</p>



<p><strong>Related:</strong> <a href="https://technig.com/free-download-windows-server-2022-iso-file/" target="_blank" rel="noreferrer noopener nofollow">Download Windows Server 2022 ISO File for Free</a></p>



<h2 class="wp-block-heading"><strong>Add new user on Windows Server 2022</strong></h2>



<p>You can add a new user account on Windows Server either through PowerShell or Server Manager.</p>



<h3 class="wp-block-heading"><strong>How to add </strong>a new user<strong> using Server Manager?</strong></h3>



<p>To add a new user via the Server Manager, follow the steps below:</p>



<ol class="wp-block-list" type="1"><li>Open the <strong>Server Manager</strong> (You can search it in the Search Box or open it from the Start Menu)</li><li>Click on the <strong>Tools</strong> on the top right-hand side of the Server Manager Dashboard window. Find, <strong>Active Directory Users and Computers</strong> from the drop-down menu and click on it.</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/05/New-Users-1.png" alt="How to Add New User Account on Windows Server (2022)" class="wp-image-17893" width="407" height="321" srcset="https://www.technig.com/wp-content/uploads/2022/05/New-Users-1.png 543w, https://www.technig.com/wp-content/uploads/2022/05/New-Users-1-300x236.png 300w, https://www.technig.com/wp-content/uploads/2022/05/New-Users-1-279x220.png 279w" sizes="(max-width: 407px) 100vw, 407px" /><figcaption>Add New Users</figcaption></figure></div>


<ol class="wp-block-list" start="3"><li>On the Active Directory Users and Computers window, you will see the domain name on the top left-hand side. Click on the domain name to expand it.</li><li>There are multiple folders (containers) and organizational units. Find the <strong>Users</strong> container and left-click on it. You will see all the existing users and groups.</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/05/New-user-1024x720.png" alt="How to Add New User Account on Windows Server (2022)" class="wp-image-18124" width="768" height="540" srcset="https://www.technig.com/wp-content/uploads/2022/05/New-user-1024x720.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/New-user-300x211.png 300w, https://www.technig.com/wp-content/uploads/2022/05/New-user-768x540.png 768w, https://www.technig.com/wp-content/uploads/2022/05/New-user.png 1126w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Expand the Domain Name</figcaption></figure></div>


<ol class="wp-block-list" start="5"><li> If you right-click on the Users folder, a right-click menu shows up. Then click on the <strong>New</strong> &gt; <strong>Users</strong> to add a new user.</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/05/Create-New-User-1024x781.png" alt="How to Add New User Account on Windows Server (2022)" class="wp-image-18125" width="768" height="586" srcset="https://www.technig.com/wp-content/uploads/2022/05/Create-New-User-1024x781.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Create-New-User-300x229.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Create-New-User-768x586.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Create-New-User.png 1134w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption>Create New User</figcaption></figure></div>


<ol class="wp-block-list" start="6"><li> Fill in the new user&#8217;s first name, last name, and user login name in the new dialog box and click <strong>next</strong>.</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/05/Ali-Hasnain-User.png" alt="Fill all the records for new user" class="wp-image-18126" width="491" height="425" srcset="https://www.technig.com/wp-content/uploads/2022/05/Ali-Hasnain-User.png 654w, https://www.technig.com/wp-content/uploads/2022/05/Ali-Hasnain-User-300x260.png 300w" sizes="(max-width: 491px) 100vw, 491px" /><figcaption>Fill the Details</figcaption></figure></div>


<ol class="wp-block-list" start="7"><li> Enter the <strong>new password</strong>, and confirm it. Moreover, there are four options that you can check or uncheck according to your wish. If you want the user to change the password at the next login, tick the first option. Select the second option if you do not allow the user to change the password. You can read each option&#8217;s instructions and act according to your wish.</li></ol>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/Password.png" alt="Fill all the records for new user" class="wp-image-18127" width="488" height="421" srcset="https://www.technig.com/wp-content/uploads/2022/05/Password.png 651w, https://www.technig.com/wp-content/uploads/2022/05/Password-300x259.png 300w" sizes="(max-width: 488px) 100vw, 488px" /><figcaption>Enter the Passwords</figcaption><div>
</div></figure>



<p>You have created a new user account, go back to the <strong>Users </strong>container, and see the new user added to the list. If you want to edit the user information, you can double-click on the user and add or change the user information from the user&#8217;s properties.</p>



<h3 class="wp-block-heading"><strong>How to create a Local User Account on Windows Server from PowerShell?</strong></h3>



<p>The second way to create a user account on Windows Server 2022 is through <strong><a href="https://docs.microsoft.com/en-us/powershell/" target="_blank" rel="noreferrer noopener nofollow">PowerShell</a>.</strong> To do that, you must run <strong>PowerShell ISE</strong> as an administrator. In the PowerShell window, write the following commands and enter:</p>



<p><strong><code>New-LocalUser –Name “Name_of_the_User” –NoPassword &nbsp;</code></strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="1006" height="120" src="https://www.technig.com/wp-content/uploads/2022/05/Create-new-user-with-powerShell.png" alt="Add User Without Password" class="wp-image-18128" srcset="https://www.technig.com/wp-content/uploads/2022/05/Create-new-user-with-powerShell.png 1006w, https://www.technig.com/wp-content/uploads/2022/05/Create-new-user-with-powerShell-300x36.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Create-new-user-with-powerShell-768x92.png 768w" sizes="(max-width: 1006px) 100vw, 1006px" /><figcaption>Add New User With PowerShell</figcaption></figure></div>


<p>The above command creates a new user without a password. Remember to write the new user&#8217;s name between the quotation marks. If you want to add more details of the new user, such as full name and description, write the command below:</p>



<p><code><strong>New-LocalUser –Name "Name_of_The_User" –FullName "Full_Name_of_User" –Description "write the description for the user" –NoPassword</strong>.</code></p>



<p>This command adds a description and full name for the new user. (Write the description and full name between the quotation marks).</p>



<p>If you want to create a new user with a password, first, you must define a variable ($Password Statement) to store the password securely as a secure string. Write the below command and enter. A password box pops up, enter the password and click <strong>OK</strong>.</p>



<p><strong><code>$Password = Read-Host –AsSecureString</code></strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="169" src="https://www.technig.com/wp-content/uploads/2022/05/Password-statement-1024x169.png" alt="Define password statement" class="wp-image-18129" srcset="https://www.technig.com/wp-content/uploads/2022/05/Password-statement-1024x169.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Password-statement-300x50.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Password-statement-768x127.png 768w, https://www.technig.com/wp-content/uploads/2022/05/Password-statement.png 1222w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Create Password Statement</figcaption></figure></div>


<p>The $Password statement defines a variable to save the password as a secure string. Now write the command below to create a new user.</p>



<p><strong><code>New-LocalUser –name “Name_of_User” –Password $Password</code></strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="135" src="https://www.technig.com/wp-content/uploads/2022/05/create-user-with-password-3-1024x135.png" alt="Create user with password" class="wp-image-18130" srcset="https://www.technig.com/wp-content/uploads/2022/05/create-user-with-password-3-1024x135.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/create-user-with-password-3-300x39.png 300w, https://www.technig.com/wp-content/uploads/2022/05/create-user-with-password-3-768x101.png 768w, https://www.technig.com/wp-content/uploads/2022/05/create-user-with-password-3.png 1057w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Create User With Password</figcaption></figure></div>


<p>Instead of giving a password directly, you may notice that we used the variable name ($password), and this variable name contains the password.</p>



<p>Now you created a user with PowerShell. To see the list of users, write the command below and enter:</p>



<p><strong><code>Get-LocalUser</code></strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="907" height="225" src="https://www.technig.com/wp-content/uploads/2022/05/List-of-users-2.png" alt="List of Users" class="wp-image-18131" srcset="https://www.technig.com/wp-content/uploads/2022/05/List-of-users-2.png 907w, https://www.technig.com/wp-content/uploads/2022/05/List-of-users-2-300x74.png 300w, https://www.technig.com/wp-content/uploads/2022/05/List-of-users-2-768x191.png 768w" sizes="(max-width: 907px) 100vw, 907px" /><figcaption>See List of Users</figcaption></figure></div>


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



<p>In this article, you have learned to create a new user using the Server Manager and PowerShell. You can now create a new user on your Windows Server system and use that account easily to log into your system.</p>



<p>You may like: <a href="https://www.technig.com/disable-server-manager-auto-launch-in-windows-server-2022/" target="_blank" rel="noreferrer noopener nofollow">How to Disable Server Manager Auto-Launch in Windows Server 2022</a></p>
<p>The post <a href="https://www.technig.com/add-new-user-account-on-windows-server-2022/">How to Add New User Account on Windows Server 2022</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/add-new-user-account-on-windows-server-2022/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17889</post-id>	</item>
		<item>
		<title>How to Join Windows 11 to Domain using PowerShell</title>
		<link>https://www.technig.com/join-windows-11-to-domain-using-powershell/</link>
					<comments>https://www.technig.com/join-windows-11-to-domain-using-powershell/#respond</comments>
		
		<dc:creator><![CDATA[Habib Sarwari]]></dc:creator>
		<pubDate>Mon, 16 May 2022 07:57:49 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[PowerShell Articles]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Configuration]]></category>
		<category><![CDATA[Windows PowerShell]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<category><![CDATA[Windows Settings]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=18045</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/05/Screenshot-73.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Windows 11 Tips" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/Screenshot-73.png 1200w, https://www.technig.com/wp-content/uploads/2022/05/Screenshot-73-300x158.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Screenshot-73-1024x538.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Screenshot-73-768x403.png 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>You can set up a local network with central authentication and join that network to use the shared resources. If you want to join your windows 11 client computer to an active directory domain, and don&#8217;t know where to start, you are in the right place. In these tutorials, you learn how to join the [&#8230;]</p>
<p>The post <a href="https://www.technig.com/join-windows-11-to-domain-using-powershell/">How to Join Windows 11 to Domain 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="1200" height="630" src="https://www.technig.com/wp-content/uploads/2022/05/Screenshot-73.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Windows 11 Tips" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/Screenshot-73.png 1200w, https://www.technig.com/wp-content/uploads/2022/05/Screenshot-73-300x158.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Screenshot-73-1024x538.png 1024w, https://www.technig.com/wp-content/uploads/2022/05/Screenshot-73-768x403.png 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></div>
<p>You can set up a <a href="https://en.wikipedia.org/wiki/Local_area_network" target="_blank" rel="noreferrer noopener nofollow">local network</a> with central authentication and join that network to use the shared resources. If you want to join your windows 11 client computer to an active directory domain, and don&#8217;t know where to start, you are in the right place.  In these tutorials, you learn how to join the computer running Windows 11 operating system to a domain from PowerShell and computer settings.</p>



<p><strong>Related</strong>: <a href="https://www.technig.com/set-static-ip-address-on-windows-11/" target="_blank" rel="noreferrer noopener nofollow">How to Set Static IP Address on Windows 11</a></p>



<h3 class="wp-block-heading"><strong>Important notes</strong> before joining your computer to a domain!</h3>



<ol class="wp-block-list" type="1"><li>Ensure the network connectivity</li><li>Set a unique name for your client’s computer</li><li>Make sure to have e DNS connection</li><li>Log in as an administrator account</li><li>Know the domain name you want to join</li></ol>



<h2 class="wp-block-heading"><strong>Join Windows 11 computer to a domain from computer settings</strong></h2>



<p>This is a common graphical method to join your computer to the domain environment. To do that, follow the steps below:</p>



<ol class="wp-block-list" type="1"><li>First of all, open the system properties: press <strong>Windows+R</strong> to open the Run and write <strong>sysdm. Cpl </strong>then clicks <strong>ok</strong>.</li><li>Click on the ‘<strong>change</strong>’ button in the system properties dialogue box.</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/05/System-Properties.png" alt="How to Join Windows 11 to Domain (PowerShell and Settings)" class="wp-image-18046" width="456" height="527" srcset="https://www.technig.com/wp-content/uploads/2022/05/System-Properties.png 608w, https://www.technig.com/wp-content/uploads/2022/05/System-Properties-259x300.png 259w" sizes="(max-width: 456px) 100vw, 456px" /><figcaption>System Properties Window</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="3"><li>Select the radio button before the domain name and input the domain name in the text box; click <strong>ok</strong>.</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/05/Change-the-Domain.png" alt="How to Join Windows 11 to Domain (PowerShell and Settings)" class="wp-image-18047" width="359" height="443" srcset="https://www.technig.com/wp-content/uploads/2022/05/Change-the-Domain.png 479w, https://www.technig.com/wp-content/uploads/2022/05/Change-the-Domain-243x300.png 243w" sizes="(max-width: 359px) 100vw, 359px" /><figcaption>Enter the Domain Name</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="4"><li>A security window pops up asking for the username and password of the domain you want to join. Write them and enter.</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/05/Domain-Credential-1.png" alt="How to Join Windows 11 to Domain (PowerShell and Settings)" class="wp-image-18049" width="507" height="430" srcset="https://www.technig.com/wp-content/uploads/2022/05/Domain-Credential-1.png 676w, https://www.technig.com/wp-content/uploads/2022/05/Domain-Credential-1-300x254.png 300w" sizes="(max-width: 507px) 100vw, 507px" /><figcaption>Enter the UserName and Password of the Domain</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="5"><li>A tiny window welcomes you to the domain; click <strong>Ok</strong>.</li><li>A window will prompt you to restart the computer. After the restart, your computer is a member of the network.</li></ol>



<h2 class="wp-block-heading"><strong>How to join your computer to the domain using PowerShell?</strong></h2>



<p>Another easy way to join the Active Directory Domain is through <strong>PowerShell</strong>. You can add your computer to a network using PowerShell with the below steps:</p>



<ol class="wp-block-list" type="1"><li>Search the <strong>Windows PowerShell</strong> in the search box and run it as administrator.</li><li>Write the <strong><code>Add-Computer –DomainName “Domain-Name” –Credential “Domain-UserName”</code></strong> in the PowerShell window and enter.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="949" height="79" src="https://www.technig.com/wp-content/uploads/2022/05/PowerShell-CMD.png" alt="How to Join Windows 11 to Domain (PowerShell and Settings)" class="wp-image-18051" srcset="https://www.technig.com/wp-content/uploads/2022/05/PowerShell-CMD.png 949w, https://www.technig.com/wp-content/uploads/2022/05/PowerShell-CMD-300x25.png 300w, https://www.technig.com/wp-content/uploads/2022/05/PowerShell-CMD-768x64.png 768w" sizes="(max-width: 949px) 100vw, 949px" /><figcaption>Write the Command on the PowerShell</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="3"><li>A tiny window shows up asking to enter the Domain-Password. Enter the password and enter.</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/05/Credential-Request-Window.png" alt="Credential Request Window" class="wp-image-18052" width="360" height="290" srcset="https://www.technig.com/wp-content/uploads/2022/05/Credential-Request-Window.png 480w, https://www.technig.com/wp-content/uploads/2022/05/Credential-Request-Window-300x242.png 300w" sizes="(max-width: 360px) 100vw, 360px" /><figcaption>Credential Request Window</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="4"><li>Restart your computer, and then you are a member of the network.</li></ol>



<h2 class="wp-block-heading"><strong>How to check if your PC is joined to a domain or Workgroup?</strong></h2>



<p>There are multiple ways to check whether your computer is a domain member or a WORKGROUP. The most accessible and most convenient of them is through Command Prompt:</p>



<ol class="wp-block-list" type="1"><li>Open the Command Prompt from the Start Menu.</li><li>Write the <strong><code>Systeminfo |findstr /I “domain”</code></strong> and enter. In the second line, you will see either the domain is a workgroup or a member of a domain.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="636" height="91" src="https://www.technig.com/wp-content/uploads/2022/05/CMD-Command.png" alt="Command Prompt Window" class="wp-image-18053" srcset="https://www.technig.com/wp-content/uploads/2022/05/CMD-Command.png 636w, https://www.technig.com/wp-content/uploads/2022/05/CMD-Command-300x43.png 300w" sizes="(max-width: 636px) 100vw, 636px" /><figcaption>Write the Code in the CMD and Enter</figcaption></figure></div>


<p>Another way to check if your computer is joined to a domain is through the system properties:</p>



<ol class="wp-block-list" type="1"><li>Go to the <strong>setting</strong> of your computer. Click on the <strong>System</strong>, scroll down, find the <strong>About </strong>option, and click on it.</li><li>Click on the hyperlink “<strong>Domain or Workgroup.</strong>”</li><li>In the system properties dialogue box, click on the change button.</li><li>If the workgroup radio button was selected, you are not a member of any domain. Else, if the domain radio button is selected, you are a member of the domain.</li></ol>



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



<p>There are multiple ways to add your computer to a domain. And the easiest and most convenient of them is through PowerShell and computer settings that we talked about. Write your questions in the comment section of this page.</p>
<p>The post <a href="https://www.technig.com/join-windows-11-to-domain-using-powershell/">How to Join Windows 11 to Domain using PowerShell</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/join-windows-11-to-domain-using-powershell/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18045</post-id>	</item>
	</channel>
</rss>
