
<?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>Group Policy Management Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/group-policy-management/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/tag/group-policy-management/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Sat, 04 Jun 2022 01:21:15 +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>Group Policy Management Archives - TECHNIG</title>
	<link>https://www.technig.com/tag/group-policy-management/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<item>
		<title>Deny Users Access to PC Settings and Control Panel using Group Policy</title>
		<link>https://www.technig.com/deny-users-access-to-pc-settings-and-control-panel-using-group-policy/</link>
					<comments>https://www.technig.com/deny-users-access-to-pc-settings-and-control-panel-using-group-policy/#respond</comments>
		
		<dc:creator><![CDATA[Danish]]></dc:creator>
		<pubDate>Tue, 07 Jun 2022 10:37:00 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Deny Access to Control Panel]]></category>
		<category><![CDATA[Deny Access to PC Settings]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Group Policy Guide]]></category>
		<category><![CDATA[Group Policy Management]]></category>
		<category><![CDATA[Group Policy Object]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Restrict Users with Group Policy]]></category>
		<category><![CDATA[User Account Profile]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=18299</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1221" height="694" src="https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-2.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Deny Users Access to Control Panel and PC Settings Using Group Policy" decoding="async" fetchpriority="high" srcset="https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-2.jpg 1221w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-2-300x171.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-2-1024x582.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-2-768x437.jpg 768w" sizes="(max-width: 1221px) 100vw, 1221px" /></div>
<p>In a domain-joined networked environment, we always need to restrict users&#8217; access to most PC settings and resources. It is necessary to do so for security and safety reasons. One crucial restriction that we always need to apply is to deny users access to PC Settings and Control Panel. And that is what this article [&#8230;]</p>
<p>The post <a href="https://www.technig.com/deny-users-access-to-pc-settings-and-control-panel-using-group-policy/">Deny Users Access to PC Settings and Control Panel using Group Policy</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1221" height="694" src="https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-2.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Deny Users Access to Control Panel and PC Settings Using Group Policy" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-2.jpg 1221w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-2-300x171.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-2-1024x582.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-2-768x437.jpg 768w" sizes="(max-width: 1221px) 100vw, 1221px" /></div>
<p>In a domain-joined networked environment, we always need to restrict users&#8217; access to most PC settings and resources. It is necessary to do so for security and safety reasons. One crucial restriction that we always need to apply is to deny users access to PC Settings and Control Panel. And that is what this article is about. More specifically, this article covers the detailed steps to preventing users&#8217; access to the Control Panel and PC Settings using <a href="https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/hh831791(v=ws.11)" target="_blank" rel="noreferrer noopener nofollow">Group Policy </a>on <a href="https://www.technig.com/free-download-windows-server-2022-iso-file/" target="_blank" rel="noreferrer noopener nofollow">Windows Server 2022</a>. </p>



<p>In our example, our domain controller machine runs Windows Server 2022, on which we create the group policy. We create an Organization Unit (OU) level group policy directly on the (OU) that contains the users to which we apply the policy. </p>



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



<h2 class="wp-block-heading">Steps to Deny Access to PC Settings and Control Panel</h2>



<p>As we described in the scenario earlier, we create the policy that is linked to an OU, which contains the users to which we apply the restriction. We can create the group policy first and link that to the OU, or we can create the group policy directly on the OU. Either way ends up with the same result. However, we go with the second approach in our example. That being said, let&#8217;s go with the steps. </p>



<ol class="wp-block-list"><li>Press down the<strong> Windows key + R</strong> keys on your keyboard to open the <strong>Run </strong>dialogue box.</li><li>Type in <code>gpmc.msc </code>and press <strong>Enter </strong>to open the <strong>Group Policy Management</strong> console. </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/05/1-10.jpg" alt="Opening Group Policy Management Console from the Run" class="wp-image-18312" width="500" srcset="https://www.technig.com/wp-content/uploads/2022/05/1-10.jpg 494w, https://www.technig.com/wp-content/uploads/2022/05/1-10-300x162.jpg 300w" sizes="(max-width: 494px) 100vw, 494px" /><figcaption>Opening Group Policy Management Console from the Run</figcaption></figure></div>


<ol class="wp-block-list" start="3"><li>Right-click on the OU to which you want to associate the group policy. Then, select <strong>Create a GPO in this domain,</strong>&#8230; option. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="749" height="464" src="https://www.technig.com/wp-content/uploads/2022/05/2-8.jpg" alt="Creating a New Group Policy Object" class="wp-image-18313" srcset="https://www.technig.com/wp-content/uploads/2022/05/2-8.jpg 749w, https://www.technig.com/wp-content/uploads/2022/05/2-8-300x186.jpg 300w" sizes="(max-width: 749px) 100vw, 749px" /><figcaption>Creating a New Group Policy Object</figcaption></figure></div>


<ol class="wp-block-list" start="4"><li>Put a name for the Group Policy Object (GPO) in the relevant box, and 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/05/3-7.jpg" alt="Naming the New Group Policy Object" class="wp-image-18314" width="400" srcset="https://www.technig.com/wp-content/uploads/2022/05/3-7.jpg 385w, https://www.technig.com/wp-content/uploads/2022/05/3-7-300x135.jpg 300w" sizes="(max-width: 385px) 100vw, 385px" /><figcaption>Naming the New Group Policy Object</figcaption></figure></div>


<ol class="wp-block-list" start="5"><li>Once the GPO is created, right-click on it, and select <strong>Edit </strong>from the context menu. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="806" height="347" src="https://www.technig.com/wp-content/uploads/2022/05/4-5.jpg" alt="Editing the Group Policy Object" class="wp-image-18315" srcset="https://www.technig.com/wp-content/uploads/2022/05/4-5.jpg 806w, https://www.technig.com/wp-content/uploads/2022/05/4-5-300x129.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/4-5-768x331.jpg 768w" sizes="(max-width: 806px) 100vw, 806px" /><figcaption>Editing the Group Policy Object</figcaption></figure></div>


<ol class="wp-block-list" start="6"><li>On the <strong>Group Policy Management Editor</strong> window, expand <strong>Policies</strong> under <strong>User Configuration</strong>. Then, expand the <strong>Administrative Template</strong> and click on <strong>Control Panel.</strong> Finally, double-click on <strong>Prohibit access to Control Panel and PC settings.</strong> </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="921" height="473" src="https://www.technig.com/wp-content/uploads/2022/05/5-3.jpg" alt="GPO for Preventing PC Settings and Control Panel " class="wp-image-18316" srcset="https://www.technig.com/wp-content/uploads/2022/05/5-3.jpg 921w, https://www.technig.com/wp-content/uploads/2022/05/5-3-300x154.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/5-3-768x394.jpg 768w" sizes="(max-width: 921px) 100vw, 921px" /><figcaption>GPO for Preventing PC Settings and Control Panel </figcaption></figure></div>


<ol class="wp-block-list" start="7"><li>On the configuration window, check the <strong>Enabled </strong>option. Then, click <strong>OK</strong>, and close the <strong>Group Policy Management Editor</strong> window. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="677" height="624" src="https://www.technig.com/wp-content/uploads/2022/05/6-3.jpg" alt="Enabling the Group Policy Object" class="wp-image-18317" srcset="https://www.technig.com/wp-content/uploads/2022/05/6-3.jpg 677w, https://www.technig.com/wp-content/uploads/2022/05/6-3-300x277.jpg 300w" sizes="(max-width: 677px) 100vw, 677px" /><figcaption>Enabling the Group Policy Object</figcaption></figure></div>


<p>To this end, we have created the group policy to prevent users&#8217; access to the Control Panel and PC settings. We created it directly linked to the OU that contains user accounts that we want to restrict. So, it is all done. To verify it, go with the next section. </p>



<h3 class="wp-block-heading">Verifying the Above Group Policy Configuration</h3>



<p>To check the above restriction, we need to log in with a user account that is a member of the OU to which we linked the group policy. Then, we update the group policy and try to open the Control Panel and PC Settings. See the below steps. </p>



<ol class="wp-block-list"><li>Login to the client&#8217;s computer with a user account that is a member of the OU to which you linked the restriction. </li><li>Run <code>gpupdate /force</code> in the <strong>Run </strong>dialog box to perform group policy updates. Wait for a while until the group policy completes. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="479" height="219" src="https://www.technig.com/wp-content/uploads/2022/05/7-2.jpg" alt="Updating Group Policy using Run" class="wp-image-18318" srcset="https://www.technig.com/wp-content/uploads/2022/05/7-2.jpg 479w, https://www.technig.com/wp-content/uploads/2022/05/7-2-300x137.jpg 300w" sizes="(max-width: 479px) 100vw, 479px" /><figcaption>Updating Group Policy using Run</figcaption></figure></div>


<ol class="wp-block-list" start="3"><li>Once the group policy gets updated, try to open the Control Panel or PC Settings. It doesn&#8217;t open, and you will face the pop-up window shown in the below pic. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="604" height="199" src="https://www.technig.com/wp-content/uploads/2022/05/8-1.jpg" alt="Restriction Notification When Opening the Control Panel or PC Settings. " class="wp-image-18319" srcset="https://www.technig.com/wp-content/uploads/2022/05/8-1.jpg 604w, https://www.technig.com/wp-content/uploads/2022/05/8-1-300x99.jpg 300w" sizes="(max-width: 604px) 100vw, 604px" /><figcaption>Restriction Notification When Opening the Control Panel or PC Settings. </figcaption></figure></div>


<p>That is all we need to do to check how the restriction we configured works and if it is applied correctly. </p>



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



<p>It is a common setting in a domain environment to deny users access to the Control Panel and PC settings. It is essential for security and safety reasons. As the steps discussed above, we can apply this restriction simply by defining and configuring a group policy object to an OU that contains the target users. </p>



<p>In the end, I hope you found this article helpful. Do not hesitate to share your thoughts and queries in the comment section. </p>
<p>The post <a href="https://www.technig.com/deny-users-access-to-pc-settings-and-control-panel-using-group-policy/">Deny Users Access to PC Settings and Control Panel using Group Policy</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/deny-users-access-to-pc-settings-and-control-panel-using-group-policy/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18299</post-id>	</item>
		<item>
		<title>How to Prevent  Access to Removable Storage Media Using Group Policy?</title>
		<link>https://www.technig.com/prevent-access-to-removable-storage-media-using-group-policy/</link>
					<comments>https://www.technig.com/prevent-access-to-removable-storage-media-using-group-policy/#respond</comments>
		
		<dc:creator><![CDATA[Danish]]></dc:creator>
		<pubDate>Tue, 31 May 2022 10:47:23 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Blocking Removable Storage Media]]></category>
		<category><![CDATA[Blocking USB Drives]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Group Policy Guide]]></category>
		<category><![CDATA[Group Policy Management]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Restricting Users Access]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=18346</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1221" height="694" src="https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-1-2.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Prevent Users Access to Removable Storage Media in Windows Server 2022" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-1-2.jpg 1221w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-1-2-300x171.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-1-2-1024x582.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-1-2-768x437.jpg 768w" sizes="(max-width: 1221px) 100vw, 1221px" /></div>
<p>System admins have the ability to prevent/block users&#8217; access to all removable storage media drives. Such restrictions play an important role in the security and safety of a networked environment. And they are very common and most often used inside almost all organizations. Additionally, the tool that helps us create such restrictions is the Group [&#8230;]</p>
<p>The post <a href="https://www.technig.com/prevent-access-to-removable-storage-media-using-group-policy/">How to Prevent  Access to Removable Storage Media Using Group Policy?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1221" height="694" src="https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-1-2.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Prevent Users Access to Removable Storage Media in Windows Server 2022" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-1-2.jpg 1221w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-1-2-300x171.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-1-2-1024x582.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-1-2-768x437.jpg 768w" sizes="(max-width: 1221px) 100vw, 1221px" /></div>
<p>System admins have the ability to prevent/block users&#8217; access to all removable storage media drives. Such restrictions play an important role in the security and safety of a networked environment. And they are very common and most often used inside almost all organizations. Additionally, the tool that helps us create such restrictions is the <a href="https://docs.microsoft.com/en-us/previous-versions/windows/desktop/gpmc/group-policy-management-console-portal" target="_blank" rel="noreferrer noopener nofollow">Group Policy Management Console</a> (GPMC). It is a feature that we add along with the <a href="https://www.technig.com/install-active-directory-on-windows-server-2022-using-powershell/" target="_blank" rel="noreferrer noopener nofollow">AD DS role installation</a>. That all being said, this article covers a step-by-step guide to preventing domain-joined users&#8217; access to removable storage media drives using group policy in Windows Server 2022. </p>



<p>In our example, the domain controller machine runs Windows Server 2022 Standard. Additionally, we define the group policy directly on an Organizational Unit (OU) that contains the target users. So, we have already created an OU and moved the target user(s) into it.</p>



<p>You may also like to read <a href="https://www.technig.com/tag/dns-server/">DNS Server Guides</a> and<a href="https://technig.com/tag/dhcp-server/" target="_blank" rel="noreferrer noopener nofollow"> DHCP Server Articles.</a> </p>



<h2 class="wp-block-heading">Steps to Prevent Access to Removable Media</h2>



<p>With the above scenario in mind, it is a straightforward process to prevent users&#8217; access to removable media.</p>



<ol class="wp-block-list"><li>Press down the <strong>Windows Key + R</strong> on your keyboard. It opens the <strong>Run </strong>dialogue box. </li><li>Type in <code>gpmc.msc</code> and press the <strong>enter</strong>. It opens the <strong>Group Policy Management</strong> (GPM) console.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="494" height="267" src="https://www.technig.com/wp-content/uploads/2022/05/1-10.jpg" alt="Opening Group Policy Management Console from the Run" class="wp-image-18312" srcset="https://www.technig.com/wp-content/uploads/2022/05/1-10.jpg 494w, https://www.technig.com/wp-content/uploads/2022/05/1-10-300x162.jpg 300w" sizes="(max-width: 494px) 100vw, 494px" /><figcaption>Opening Group Policy Management Console from the Run</figcaption></figure></div>


<ol class="wp-block-list" start="3"><li>On the group policy management console, right-click on the OU that contains the target users. Then, select <strong>Create a GPO</strong>&#8230; from the context menu. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="808" height="350" src="https://www.technig.com/wp-content/uploads/2022/05/1-11.jpg" alt="Creating a Group Policy Associated With an OU" class="wp-image-18361" srcset="https://www.technig.com/wp-content/uploads/2022/05/1-11.jpg 808w, https://www.technig.com/wp-content/uploads/2022/05/1-11-300x130.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/1-11-768x333.jpg 768w" sizes="(max-width: 808px) 100vw, 808px" /><figcaption>Creating a Group Policy Associated With an OU</figcaption></figure></div>


<ol class="wp-block-list" start="4"><li>Type a name for the new GPO. Then, click <strong>OK </strong>to continue. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="382" height="176" src="https://www.technig.com/wp-content/uploads/2022/05/2-9.jpg" alt="Naming the New GPO" class="wp-image-18362" srcset="https://www.technig.com/wp-content/uploads/2022/05/2-9.jpg 382w, https://www.technig.com/wp-content/uploads/2022/05/2-9-300x138.jpg 300w" sizes="(max-width: 382px) 100vw, 382px" /><figcaption>Naming the New GPO</figcaption></figure></div>


<ol class="wp-block-list" start="5"><li>Right-click on the GPO that you created. Then, select <strong>Edit </strong>from the context menu. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="808" height="337" src="https://www.technig.com/wp-content/uploads/2022/05/3-8.jpg" alt="Editing the GPO" class="wp-image-18363" srcset="https://www.technig.com/wp-content/uploads/2022/05/3-8.jpg 808w, https://www.technig.com/wp-content/uploads/2022/05/3-8-300x125.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/3-8-768x320.jpg 768w" sizes="(max-width: 808px) 100vw, 808px" /><figcaption>Editing the GPO</figcaption></figure></div>


<ol class="wp-block-list" start="6"><li>On the GPM Editor window, expand <strong>User Configuration -&gt; Administrative Templates -&gt; System</strong>. Then, select the <strong>Removable Storage Access</strong> folder as shown in the below picture. Finally, double-click on <strong>All Removable Storage classes: Deny all access</strong>.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="781" height="515" src="https://www.technig.com/wp-content/uploads/2022/05/4-6.jpg" alt="Finding the GPO configuration to Deny Access to Removable Media" class="wp-image-18364" srcset="https://www.technig.com/wp-content/uploads/2022/05/4-6.jpg 781w, https://www.technig.com/wp-content/uploads/2022/05/4-6-300x198.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/4-6-768x506.jpg 768w" sizes="(max-width: 781px) 100vw, 781px" /><figcaption>Finding the GPO configuration to Deny Access to Removable Media</figcaption></figure></div>


<ol class="wp-block-list" start="7"><li>On the GPO configuration window, check the <strong>Enabled </strong>option. Then, click <strong>OK</strong> and close the GPM Editor window. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="680" height="629" src="https://www.technig.com/wp-content/uploads/2022/05/5-4.jpg" alt="Enabling the GPO to Deny All Access to Removable Storage Media" class="wp-image-18365" srcset="https://www.technig.com/wp-content/uploads/2022/05/5-4.jpg 680w, https://www.technig.com/wp-content/uploads/2022/05/5-4-300x278.jpg 300w" sizes="(max-width: 680px) 100vw, 680px" /><figcaption>Enabling the GPO to Deny All Access to Removable Storage Media</figcaption></figure></div>


<ol class="wp-block-list" start="8"><li>The GPO configuration is all set throughout the previous steps. However, it will affect only after we perform a group policy update on the client machine or restart it. So, to perform a group policy update, use <code>gpupdate /force</code> the <strong>Command Prompt</strong> or <strong>Run </strong>dialogue box. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="479" height="219" src="https://www.technig.com/wp-content/uploads/2022/05/7-2.jpg" alt="Updating Group Policy using Run" class="wp-image-18318" srcset="https://www.technig.com/wp-content/uploads/2022/05/7-2.jpg 479w, https://www.technig.com/wp-content/uploads/2022/05/7-2-300x137.jpg 300w" sizes="(max-width: 479px) 100vw, 479px" /><figcaption>Updating Group Policy using Run</figcaption></figure></div>


<ol class="wp-block-list" start="9"><li>Now, if you insert a removable media like a USB drive and try to open it, you will face an error saying the media is not accessible. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="842" height="421" src="https://www.technig.com/wp-content/uploads/2022/05/6-4.jpg" alt="Error Accessing Removable Storage After Group Policy Update" class="wp-image-18366" srcset="https://www.technig.com/wp-content/uploads/2022/05/6-4.jpg 842w, https://www.technig.com/wp-content/uploads/2022/05/6-4-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/6-4-768x384.jpg 768w" sizes="(max-width: 842px) 100vw, 842px" /><figcaption>Error Accessing Removable Storage After Group Policy Update</figcaption></figure></div>


<p>That is all with the steps to deny users access to removable storage media using group policy. </p>



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



<p>To conclude this article, first, we talked about the importance of restricting users&#8217; access and discussed the Group Policy Management tool. Then, we briefly introduced our scenario. Lastly, we covered detailed steps to prevent users&#8217; access to removable storage media. </p>



<p>In the end, as always, I hope you find this article helpful. And feel free to share your thoughts and queries in the comment section. </p>
<p>The post <a href="https://www.technig.com/prevent-access-to-removable-storage-media-using-group-policy/">How to Prevent  Access to Removable Storage Media Using Group Policy?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/prevent-access-to-removable-storage-media-using-group-policy/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18346</post-id>	</item>
		<item>
		<title>How to Disable Server Manager Auto-Launch in Windows Server 2022</title>
		<link>https://www.technig.com/disable-server-manager-auto-launch-in-windows-server-2022/</link>
					<comments>https://www.technig.com/disable-server-manager-auto-launch-in-windows-server-2022/#respond</comments>
		
		<dc:creator><![CDATA[Danish]]></dc:creator>
		<pubDate>Tue, 12 Apr 2022 07:48:24 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Group Policy Management]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Server Manager]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=17173</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1134" height="693" src="https://www.technig.com/wp-content/uploads/2022/04/Final.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Disable Server Manager Auto-Launch on Windows Server 2022" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/Final.jpg 1134w, https://www.technig.com/wp-content/uploads/2022/04/Final-300x183.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Final-1024x626.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/04/Final-768x469.jpg 768w" sizes="(max-width: 1134px) 100vw, 1134px" /></div>
<p>Server Manager automatically launches by default on most of the Windows OS for servers including Windows Server 2022. The Server Manager is, of course, a very important management console, but it might be disturbing to pop up automatically at login. It is also present on the start menu by default and we can easily launch [&#8230;]</p>
<p>The post <a href="https://www.technig.com/disable-server-manager-auto-launch-in-windows-server-2022/">How to Disable Server Manager Auto-Launch 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="1134" height="693" src="https://www.technig.com/wp-content/uploads/2022/04/Final.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Disable Server Manager Auto-Launch on Windows Server 2022" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/Final.jpg 1134w, https://www.technig.com/wp-content/uploads/2022/04/Final-300x183.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Final-1024x626.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/04/Final-768x469.jpg 768w" sizes="(max-width: 1134px) 100vw, 1134px" /></div>
<p>Server Manager automatically launches by default on most of the Windows OS for servers including Windows Server 2022. The <a href="https://docs.microsoft.com/en-us/windows-server/administration/server-manager/server-manager" target="_blank" rel="noreferrer noopener">Server Manager</a> is, of course, a very important management console, but it might be disturbing to pop up automatically at login. It is also present on the start menu by default and we can easily launch it anytime needed. This article discusses three simple methods to disable Server Manager auto-launch on a single server. These three methods are only for an individual server. Additionally, the article includes how to disable Server Manager auto-launch in Windows Server 2022 for a number of specified servers in an environment. </p>



<h2 class="wp-block-heading">Method 1: Using Server Manager</h2>



<p>The first and by far the easiest method to disable The Server Manager auto-launch on a single server is to use the server manager itself. Follow the below easy steps to do so. </p>



<ul class="wp-block-list"><li>Open <strong>Server Manager</strong> console. To do so, open the start menu and click on <strong>Server Manager</strong> as shown in the below picture illustration. You can also open using the command <code>servermanager </code>in the Run dialogue box. </li></ul>



<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/1.jpg" alt="Opening Server Manager from the start menu to disable Server Manager Auto-Lunch" class="wp-image-17178" width="671" height="446" srcset="https://www.technig.com/wp-content/uploads/2022/04/1.jpg 718w, https://www.technig.com/wp-content/uploads/2022/04/1-300x200.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/1-450x300.jpg 450w" sizes="(max-width: 671px) 100vw, 671px" /><figcaption>Opening Server Manager</figcaption></figure></div>



<ul class="wp-block-list"><li>On the<strong> Server Manager</strong> window, click on <strong>Manage</strong> and choose the <strong>Server Manager Properties</strong> option from the list. Then, check out the <strong>Do not start Server Manager automatically at logon</strong> checkbox and click on <strong>OK</strong>.  </li></ul>



<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/2.jpg" alt="Disable Sever Manager Auto-Launch at logon on Windows Server 2022using server manager console" class="wp-image-17179" width="667" height="332" srcset="https://www.technig.com/wp-content/uploads/2022/04/2.jpg 822w, https://www.technig.com/wp-content/uploads/2022/04/2-300x149.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/2-768x382.jpg 768w" sizes="(max-width: 667px) 100vw, 667px" /><figcaption>Sever Manager Auto-Launch disabling option on Windows Server 2022</figcaption></figure></div>



<p>As simple as that! The next time you log in, the Server Manager will not automatically pop up. </p>



<h2 class="wp-block-heading">Method 2: Group Policy Editor</h2>



<p>The second method to disable Server Manager auto-launch at logon in Windows Server 2022 is by using the <strong>Local Group Policy Editor</strong>. The simple steps are listed below. </p>



<ul class="wp-block-list"><li>Open Local Group Policy Editor. To do so, press down the <strong>Windows Key + R </strong>on your keyboard to open <strong>Run</strong>. Type in the command <code>gpedit.msc</code> and enter or click on <strong>OK</strong> as shown in the below picture. You can also search<code>edit group policy</code>at the <strong>start</strong>, and click on it when appeared. </li></ul>



<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/3.jpg" alt="Opening Group Policy Editor using Run Command" class="wp-image-17180" width="672" height="370" srcset="https://www.technig.com/wp-content/uploads/2022/04/3.jpg 414w, https://www.technig.com/wp-content/uploads/2022/04/3-300x165.jpg 300w" sizes="(max-width: 672px) 100vw, 672px" /><figcaption>Opening Group Policy Editor using Run Command</figcaption></figure></div>



<ul class="wp-block-list"><li>On the Local Group Policy Editor window, expand the <strong>Administrative Templates</strong> folder under <strong>Computer Configuration</strong>. Then, expand the <strong>System </strong>folder, and go all the way down to find <strong>Server Manager</strong>. Now, select this folder and double click on <strong>Do not display Server Manager automatically at logon</strong> option. </li></ul>



<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/4.jpg" alt="Local Group Policy Editor Window, Server Manager Folder" class="wp-image-17181" width="674" height="408" srcset="https://www.technig.com/wp-content/uploads/2022/04/4.jpg 869w, https://www.technig.com/wp-content/uploads/2022/04/4-300x182.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/4-768x465.jpg 768w" sizes="(max-width: 674px) 100vw, 674px" /><figcaption>Disabling Server Manager auto-launch in the local group policy editor</figcaption></figure></div>



<ul class="wp-block-list"><li>On the properties window for the abovementioned option, check out the <strong>Enabled </strong>option. Click on <strong>OK </strong>afterwards. </li></ul>



<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/5-2.jpg" alt="Configuring the setting for Server Manager Auto-launch in Group Policy" class="wp-image-17184" width="691" height="568" srcset="https://www.technig.com/wp-content/uploads/2022/04/5-2.jpg 763w, https://www.technig.com/wp-content/uploads/2022/04/5-2-300x247.jpg 300w" sizes="(max-width: 691px) 100vw, 691px" /><figcaption>Enabling Do not display Server Manager at logon option </figcaption></figure></div>



<p>That is all with the second method. We disabled Server Manager auto-launch in Windows Server 2022 using the local group policy editor. Now, let&#8217;s see the third method. </p>



<h2 class="wp-block-heading">Method 3: Task Scheduler </h2>



<p>The third method to disable Server Manager auto-launch in Windows Server 2022 is by using Task Scheduler. Let&#8217;s straightly walk through the steps to do so. </p>



<ul class="wp-block-list"><li>Open Task Scheduler. To do so, press down the <strong>Windows Key + R</strong> to open <strong>Run</strong>. Put in the<code>taskschd.msc </code>command and press enter key or <strong>OK </strong>button as shown in the below picture. Another way to open the Task Scheduler is to right-click on <strong>Start</strong>, choose <strong>Computer Management</strong>, and select <strong>Task Scheduler</strong>. Both ways end up in the same window.</li></ul>



<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/6.jpg" alt="Opening Task Scheduler with Run Command" class="wp-image-17186" width="692" height="383" srcset="https://www.technig.com/wp-content/uploads/2022/04/6.jpg 416w, https://www.technig.com/wp-content/uploads/2022/04/6-300x166.jpg 300w" sizes="(max-width: 692px) 100vw, 692px" /><figcaption>Task Scheduler Run Command | Disable Server Manager Auto-Launch</figcaption></figure></div>



<ul class="wp-block-list"><li>Now, expand the <strong>Task Scheduler Library </strong>folder. Then, expand <strong>Microsoft </strong>and consequently the <strong>Windows </strong>folder. Scroll down and find the <strong>Server Manager</strong> folder. Select this folder. On the central pane, right-click on the <strong>ServerManager</strong> option and click on <strong>Disable </strong>as shown in the below picture. </li></ul>



<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/7.jpg" alt="Disabling Server Manger Auto-Launch Using Task Scheduler" class="wp-image-17187" width="712" height="446" srcset="https://www.technig.com/wp-content/uploads/2022/04/7.jpg 895w, https://www.technig.com/wp-content/uploads/2022/04/7-300x188.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/7-768x481.jpg 768w" sizes="(max-width: 712px) 100vw, 712px" /><figcaption>Disable Server Manager Auto-Launch Using Task Scheduler</figcaption></figure></div>



<p>When it is done successfully, close the Task Scheduler window. We are all done with disabling Server Manager auto-launch in Windows Server 2022 using Task Scheduler. </p>



<p>As mentioned at the beginning, these three methods are only for individual servers. That means, that when you want to disable Server Manager auto-launch for a single server, you make use of one of these methods. To disable Server Manager auto-launch at logon for a set of servers in an environment, read the next section of the article. </p>



<h2 class="wp-block-heading">Disabling Server Manager Auto-Launch for a Group of Servers</h2>



<p>To disable Server Manager auto-launch for multiple servers in an environment, we must have an Organizational Unit (OU) containing all those target servers. We can define a group policy to disable the Server Manager auto-launch for the whole objects (in this case, servers) residing in that OU. The below steps explain the whole process. </p>



<ul class="wp-block-list"><li>Log in to the Domain Controller (DC). </li><li>On the Server Manager console of the DC, click on <strong>Tools</strong> and select <strong>Group Policy Management</strong>. </li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/8.jpg" alt="Group Policy Management tool on Windows Server 2022" class="wp-image-17193" width="660" height="412" srcset="https://www.technig.com/wp-content/uploads/2022/04/8.jpg 676w, https://www.technig.com/wp-content/uploads/2022/04/8-300x187.jpg 300w" sizes="(max-width: 660px) 100vw, 660px" /><figcaption>Group Policy Management tool on Windows Server 2022</figcaption></figure></div>



<ul class="wp-block-list"><li>Now, we have an OU named <strong>Servers</strong>. This OU includes all the servers to which we apply the policy. Read <a href="https://technig.com/how-to-create-object-in-active-directory/" target="_blank" rel="noreferrer noopener nofollow">How To Create Object In Active Directory</a> if you do not know what it is and how to create one. </li></ul>



<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/9.jpg" alt="Creating a Group Policy Object for an OU on Windows Server 2022" class="wp-image-17194" width="670" height="472" srcset="https://www.technig.com/wp-content/uploads/2022/04/9.jpg 750w, https://www.technig.com/wp-content/uploads/2022/04/9-300x212.jpg 300w" sizes="(max-width: 670px) 100vw, 670px" /><figcaption>Creating a Group Policy Object for an OU on Windows Server 2022</figcaption></figure></div>



<ul class="wp-block-list"><li>Enter a name for your GPO and click on <strong>OK</strong>. </li></ul>



<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/11.jpg" alt="Naming a Group Policy Object on Windows Server 2022" class="wp-image-17195" width="684" height="320" srcset="https://www.technig.com/wp-content/uploads/2022/04/11.jpg 400w, https://www.technig.com/wp-content/uploads/2022/04/11-300x140.jpg 300w" sizes="(max-width: 684px) 100vw, 684px" /><figcaption>Naming a Group Policy Object on Windows Server 2022 | Disable Server Manager Auto-Launch for a Group of Servers</figcaption></figure></div>



<ul class="wp-block-list"><li>Now, you can see that the new GPO pops up at the right pane. Right-click on it and select <strong>Edit</strong>. </li></ul>



<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/10.jpg" alt="Editing a group policy object on Windows Server 2022 to disable Server Manager auto-launch at logon" class="wp-image-17196" width="687" height="488" srcset="https://www.technig.com/wp-content/uploads/2022/04/10.jpg 751w, https://www.technig.com/wp-content/uploads/2022/04/10-300x213.jpg 300w" sizes="(max-width: 687px) 100vw, 687px" /><figcaption>Editing a group policy object on Windows Server 2022 to disable Server Manager auto-launch at logon</figcaption></figure></div>



<ul class="wp-block-list"><li>Expand the <strong>Policies</strong> under <strong>Computer Configuration</strong>. Expand the <strong>Administrative Templates</strong>, and <strong>System </strong>folder consequently. Find the <strong>Server Manager</strong> and select it. Open <strong>Do not display Server Manager automatically at logon</strong> at the right pane. </li></ul>



<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/12.jpg" alt="Disabling Server Manager Auto-Launch for a group of Servers using Group policy Management Editor on Windows Server 2022" class="wp-image-17198" width="684" height="425" srcset="https://www.technig.com/wp-content/uploads/2022/04/12.jpg 893w, https://www.technig.com/wp-content/uploads/2022/04/12-300x186.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/12-768x477.jpg 768w" sizes="(max-width: 684px) 100vw, 684px" /><figcaption>Disabling Server Manager Auto-Launch for a group of Servers using Group Policy Management Editor </figcaption></figure></div>



<ul class="wp-block-list"><li>Check out the <strong>Enabled </strong>option and click on <strong>OK </strong>to apply. </li></ul>



<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/5-2.jpg" alt="Configuring the setting for Server Manager Auto-launch in Group Policy Management Editor" class="wp-image-17184" width="689" height="567" srcset="https://www.technig.com/wp-content/uploads/2022/04/5-2.jpg 763w, https://www.technig.com/wp-content/uploads/2022/04/5-2-300x247.jpg 300w" sizes="(max-width: 689px) 100vw, 689px" /><figcaption>Enabling Do not display Server Manager at logon option </figcaption></figure></div>



<p>We have defined our OU-level policy to disable Server Manager auto-launch, and it applies to all the servers in that OU. </p>



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



<p>To summarize this article, we discussed various methods to disable Server Manager auto-launch in Windows Server 2022. These methods work on most of the Windows Os for Servers. We discussed three methods to disable Serven Manager auto-launch for an individual server. Then we went through discussing a way to accomplish this task for multiple Servers in a networked environment. </p>



<p>It is encouraging for me if this article is helpful to you. If there is any further question, make sure to share them in the comment section. </p>



<p>Relate Articles: </p>



<ul class="wp-block-list"><li><a href="https://technig.com/configure-storage-pool-on-windows-server-2022/" target="_blank" rel="noreferrer noopener">How To Create And Configure Storage Pool On Windows Server 2022</a></li><li><a href="https://technig.com/install-configure-active-directory-in-windows-server-2016/" target="_blank" rel="noreferrer noopener">Install And Configure Active Directory In Windows Server 2016 Step By Step Guide</a></li><li><a href="https://technig.com/installation-of-hyper-v-on-windows-11-windows-server-2022/" target="_blank" rel="noreferrer noopener">Quick Installation Of Hyper-V On Windows 11 And Windows Server 2022</a></li></ul>
<p>The post <a href="https://www.technig.com/disable-server-manager-auto-launch-in-windows-server-2022/">How to Disable Server Manager Auto-Launch 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/disable-server-manager-auto-launch-in-windows-server-2022/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17173</post-id>	</item>
		<item>
		<title>Backup &#038; Restore Group Policy Objects in Windows Server 2016</title>
		<link>https://www.technig.com/backup-restore-group-policy-object/</link>
					<comments>https://www.technig.com/backup-restore-group-policy-object/#respond</comments>
		
		<dc:creator><![CDATA[Shams]]></dc:creator>
		<pubDate>Fri, 10 Nov 2017 13:00:39 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Active Directory Policy Management]]></category>
		<category><![CDATA[Active Directory Server]]></category>
		<category><![CDATA[AD Backup]]></category>
		<category><![CDATA[Backup and Recovery]]></category>
		<category><![CDATA[Backup Group Policy]]></category>
		<category><![CDATA[Backup Utility]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Group Policy Auditing]]></category>
		<category><![CDATA[Group Policy Management]]></category>
		<category><![CDATA[Group Policy Object]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[View Group Policy]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2016]]></category>
		<category><![CDATA[Windows Virtual Server]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=13519</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/11/Backup-Group-Policy-Objects-on-Windows-Server-2016-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Backup Group Policy Objects on Windows Server 2016 - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/11/Backup-Group-Policy-Objects-on-Windows-Server-2016-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/11/Backup-Group-Policy-Objects-on-Windows-Server-2016-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/11/Backup-Group-Policy-Objects-on-Windows-Server-2016-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>Here you just learn about backup and restore Group Policy Object in Windows Server 2016 and Windows Server 2019. This method works the same for other Windows server as well. Group policy objects backup will helps you protect GPOs configuration. It is easy to create and edit group policy object from Group Policy Management on [&#8230;]</p>
<p>The post <a href="https://www.technig.com/backup-restore-group-policy-object/">Backup &#038; Restore Group Policy Objects in Windows Server 2016</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/11/Backup-Group-Policy-Objects-on-Windows-Server-2016-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Backup Group Policy Objects on Windows Server 2016 - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/11/Backup-Group-Policy-Objects-on-Windows-Server-2016-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/11/Backup-Group-Policy-Objects-on-Windows-Server-2016-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/11/Backup-Group-Policy-Objects-on-Windows-Server-2016-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>Here you just learn about backup and restore Group Policy Object in Windows Server 2016 and Windows Server 2019. This method works the same for other Windows server as well. Group policy objects backup will helps you protect GPOs configuration. It is easy to create and edit group policy object from Group Policy Management on Windows Server. But takes to much time to completely configure the settings of each GPOs. Having a backup save you time and effort to reconfigure settings of a new GPO.</p>
<h2>Backup and Restore Group Policy Object</h2>
<p>To back up the created <a href="https://technet.microsoft.com/en-us/library/cc775691(v=ws.10).aspx" target="_blank" rel="noopener noreferrer">GPO</a> in <a href="https://www.technig.com/tag/windows-server-2012-r2/" target="_blank" rel="noopener noreferrer">Windows Server</a>, navigate to <a href="https://www.technig.com/tag/group-policy-management/" target="_blank" rel="noopener noreferrer">Group Policy Management</a> console from server dashboard or type &#8216;<strong>gpmc.msc</strong>&#8216; in windows run and then press enter to open the Group Policy Management Console.</p>
<ol>
<li>Type &#8220;<strong>gpmc.msc</strong>&#8221; on run and press enter to open the group policy management console.</li>
<li>Expand the domain and your domain name.</li>
<li>Now, expand the Group Policy Objects to see all GPOs created by you.</li>
</ol>
<p><figure id="attachment_1173" aria-describedby="caption-attachment-1173" style="width: 994px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/01/Backup-Group-Policy-Objects.jpg"><img loading="lazy" decoding="async" class="wp-image-1173 size-full" src="https://www.technig.com/wp-content/uploads/2015/01/Backup-Group-Policy-Objects.jpg" alt="Backup Group Policy Objects" width="994" height="470" srcset="https://www.technig.com/wp-content/uploads/2015/01/Backup-Group-Policy-Objects.jpg 994w, https://www.technig.com/wp-content/uploads/2015/01/Backup-Group-Policy-Objects-300x142.jpg 300w, https://www.technig.com/wp-content/uploads/2015/01/Backup-Group-Policy-Objects-768x363.jpg 768w" sizes="(max-width: 994px) 100vw, 994px" /></a><figcaption id="caption-attachment-1173" class="wp-caption-text">Backup Group Policy Objects</figcaption></figure></p>
<p><strong>4.</strong> In Group Policy Management expand the domain name and group policy objects in order to see all created objects.</p>
<p><figure id="attachment_1174" aria-describedby="caption-attachment-1174" style="width: 603px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/01/Backup-all-Group-Policy-Objects.png"><img loading="lazy" decoding="async" class="wp-image-1174 size-full" src="https://www.technig.com/wp-content/uploads/2015/01/Backup-all-Group-Policy-Objects.png" alt="Backup all Group Policy Objects" width="603" height="444" srcset="https://www.technig.com/wp-content/uploads/2015/01/Backup-all-Group-Policy-Objects.png 603w, https://www.technig.com/wp-content/uploads/2015/01/Backup-all-Group-Policy-Objects-300x221.png 300w, https://www.technig.com/wp-content/uploads/2015/01/Backup-all-Group-Policy-Objects-86x64.png 86w" sizes="(max-width: 603px) 100vw, 603px" /></a><figcaption id="caption-attachment-1174" class="wp-caption-text">Backup all Group Policy Objects</figcaption></figure></p>
<p><strong>5.</strong> To create a backup from all GOPs, right-click the <strong>Group Policy Objects</strong> and click <strong>Back up all. </strong></p>
<p><strong>Remember,</strong> this will backup all modified and non-modified GPOs which you have created for the domain. The other configuration like linked objects, Enforced, and Block Inheritance to domain organizational units will not back up. The full configuration back up just done a full system back up with Windows backup services.</p>
<p><figure id="attachment_1175" aria-describedby="caption-attachment-1175" style="width: 415px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/01/Group-Policy-Object-Backup-Location.jpg"><img loading="lazy" decoding="async" class="wp-image-1175 size-full" src="https://www.technig.com/wp-content/uploads/2015/01/Group-Policy-Object-Backup-Location.jpg" alt="Group Policy Object Backup Location" width="415" height="395" srcset="https://www.technig.com/wp-content/uploads/2015/01/Group-Policy-Object-Backup-Location.jpg 415w, https://www.technig.com/wp-content/uploads/2015/01/Group-Policy-Object-Backup-Location-300x286.jpg 300w" sizes="(max-width: 415px) 100vw, 415px" /></a><figcaption id="caption-attachment-1175" class="wp-caption-text">Group Policy Object Backup Location</figcaption></figure></p>
<p><strong>6.</strong> Now in <strong>Back Up Group Policy Object</strong> page, click <strong>Browse</strong> and choose wherever to want to save backups and type some description in the <strong>description</strong> box, then click <strong>Back Up</strong> button.</p>
<p><figure id="attachment_1176" aria-describedby="caption-attachment-1176" style="width: 544px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/01/GPO-Backup-Progress.jpg"><img loading="lazy" decoding="async" class="wp-image-1176 size-full" src="https://www.technig.com/wp-content/uploads/2015/01/GPO-Backup-Progress.jpg" alt="GPO Backup Progress" width="544" height="444" srcset="https://www.technig.com/wp-content/uploads/2015/01/GPO-Backup-Progress.jpg 544w, https://www.technig.com/wp-content/uploads/2015/01/GPO-Backup-Progress-300x245.jpg 300w" sizes="(max-width: 544px) 100vw, 544px" /></a><figcaption id="caption-attachment-1176" class="wp-caption-text">GPO Backup Progress</figcaption></figure></p>
<p>7. Good, the backup task was accomplished successfully. Let&#8217;s check how do we can restore the deleted GPO from backup data.</p>
<h2><strong>Restore Group Policy Object</strong></h2>
<p>To restore GPO, right-click the Group Policy Objects and click <strong>Manage Backups. </strong>In the <strong>Manage Backups</strong> page brows to the backup directory or location on the hard disk.</p>
<p><figure id="attachment_1177" aria-describedby="caption-attachment-1177" style="width: 735px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/01/Manage-Backups-of-Group-Policy.jpg"><img loading="lazy" decoding="async" class="wp-image-1177 size-full" src="https://www.technig.com/wp-content/uploads/2015/01/Manage-Backups-of-Group-Policy.jpg" alt="Manage Backups of Group Policy" width="735" height="554" srcset="https://www.technig.com/wp-content/uploads/2015/01/Manage-Backups-of-Group-Policy.jpg 735w, https://www.technig.com/wp-content/uploads/2015/01/Manage-Backups-of-Group-Policy-300x226.jpg 300w, https://www.technig.com/wp-content/uploads/2015/01/Manage-Backups-of-Group-Policy-86x64.jpg 86w" sizes="(max-width: 735px) 100vw, 735px" /></a><figcaption id="caption-attachment-1177" class="wp-caption-text">Manage Backups of Group Policy</figcaption></figure></p>
<p>You see backup contents in GPO backup folder. But if you want to restore a policy object, select GPO and click <strong>Restore</strong> button.</p>
<p><figure id="attachment_1178" aria-describedby="caption-attachment-1178" style="width: 734px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/01/Restore-Selected-Backup.jpg"><img loading="lazy" decoding="async" class="wp-image-1178 size-full" src="https://www.technig.com/wp-content/uploads/2015/01/Restore-Selected-Backup.jpg" alt="Backup and Restore Group Policy Object - Technig " width="734" height="553" srcset="https://www.technig.com/wp-content/uploads/2015/01/Restore-Selected-Backup.jpg 734w, https://www.technig.com/wp-content/uploads/2015/01/Restore-Selected-Backup-300x226.jpg 300w, https://www.technig.com/wp-content/uploads/2015/01/Restore-Selected-Backup-86x64.jpg 86w" sizes="(max-width: 734px) 100vw, 734px" /></a><figcaption id="caption-attachment-1178" class="wp-caption-text">Backup and Restore Group Policy Object &#8211; Technig</figcaption></figure></p>
<p>Click OK, if ask you &#8216;Do you want to restore the selected backup? and selected backup will restore the <strong>Group Policy Objects.</strong></p>
<p><figure id="attachment_1179" aria-describedby="caption-attachment-1179" style="width: 538px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/01/Restore-Group-Policy-Object.jpg"><img loading="lazy" decoding="async" class="wp-image-1179 size-full" src="https://www.technig.com/wp-content/uploads/2015/01/Restore-Group-Policy-Object.jpg" alt="Restore Group Policy Object in Windows Server 2016 - Technig " width="538" height="445" srcset="https://www.technig.com/wp-content/uploads/2015/01/Restore-Group-Policy-Object.jpg 538w, https://www.technig.com/wp-content/uploads/2015/01/Restore-Group-Policy-Object-300x248.jpg 300w" sizes="(max-width: 538px) 100vw, 538px" /></a><figcaption id="caption-attachment-1179" class="wp-caption-text">Restore Group Policy Object in Windows Server 2016 &#8211; Technig</figcaption></figure></p>
<p>Now you can link and apply it to your OUs in your domain.</p>
<p>Hope this helps you solve the backup and restore of group policy object on Windows server. If you have any issue, just write us in the comment box.</p>
<p>The post <a href="https://www.technig.com/backup-restore-group-policy-object/">Backup &#038; Restore Group Policy Objects in Windows Server 2016</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/backup-restore-group-policy-object/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13519</post-id>	</item>
		<item>
		<title>How to Convert Exe to MSI for Software Deployment?</title>
		<link>https://www.technig.com/how-to-convert-exe-to-msi/</link>
					<comments>https://www.technig.com/how-to-convert-exe-to-msi/#comments</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Tue, 02 Feb 2016 15:29:25 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Exe to MSI]]></category>
		<category><![CDATA[Group Policy Management]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Software Deployment]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=5231</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"></div>
<p>The articles is going to explain how to convert exe to msi format? There is no any specialized built-in tool in Windows to convert exe to msi for installing software with Group Policy. Software deployment through Group Policy in Windows Server required Microsoft Installer (msi) file format. Most application are exe file, but it&#8217;s not [&#8230;]</p>
<p>The post <a href="https://www.technig.com/how-to-convert-exe-to-msi/">How to Convert Exe to MSI for Software Deployment?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"></div><p>The articles is going to explain how to convert exe to <a href="https://msdn.microsoft.com/en-us/library/windows/desktop/dd408114(v=vs.85).aspx" target="_blank" rel="noopener noreferrer">msi</a> format? There is no any specialized built-in tool in Windows to convert exe to msi for installing software with Group Policy. Software deployment through Group Policy in Windows Server required Microsoft Installer (msi) file format. Most application are exe file, but it&#8217;s not supported by group policy to deploy on clients machines on the network.</p>
<p>Here are some free and paid software that help you to convert exe to msi files easily and make deplorable through group policy. The free versions of these software are has limited features, but the premium versions are full features for enterprise software deployment.</p>
<h2>How to Convert Exe to MSI Package?</h2>
<p>The below software make your work easy when you need to change Exe to MSI format. Just download and install one of these tools and try to covert exe to msi package.</p>
<p>The MSI Wrapper tool let you how to convert exe to msi package of any exe software. Go to exemsi site and download the free version of MSI Wrapper. It specialize in converting executable setup programs to MSI packages.</p>
<p>System administrators often prefer MSI over a normal setup.exe. MSI packages are better suited for software distribution through Active Directory group policies.</p>
<p>The target audience for this web site and it&#8217;s tools is divided in two main groups:</p>
<ul>
<li><strong>Software developers</strong> who have a setup.exe and want to offer an MSI that wraps their original setup.exe.</li>
<li><strong>System administrators</strong> with a setup.exe they want to distribute as an MSI to client computers in their organization.</li>
</ul>
<p>The MSI Wrapper is the tool that makes it easy to convert an executable setup program to an MSI package.</p>
<p><strong>1.</strong> Open the MSI Wrapper on Windows and click <strong>Next</strong> on the welcome page.</p>
<p><figure id="attachment_5233" aria-describedby="caption-attachment-5233" style="width: 497px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/02/How-to-Convert-Exe-to-MSI-for-Group-Policy.jpg" rel="attachment wp-att-5233"><img loading="lazy" decoding="async" class="wp-image-5233 size-full" src="https://www.technig.com/wp-content/uploads/2016/02/How-to-Convert-Exe-to-MSI-for-Group-Policy.jpg" alt="How to Convert Exe to MSI for Group Policy" width="497" height="493" /></a><figcaption id="caption-attachment-5233" class="wp-caption-text">How to Convert Exe to MSI for Group Policy</figcaption></figure></p>
<p><strong>2.</strong> Select the exe software form <strong>Setup Executable input file name</strong> section. Select <strong>Windows Installer</strong> under <strong>Security context for launching the executable </strong>then specify the output location and click <strong>Next</strong>.</p>
<p><strong>3.</strong> On the <strong>Application Ids</strong> page, look up for installed software on your computer. In this case I have testing on <a href="https://www.technig.com/how-to-integrate-idm-with-browser/" target="_blank" rel="noopener noreferrer">Internet Download Manager</a>. Then click <strong>Create New</strong> to create an upgrade code and click <strong>Next</strong>.</p>
<p><figure id="attachment_5234" aria-describedby="caption-attachment-5234" style="width: 497px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/02/Enter-the-System-identification-numbers-used-by-Windows-Installer.jpg" rel="attachment wp-att-5234"><img loading="lazy" decoding="async" class="wp-image-5234 size-full" src="https://www.technig.com/wp-content/uploads/2016/02/Enter-the-System-identification-numbers-used-by-Windows-Installer.jpg" alt="Enter the System identification numbers used by Windows Installer" width="497" height="493" /></a><figcaption id="caption-attachment-5234" class="wp-caption-text">Enter the System identification numbers used by Windows Installer</figcaption></figure></p>
<p>The application id and upgrade code are needed to identify the installation packages when you upgrade and uninstall the software.</p>
<p><strong>4.</strong> Click <strong>Next</strong> on <strong>Properties</strong> page.</p>
<p><figure id="attachment_5235" aria-describedby="caption-attachment-5235" style="width: 497px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/02/Infromation-descripbing-your-installation-package.jpg" rel="attachment wp-att-5235"><img loading="lazy" decoding="async" class="wp-image-5235 size-full" src="https://www.technig.com/wp-content/uploads/2016/02/Infromation-descripbing-your-installation-package.jpg" alt="Information descripbing your installation package" width="497" height="493" /></a><figcaption id="caption-attachment-5235" class="wp-caption-text">Information descripbing your installation package</figcaption></figure></p>
<p><strong>5.</strong> You can specify a help link, update information link, about link, and contact information for this msi package. You can click <strong>Next</strong> without specifying any links.</p>
<p><figure id="attachment_5236" aria-describedby="caption-attachment-5236" style="width: 497px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/02/Help-line-for-Software-Deployment.jpg" rel="attachment wp-att-5236"><img loading="lazy" decoding="async" class="wp-image-5236 size-full" src="https://www.technig.com/wp-content/uploads/2016/02/Help-line-for-Software-Deployment.jpg" alt="Help line for Software Deployment" width="497" height="493" /></a><figcaption id="caption-attachment-5236" class="wp-caption-text">Help line for Software Deployment</figcaption></figure></p>
<p><strong>6.</strong> On the Parameter page click <strong>Next</strong>. If you have pro version, you can do more with msi file.</p>
<p><strong>7.</strong>  The summary page shows you what you have selected. Click <strong>Build</strong> to create the MSI file and click <strong>Exit</strong> to close the MSI Wrapper tool.</p>
<p><figure id="attachment_5237" aria-describedby="caption-attachment-5237" style="width: 497px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/02/Review-your-selections-before-building-the-MSI-file.jpg" rel="attachment wp-att-5237"><img loading="lazy" decoding="async" class="wp-image-5237 size-full" src="https://www.technig.com/wp-content/uploads/2016/02/Review-your-selections-before-building-the-MSI-file.jpg" alt="Review your selections before building the MSI file" width="497" height="493" /></a><figcaption id="caption-attachment-5237" class="wp-caption-text">Review your selections before building the MSI file</figcaption></figure></p>
<p>Finally, the exe file should converted to MSI file. Right click the output msi package and see the result.</p>
<p><figure id="attachment_5238" aria-describedby="caption-attachment-5238" style="width: 363px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/02/MSI-Package-Properties.jpg" rel="attachment wp-att-5238"><img loading="lazy" decoding="async" class="wp-image-5238 size-full" src="https://www.technig.com/wp-content/uploads/2016/02/MSI-Package-Properties.jpg" alt="MSI Package Properties" width="363" height="527" /></a><figcaption id="caption-attachment-5238" class="wp-caption-text">MSI Package Properties</figcaption></figure></p>
<p>That is all about how to convert exe to msi package to <a href="https://www.technig.com/install-software-using-group-policy-windows-server-2012-r2/" target="_blank" rel="noopener noreferrer">install software with Group Policy</a>.</p>
<p>If this software is not help you to create msi package from an exe file. I recommend you to use Advanced  Installer.</p>
<p>This is a unified package containing the complete Advanced Installer application, which includes <em>Freeware</em>, <em>Professional</em>, <em>For Java</em>, <em>Enterprise</em> and <em>Architect</em> features. <strong>Freeware</strong> features can be accessed at any time by creating a project of type &#8220;Simple&#8221;.</p>
<p>Creating any other type of projects requires non-freeware features. These are fully enabled during the trial period, after which you must purchase a license to continue using them.</p>
<p>There more tools that help you to convert exe to msi. You might now better tools and let us know.</p>
<p>The post <a href="https://www.technig.com/how-to-convert-exe-to-msi/">How to Convert Exe to MSI for Software Deployment?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/how-to-convert-exe-to-msi/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5231</post-id>	</item>
		<item>
		<title>How to Configure User Account Control behavior?</title>
		<link>https://www.technig.com/configure-user-account-control-behavior/</link>
					<comments>https://www.technig.com/configure-user-account-control-behavior/#respond</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Mon, 01 Feb 2016 18:27:53 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Group Policy Management]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[UAC]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows Security]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=5217</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"></div>
<p>Configure user account control behavior in Windows let you easily protect your system unknown behaviors. It helps prevent potentially harmful programs from making changes to your computer without any warring. If you don&#8217;t know about UAC and how it works, read the below short details from Technet. What is User Account Control? The User Account Control (UAC) is [&#8230;]</p>
<p>The post <a href="https://www.technig.com/configure-user-account-control-behavior/">How to Configure User Account Control behavior?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"></div><p>Configure user account control behavior in Windows let you easily protect your system unknown behaviors. It helps prevent potentially harmful programs from making changes to your computer without any warring. If you don&#8217;t know about UAC and how it <span style="line-height: 1.5;">works, read the below short details from Technet.</span></p>
<h3>What is User Account Control?</h3>
<blockquote><p><span style="line-height: 1.5;">The User Account Control (</span><strong style="line-height: 1.5;">UAC</strong><span style="line-height: 1.5;">) is a security component that enables users to perform common tasks as non-administrators called</span><strong style="line-height: 1.5;"> standard users</strong><span style="line-height: 1.5;"> , and as administrators without having to switch users, log off, or use Run As Administrator. </span></p>
<p>User accounts that are members of the local Administrators group run most applications as a standard user. By separating user and administrator functions, UAC helps users move toward using standard user rights by default.When an administrator logs on to a computer that is running Windows 10, the user is assigned two separate access tokens. Access tokens, which contain a user&#8217;s group membership and authorization and access control data, are used by the Windows operating system to control what resources and tasks the user can access. Read more about <strong><a href="https://technet.microsoft.com/en-us/library/cc709691(v=ws.10).aspx#BKMK_WhatIs" target="_blank" rel="noopener noreferrer">UAC</a></strong>.</p></blockquote>
<h2>Configure User Account Control behavior in Windows 10</h2>
<p>Let&#8217;s do to configure user account control behavior in your Windows 10 and make sure your system is pretty enough secure.</p>
<ol>
<li>On the Windows search type &#8220;<strong>UAC</strong>&#8221; and open the User Account Control. The default setting is on <strong>Notify me only when apps try to make changes to my computer</strong>. This level is not notify you when you bring any changes to your system. Because all Windows default programs are familiar apps to Windows.</li>
</ol>
<p><figure id="attachment_5221" aria-describedby="caption-attachment-5221" style="width: 746px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/02/Configure-User-Account-Control-behavior-in-Windows-10.jpg" rel="attachment wp-att-5221"><img loading="lazy" decoding="async" class="size-full wp-image-5221" src="https://www.technig.com/wp-content/uploads/2016/02/Configure-User-Account-Control-behavior-in-Windows-10.jpg" alt="Configure User Account Control behavior in Windows 10" width="746" height="553" /></a><figcaption id="caption-attachment-5221" class="wp-caption-text">Configure User Account Control behavior in Windows 10</figcaption></figure></p>
<p>If you need to bring changes to UAC settings, simply bring down or up the options and fix it for your system. Never put the option on<strong> Never notify me</strong> when system trying to install software and make changes on my system. It&#8217;s the worst option for any system. Versus the Never notify me, Always notify me is annoying you when normally work on Windows.</p>
<p>The below lists are the notifications window and icons colors or UAC.</p>
<ul style="list-style-type: circle;">
<li><strong>Blue background with a blue and gold shield icon:</strong> It notify when you run a Server administration tools to make any changes.</li>
<li><strong>Red background with a red shield icon:</strong> The app is blocked with Group Policy or is blocked the app publisher. It happens for unknown software publishers.</li>
<li><strong>Blue background with a blue shield icon:</strong> Notify for apps that trusted by local computer and signed by authenticated user.</li>
<li><strong>Yellow background with a yellow shield icon:</strong> Notifies for non-trusted by local computer and unsigned apps.</li>
</ul>
<p>These settings and configurations are just for a single computer. But how to configure UAC on a large network with more than ten brunches.</p>
<h2>Configure User Account Control with Group Policy</h2>
<p>On a local computer or Windows server you can configure UAC settings through group policy. On single computer you only apply the settings for your own computer and users, but on Windows server you can apply to all users and computers of the network.</p>
<ol>
<li>Type &#8220;<strong>gpedit.msc</strong>&#8221; on Windows run to open group policy editor on Windows 10 or other Windows client. But for Windows server type &#8220;<strong>gpmc.msc</strong>&#8221; to open group policy manager console and create a GPO then edit and make changes.</li>
</ol>
<p><figure id="attachment_5222" aria-describedby="caption-attachment-5222" style="width: 990px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/02/Configure-User-Account-Control-with-Group-Policy.png" rel="attachment wp-att-5222"><img loading="lazy" decoding="async" class="size-full wp-image-5222" src="https://www.technig.com/wp-content/uploads/2016/02/Configure-User-Account-Control-with-Group-Policy.png" alt="Configure User Account Control with Group Policy" width="990" height="439" /></a><figcaption id="caption-attachment-5222" class="wp-caption-text">Configure User Account Control with Group Policy</figcaption></figure></p>
<p>You can simply enable or disable the user account control. If you don&#8217;t know the basics of group policy manger or editor, read about <a href="https://www.technig.com/tag/group-policy-management/" target="_blank" rel="noopener noreferrer">group policy management</a>.</p>
<p>Ask us, comment us and let us know your problems about User account control behavior on Windows server and Windows clients.</p>
<p>The post <a href="https://www.technig.com/configure-user-account-control-behavior/">How to Configure User Account Control behavior?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/configure-user-account-control-behavior/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5217</post-id>	</item>
		<item>
		<title>How to Backup and Restore Group Policy Objects?</title>
		<link>https://www.technig.com/backup-and-restore-group-policy-objects/</link>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Sat, 31 Jan 2015 19:29:01 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Backup and Restore]]></category>
		<category><![CDATA[Backup Group Policy]]></category>
		<category><![CDATA[Group Policy Management]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Windows Server 2012 R2]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=1171</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2015/01/Backup-and-Restore-Group-Policy-Objects-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Backup and Restore Group Policy Objects - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/01/Backup-and-Restore-Group-Policy-Objects-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2015/01/Backup-and-Restore-Group-Policy-Objects-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2015/01/Backup-and-Restore-Group-Policy-Objects-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>Backup and restore Group Policy Objects in Windows Server will help you to protect GPOs configuration. It is easy to create and edit group policy object from Group Policy Management on Windows Server. But takes to much time to completely configure the settings of each GPOs. How to Backup and Restore Group Policy Objects? For [&#8230;]</p>
<p>The post <a href="https://www.technig.com/backup-and-restore-group-policy-objects/">How to Backup and Restore Group Policy Objects?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2015/01/Backup-and-Restore-Group-Policy-Objects-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Backup and Restore Group Policy Objects - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/01/Backup-and-Restore-Group-Policy-Objects-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2015/01/Backup-and-Restore-Group-Policy-Objects-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2015/01/Backup-and-Restore-Group-Policy-Objects-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>Backup and restore Group Policy Objects in Windows Server will help you to protect GPOs configuration. It is easy to create and edit group policy object from Group Policy Management on Windows Server. But takes to much time to completely configure the settings of each GPOs.</p>
<h2>How to Backup and Restore Group Policy Objects?</h2>
<p>For backing up the created <a href="https://technet.microsoft.com/en-us/library/cc775691(v=ws.10).aspx" target="_blank" rel="noopener noreferrer">GPO</a>s in <a href="https://www.technig.com/tag/windows-server-2012-r2/" target="_blank" rel="noopener noreferrer">Windows Server</a>, go to <a href="https://www.technig.com/tag/group-policy-management/" target="_blank" rel="noopener noreferrer">Group Policy Management</a> console from server dashboard or type &#8216;<strong>gpmc.msc</strong>&#8216; in windows run and then press enter to open the Group Policy Management Console.</p>
<p><figure id="attachment_1173" aria-describedby="caption-attachment-1173" style="width: 994px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/01/Backup-Group-Policy-Objects.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-1173" src="http://3.90.216.52/wp-content/uploads/2015/01/Backup-Group-Policy-Objects.jpg" alt="Backup Group Policy Objects" width="994" height="470" srcset="https://www.technig.com/wp-content/uploads/2015/01/Backup-Group-Policy-Objects.jpg 994w, https://www.technig.com/wp-content/uploads/2015/01/Backup-Group-Policy-Objects-300x142.jpg 300w, https://www.technig.com/wp-content/uploads/2015/01/Backup-Group-Policy-Objects-768x363.jpg 768w" sizes="(max-width: 994px) 100vw, 994px" /></a><figcaption id="caption-attachment-1173" class="wp-caption-text">Backup Group Policy Objects</figcaption></figure></p>
<p>In Group Policy Management expand the domain name and group policy objects in order to see all created objects.</p>
<p><figure id="attachment_1174" aria-describedby="caption-attachment-1174" style="width: 603px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/01/Backup-all-Group-Policy-Objects.png"><img loading="lazy" decoding="async" class="size-full wp-image-1174" src="http://3.90.216.52/wp-content/uploads/2015/01/Backup-all-Group-Policy-Objects.png" alt="Backup all Group Policy Objects" width="603" height="444" srcset="https://www.technig.com/wp-content/uploads/2015/01/Backup-all-Group-Policy-Objects.png 603w, https://www.technig.com/wp-content/uploads/2015/01/Backup-all-Group-Policy-Objects-300x221.png 300w, https://www.technig.com/wp-content/uploads/2015/01/Backup-all-Group-Policy-Objects-86x64.png 86w" sizes="(max-width: 603px) 100vw, 603px" /></a><figcaption id="caption-attachment-1174" class="wp-caption-text">Backup all Group Policy Objects</figcaption></figure></p>
<p>To create a backup from all GOPs, right click the <strong>Group Policy Objects</strong> and click <strong>Back up all. </strong></p>
<p><strong>Remember,</strong> this will backup all modified and non-modified GPOs which you have created for domain. The other configuration like linked objects, Enforced, and Block Inheritance to domain organizational units will not backing up. The full configuration back up just don by full system back up with Windows backup services.</p>
<p><figure id="attachment_1175" aria-describedby="caption-attachment-1175" style="width: 415px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/01/Group-Policy-Object-Backup-Location.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-1175" src="http://3.90.216.52/wp-content/uploads/2015/01/Group-Policy-Object-Backup-Location.jpg" alt="Group Policy Object Backup Location" width="415" height="395" srcset="https://www.technig.com/wp-content/uploads/2015/01/Group-Policy-Object-Backup-Location.jpg 415w, https://www.technig.com/wp-content/uploads/2015/01/Group-Policy-Object-Backup-Location-300x286.jpg 300w" sizes="(max-width: 415px) 100vw, 415px" /></a><figcaption id="caption-attachment-1175" class="wp-caption-text">Group Policy Object Backup Location</figcaption></figure></p>
<p>Now in <strong>Back Up Group Policy Object</strong> page, click <strong>Brows</strong> and choose wherever to want to save backups and type some description in the <strong>description</strong> box, then click <strong>Back Up</strong> button.</p>
<p><figure id="attachment_1176" aria-describedby="caption-attachment-1176" style="width: 544px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/01/GPO-Backup-Progress.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-1176" src="http://3.90.216.52/wp-content/uploads/2015/01/GPO-Backup-Progress.jpg" alt="GPO Backup Progress" width="544" height="444" srcset="https://www.technig.com/wp-content/uploads/2015/01/GPO-Backup-Progress.jpg 544w, https://www.technig.com/wp-content/uploads/2015/01/GPO-Backup-Progress-300x245.jpg 300w" sizes="(max-width: 544px) 100vw, 544px" /></a><figcaption id="caption-attachment-1176" class="wp-caption-text">GPO Backup Progress</figcaption></figure></p>
<p>So, the back up task has accomplished successfully. Lets check how do we can restore the deleted GPO from backup data.</p>
<h2><strong>How to Restore Group Policy Objects?</strong></h2>
<p>In order to restore GPO, right click the Group Policy Objects and click <strong>Manage Backups. </strong>In the <strong>Manage Backups</strong> page brows to the backup directory or location in the hard disk.</p>
<p><figure id="attachment_1177" aria-describedby="caption-attachment-1177" style="width: 735px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/01/Manage-Backups-of-Group-Policy.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-1177" src="http://3.90.216.52/wp-content/uploads/2015/01/Manage-Backups-of-Group-Policy.jpg" alt="Manage Backups of Group Policy" width="735" height="554" srcset="https://www.technig.com/wp-content/uploads/2015/01/Manage-Backups-of-Group-Policy.jpg 735w, https://www.technig.com/wp-content/uploads/2015/01/Manage-Backups-of-Group-Policy-300x226.jpg 300w, https://www.technig.com/wp-content/uploads/2015/01/Manage-Backups-of-Group-Policy-86x64.jpg 86w" sizes="(max-width: 735px) 100vw, 735px" /></a><figcaption id="caption-attachment-1177" class="wp-caption-text">Manage Backups of Group Policy</figcaption></figure></p>
<p>You see backup contents in GPO backup folder. But if you want to restore a policy object, select GPO and click <strong>Restore</strong> button.</p>
<p><figure id="attachment_1178" aria-describedby="caption-attachment-1178" style="width: 734px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/01/Restore-Selected-Backup.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-1178" src="http://3.90.216.52/wp-content/uploads/2015/01/Restore-Selected-Backup.jpg" alt="Backup and Restore Group Policy Objects" width="734" height="553" srcset="https://www.technig.com/wp-content/uploads/2015/01/Restore-Selected-Backup.jpg 734w, https://www.technig.com/wp-content/uploads/2015/01/Restore-Selected-Backup-300x226.jpg 300w, https://www.technig.com/wp-content/uploads/2015/01/Restore-Selected-Backup-86x64.jpg 86w" sizes="(max-width: 734px) 100vw, 734px" /></a><figcaption id="caption-attachment-1178" class="wp-caption-text">Backup and Restore Group Policy Objects</figcaption></figure></p>
<p>Click OK, if ask you &#8216;Do you want to restore the selected backup? and selected backup will restore to the <strong>Group Policy Objects.</strong></p>
<p><figure id="attachment_1179" aria-describedby="caption-attachment-1179" style="width: 538px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/01/Restore-Group-Policy-Object.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-1179" src="http://3.90.216.52/wp-content/uploads/2015/01/Restore-Group-Policy-Object.jpg" alt="Restore Group Policy Object" width="538" height="445" srcset="https://www.technig.com/wp-content/uploads/2015/01/Restore-Group-Policy-Object.jpg 538w, https://www.technig.com/wp-content/uploads/2015/01/Restore-Group-Policy-Object-300x248.jpg 300w" sizes="(max-width: 538px) 100vw, 538px" /></a><figcaption id="caption-attachment-1179" class="wp-caption-text">Restore Group Policy Object</figcaption></figure></p>
<p>Now you can link and apply it to your OUs in your domain.</p>
<p>The post <a href="https://www.technig.com/backup-and-restore-group-policy-objects/">How to Backup and Restore Group Policy Objects?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1171</post-id>	</item>
		<item>
		<title>How to Change Desktop Background with Group Policy?</title>
		<link>https://www.technig.com/change-desktop-background-with-group-policy/</link>
					<comments>https://www.technig.com/change-desktop-background-with-group-policy/#comments</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Mon, 05 Jan 2015 17:42:10 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Change Desktop Background]]></category>
		<category><![CDATA[Desktop Wallpaper]]></category>
		<category><![CDATA[Group Policy Management]]></category>
		<category><![CDATA[User Configuration]]></category>
		<category><![CDATA[Video Tutorials]]></category>
		<category><![CDATA[Windows Server 2016]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=1054</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2015/01/Change-Desktop-Background-using-Group-Policy.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Change Desktop Background using Group Policy - Technig.com" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/01/Change-Desktop-Background-using-Group-Policy.jpg 840w, https://www.technig.com/wp-content/uploads/2015/01/Change-Desktop-Background-using-Group-Policy-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2015/01/Change-Desktop-Background-using-Group-Policy-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>It is better to have the same desktop background wallpaper on all users monitor. The ability of changing desktop background should be disabled the users will not be able to change his desktop background. Locally it is easy to change desktop background on Windows from desktop settings, but how to change desktop background with group policy management? There [&#8230;]</p>
<p>The post <a href="https://www.technig.com/change-desktop-background-with-group-policy/">How to Change Desktop Background with Group Policy?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2015/01/Change-Desktop-Background-using-Group-Policy.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Change Desktop Background using Group Policy - Technig.com" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/01/Change-Desktop-Background-using-Group-Policy.jpg 840w, https://www.technig.com/wp-content/uploads/2015/01/Change-Desktop-Background-using-Group-Policy-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2015/01/Change-Desktop-Background-using-Group-Policy-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>It is better to have the same desktop background wallpaper on all users monitor. The ability of changing desktop background should be disabled the users will not be able to change his desktop background. Locally it is easy to change desktop background on Windows from desktop settings, but how to change desktop background with group policy management?</p>
<p>There are two ways to do this task in Windows Server. First one is using <strong>Group Policy</strong>, <strong>Administrative Template</strong>, <strong>Desktop Wallpaper</strong>, <strong>Setting</strong> and the next one is using Windows Registry within group policy Preferences Registry Key Wallpaper Configuration.</p>
<p>If you don&#8217;t know the basic of Group Policy Management, you must read this <a href="https://msdn.microsoft.com/en-us/library/bb742376.aspx" target="_blank" rel="noopener noreferrer">Step-by-Step Guide to Understanding the Group Policy Feature Set</a> article.</p>
<h2>Change Desktop Background with Group Policy</h2>
<p><strong>Note:</strong> <em>Before applying this policy with group policy management, you must share the folder of wallpaper you want to set as desktop background. Assign changes for share permission and modify for security permission. Then apply the below step by step article to change desktop background using group policy. </em></p>
<p><strong>1.</strong> In Windows Server, just open the <strong>Group Policy Management</strong> from <strong>Dashboard</strong> of <strong>Server Manager</strong>, or type <strong>&#8216;Gpmc.msc&#8217;</strong> in Windows Run and press enter.  Then create a <strong>GPO</strong> named <strong>Desktop Wallpaper</strong> or any name you want.</p>
<p><strong>2.</strong> Right click the new created GPO and click <strong>Edit</strong> to open group policy editor.</p>
<p><strong>3.</strong> Navigate to <strong>&#8216;User Configuration </strong>&gt;<strong> Polices </strong>&gt;<strong> Administrative Templates </strong>&gt;<strong> Desktop </strong>&gt;<strong> Desktop&#8217;</strong> then double click the <strong>Desktop Wallpaper</strong>.</p>
<p><figure id="attachment_1057" aria-describedby="caption-attachment-1057" style="width: 1021px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/01/Windows-Group-Policy-User-Configuration.jpg"><img loading="lazy" decoding="async" class="wp-image-1057 size-full" src="https://www.technig.com/wp-content/uploads/2015/01/Windows-Group-Policy-User-Configuration.jpg" alt="Windows Group Policy - User Configuration" width="1021" height="423" srcset="https://www.technig.com/wp-content/uploads/2015/01/Windows-Group-Policy-User-Configuration.jpg 1021w, https://www.technig.com/wp-content/uploads/2015/01/Windows-Group-Policy-User-Configuration-300x124.jpg 300w, https://www.technig.com/wp-content/uploads/2015/01/Windows-Group-Policy-User-Configuration-768x318.jpg 768w" sizes="(max-width: 1021px) 100vw, 1021px" /></a><figcaption id="caption-attachment-1057" class="wp-caption-text">Windows Group Policy &#8211; User Configuration</figcaption></figure></p>
<p><strong>4.</strong> On the <strong>Desktop Wallpaper</strong> option, check the <strong>Enabled</strong> to enable the policy and set the universal naming convention (<strong>UNC</strong>) path of the shared picture you want to be display on as desktop background of clients computers then select <strong>Fill</strong> for Wallpaper Style.</p>
<p><figure id="attachment_1058" aria-describedby="caption-attachment-1058" style="width: 701px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/01/Group-Policy-Management-Desktop-Wallpaper.jpg"><img loading="lazy" decoding="async" class="wp-image-1058 size-full" src="https://www.technig.com/wp-content/uploads/2015/01/Group-Policy-Management-Desktop-Wallpaper.jpg" alt="Group Policy Management - Desktop Wallpaper" width="701" height="646" srcset="https://www.technig.com/wp-content/uploads/2015/01/Group-Policy-Management-Desktop-Wallpaper.jpg 701w, https://www.technig.com/wp-content/uploads/2015/01/Group-Policy-Management-Desktop-Wallpaper-300x276.jpg 300w" sizes="(max-width: 701px) 100vw, 701px" /></a><figcaption id="caption-attachment-1058" class="wp-caption-text">Group Policy Management &#8211; Desktop Wallpaper</figcaption></figure></p>
<p><strong>5.</strong> Now apply the created GPO for your domain users and update the group policy with command <strong>&#8216;gpupdate /force /logoff&#8217;. </strong></p>
<p><figure id="attachment_1059" aria-describedby="caption-attachment-1059" style="width: 1025px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/01/Change-Desktop-Background-with-Group-Policy.jpg"><img loading="lazy" decoding="async" class="wp-image-1059 size-full" src="https://www.technig.com/wp-content/uploads/2015/01/Change-Desktop-Background-with-Group-Policy.jpg" alt="Change Desktop Background with Group Policy" width="1025" height="769" srcset="https://www.technig.com/wp-content/uploads/2015/01/Change-Desktop-Background-with-Group-Policy.jpg 1025w, https://www.technig.com/wp-content/uploads/2015/01/Change-Desktop-Background-with-Group-Policy-300x225.jpg 300w, https://www.technig.com/wp-content/uploads/2015/01/Change-Desktop-Background-with-Group-Policy-768x576.jpg 768w, https://www.technig.com/wp-content/uploads/2015/01/Change-Desktop-Background-with-Group-Policy-1024x768.jpg 1024w, https://www.technig.com/wp-content/uploads/2015/01/Change-Desktop-Background-with-Group-Policy-86x64.jpg 86w" sizes="(max-width: 1025px) 100vw, 1025px" /></a><figcaption id="caption-attachment-1059" class="wp-caption-text">Change Desktop Background with Group Policy</figcaption></figure></p>
<p>Yes it works perfectly. You can see the Desktop background of Technig client on Windows 10. This wallpaper applied for all version of Windows and you can restrict users from bring changes to desktop background.</p>
<h2>Change Desktop Background &#8211; Video Tutorial</h2>
<p>Don&#8217;t you like to read more? Then see the short video tutorial about changing desktop background using Group Policy.</p>
<p><iframe loading="lazy" title="How to Change Desktop Background with Group Policy?" width="1170" height="878" src="https://www.youtube.com/embed/gak9d4nDWuw?wmode=transparent&amp;rel=0&amp;feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p>Finally, you can see the Windows registry for changes.</p>
<p><figure id="attachment_1061" aria-describedby="caption-attachment-1061" style="width: 878px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/01/Registry-Editor-in-Windows-Server-2012-R2.jpg"><img loading="lazy" decoding="async" class="wp-image-1061 size-full" src="https://www.technig.com/wp-content/uploads/2015/01/Registry-Editor-in-Windows-Server-2012-R2.jpg" alt="Registry Editor in Windows Server 2012 R2" width="878" height="275" srcset="https://www.technig.com/wp-content/uploads/2015/01/Registry-Editor-in-Windows-Server-2012-R2.jpg 878w, https://www.technig.com/wp-content/uploads/2015/01/Registry-Editor-in-Windows-Server-2012-R2-300x94.jpg 300w, https://www.technig.com/wp-content/uploads/2015/01/Registry-Editor-in-Windows-Server-2012-R2-768x241.jpg 768w" sizes="(max-width: 878px) 100vw, 878px" /></a><figcaption id="caption-attachment-1061" class="wp-caption-text">Registry Editor in Windows Server 2012 R2</figcaption></figure></p>
<p>The policy apply this changes to desktop background through Windows Registry. You can see this changes on Registry like above screenshot.</p>
<p>The post <a href="https://www.technig.com/change-desktop-background-with-group-policy/">How to Change Desktop Background with Group Policy?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/change-desktop-background-with-group-policy/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1054</post-id>	</item>
		<item>
		<title>How to Redirect Folder in Windows Server 2012 R2?</title>
		<link>https://www.technig.com/redirect-folder-in-windows-server/</link>
					<comments>https://www.technig.com/redirect-folder-in-windows-server/#comments</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Tue, 30 Dec 2014 17:15:02 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Folder Redirection]]></category>
		<category><![CDATA[Group Policy Management]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Redirect Profiles]]></category>
		<category><![CDATA[User Profile]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=1026</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2014/12/Profile-and-Folder-Redirection.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Profile and Folder Redirection - Technig.com" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2014/12/Profile-and-Folder-Redirection.jpg 840w, https://www.technig.com/wp-content/uploads/2014/12/Profile-and-Folder-Redirection-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Profile-and-Folder-Redirection-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>This article shows you how simply you can redirect folder in Windows Server with group policy. The folder redirection is the way to keep a profile folders to a network location or other location in the local computer. Typically user profiles and settings are stored in local profile. By redirecting folders, you can  access to data [&#8230;]</p>
<p>The post <a href="https://www.technig.com/redirect-folder-in-windows-server/">How to Redirect Folder in Windows Server 2012 R2?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2014/12/Profile-and-Folder-Redirection.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Profile and Folder Redirection - Technig.com" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2014/12/Profile-and-Folder-Redirection.jpg 840w, https://www.technig.com/wp-content/uploads/2014/12/Profile-and-Folder-Redirection-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Profile-and-Folder-Redirection-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>This article shows you how simply you can redirect folder in Windows Server with group policy. The folder redirection is the way to keep a profile folders to a network location or other location in the local computer. Typically user profiles and settings are stored in local profile. By redirecting folders, you can  access to data regardless of which computers you are logs in.</p>
<p>So in this simple article, I&#8217;m going to do step by step process to redirect folder in Windows Server 2012 R2. It&#8217;s simple and easy, you can apply for all on Windows Servers with the same process.</p>
<h2>Redirect Folder in Windows Server with Group Policy</h2>
<p>This task will perform from <a href="https://en.wikipedia.org/wiki/Group_Policy" target="_blank" rel="noopener noreferrer">Group Policy Management</a> and will affect all computers on OU that applied the policy.</p>
<ol>
<li>Open<strong> <a href="https://www.technig.com/tag/group-policy-management/" target="_blank" rel="noopener noreferrer">Group Policy Management</a></strong> from Dashboard  of Server Manager then<strong> </strong>click<strong> Tools &gt; Group Policy Management.</strong></li>
</ol>
<p><figure id="attachment_1029" aria-describedby="caption-attachment-1029" style="width: 767px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Group-Policy-Management-in-Windows-Server-2012-R2.jpg"><img loading="lazy" decoding="async" class="wp-image-1029 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Group-Policy-Management-in-Windows-Server-2012-R2.jpg" alt="Group Policy Management in Windows Server 2012 R2" width="767" height="538" srcset="https://www.technig.com/wp-content/uploads/2014/12/Group-Policy-Management-in-Windows-Server-2012-R2.jpg 767w, https://www.technig.com/wp-content/uploads/2014/12/Group-Policy-Management-in-Windows-Server-2012-R2-300x210.jpg 300w" sizes="(max-width: 767px) 100vw, 767px" /></a><figcaption id="caption-attachment-1029" class="wp-caption-text">Group Policy Management in Windows Server 2012 R2</figcaption></figure></p>
<p>You can open Group Policy Management by shortcut also. Type <strong>&#8216;gpmc.msc&#8217;</strong> in the Run and press enter.</p>
<p><strong>2.</strong> Now, expend the domain name in group policy management console and create a new group policy object.</p>
<p><figure id="attachment_1030" aria-describedby="caption-attachment-1030" style="width: 1025px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Create-New-Group-Policy-Object.jpg"><img loading="lazy" decoding="async" class="wp-image-1030 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Create-New-Group-Policy-Object.jpg" alt="Create New Group Policy Object" width="1025" height="449" srcset="https://www.technig.com/wp-content/uploads/2014/12/Create-New-Group-Policy-Object.jpg 1025w, https://www.technig.com/wp-content/uploads/2014/12/Create-New-Group-Policy-Object-300x131.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Create-New-Group-Policy-Object-768x336.jpg 768w, https://www.technig.com/wp-content/uploads/2014/12/Create-New-Group-Policy-Object-1024x449.jpg 1024w" sizes="(max-width: 1025px) 100vw, 1025px" /></a><figcaption id="caption-attachment-1030" class="wp-caption-text">Create New Group Policy Object</figcaption></figure></p>
<p><strong>3.</strong> To create  a new Group Policy Object (<strong>GPO</strong>) right click <strong>Group Policy Objects</strong> and click <strong>New</strong>.</p>
<p><figure id="attachment_1031" aria-describedby="caption-attachment-1031" style="width: 399px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/New-GPO.jpg"><img loading="lazy" decoding="async" class="wp-image-1031 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/New-GPO.jpg" alt="How to Create a New GPO" width="399" height="187" srcset="https://www.technig.com/wp-content/uploads/2014/12/New-GPO.jpg 399w, https://www.technig.com/wp-content/uploads/2014/12/New-GPO-300x141.jpg 300w" sizes="(max-width: 399px) 100vw, 399px" /></a><figcaption id="caption-attachment-1031" class="wp-caption-text">How to Create a New GPO</figcaption></figure></p>
<p>Type a name for new GPO and click <strong>OK</strong>. The name must be related to Policy you want to create and use it.</p>
<p><strong>4.</strong> To configure the policy, <strong>right click</strong> the newly created GPO and click <strong>Edit</strong> in order to open Group policy management Editor.</p>
<p><figure id="attachment_1032" aria-describedby="caption-attachment-1032" style="width: 1023px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Folder-Redirection-Options.jpg"><img loading="lazy" decoding="async" class="wp-image-1032 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Folder-Redirection-Options.jpg" alt="Redirect Folder in Windows Server" width="1023" height="602" srcset="https://www.technig.com/wp-content/uploads/2014/12/Folder-Redirection-Options.jpg 1023w, https://www.technig.com/wp-content/uploads/2014/12/Folder-Redirection-Options-300x177.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Folder-Redirection-Options-768x452.jpg 768w, https://www.technig.com/wp-content/uploads/2014/12/Folder-Redirection-Options-357x210.jpg 357w" sizes="(max-width: 1023px) 100vw, 1023px" /></a><figcaption id="caption-attachment-1032" class="wp-caption-text">Redirect Folder in Windows Server</figcaption></figure></p>
<p><strong>5.</strong> Now, go to <strong>Folder Redirection</strong> under User <strong>Configuration</strong> &gt;<strong> Windows Settings</strong> &gt; <strong>Folder Redirection. </strong>In this directory you see all redirect-able folders.</p>
<p><figure id="attachment_1033" aria-describedby="caption-attachment-1033" style="width: 798px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/User-Profile-Folder-Redirection.jpg"><img loading="lazy" decoding="async" class="wp-image-1033 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/User-Profile-Folder-Redirection.jpg" alt="User Profile Folder Redirection" width="798" height="614" srcset="https://www.technig.com/wp-content/uploads/2014/12/User-Profile-Folder-Redirection.jpg 798w, https://www.technig.com/wp-content/uploads/2014/12/User-Profile-Folder-Redirection-300x231.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/User-Profile-Folder-Redirection-768x591.jpg 768w" sizes="(max-width: 798px) 100vw, 798px" /></a><figcaption id="caption-attachment-1033" class="wp-caption-text">User Profile Folder Redirection</figcaption></figure></p>
<p><strong>6.</strong> To redirect a folder, just <strong>right click</strong> the folder and go to <strong>Properties</strong>.</p>
<p><figure id="attachment_1034" aria-describedby="caption-attachment-1034" style="width: 415px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Redirect-Download-Folder.jpg"><img loading="lazy" decoding="async" class="wp-image-1034 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Redirect-Download-Folder.jpg" alt="Redirect Download Folder" width="415" height="465" srcset="https://www.technig.com/wp-content/uploads/2014/12/Redirect-Download-Folder.jpg 415w, https://www.technig.com/wp-content/uploads/2014/12/Redirect-Download-Folder-268x300.jpg 268w" sizes="(max-width: 415px) 100vw, 415px" /></a><figcaption id="caption-attachment-1034" class="wp-caption-text">Redirect Download Folder</figcaption></figure></p>
<p>Here I&#8217;m trying to redirect <strong>Downloads</strong> folder to <strong>Redirected</strong> folder that is a shared folder in the Server <strong>DC1</strong>.</p>
<p>From the <strong>Setting</strong> of <strong>Downloads Properties</strong> select <strong>&#8216;Basic &#8211; Redirect everyone&#8217;s folder to the same Location</strong>. Select <strong>Redirect to the following location</strong> from <strong>Target folder location </strong>and set the shared folder location to the<strong> Root Path then click OK. </strong></p>
<p><figure id="attachment_1036" aria-describedby="caption-attachment-1036" style="width: 497px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Folder-Redirection-Warning.jpg"><img loading="lazy" decoding="async" class="wp-image-1036 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Folder-Redirection-Warning.jpg" alt="Folder Redirection Warning" width="497" height="230" srcset="https://www.technig.com/wp-content/uploads/2014/12/Folder-Redirection-Warning.jpg 497w, https://www.technig.com/wp-content/uploads/2014/12/Folder-Redirection-Warning-300x139.jpg 300w" sizes="(max-width: 497px) 100vw, 497px" /></a><figcaption id="caption-attachment-1036" class="wp-caption-text">Folder Redirection Warning</figcaption></figure></p>
<p>Just click <strong>Yes</strong> the warning window and close the<strong> Group Policy Management Editor</strong>.</p>
<p><figure id="attachment_1037" aria-describedby="caption-attachment-1037" style="width: 1001px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Link-to-an-Existing-GPO.jpg"><img loading="lazy" decoding="async" class="wp-image-1037 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Link-to-an-Existing-GPO.jpg" alt="Link to an Existing GPO" width="1001" height="598" srcset="https://www.technig.com/wp-content/uploads/2014/12/Link-to-an-Existing-GPO.jpg 1001w, https://www.technig.com/wp-content/uploads/2014/12/Link-to-an-Existing-GPO-300x179.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Link-to-an-Existing-GPO-768x459.jpg 768w" sizes="(max-width: 1001px) 100vw, 1001px" /></a><figcaption id="caption-attachment-1037" class="wp-caption-text">Link to an Existing GPO</figcaption></figure></p>
<p><strong>7.</strong> Now you can link this <strong>GPO</strong> to entire <strong>domain</strong> or just add it to a specific <strong>Organization Unit.</strong></p>
<p><figure id="attachment_1038" aria-describedby="caption-attachment-1038" style="width: 871px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Enforce-Group-Policy.jpg"><img loading="lazy" decoding="async" class="wp-image-1038 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Enforce-Group-Policy.jpg" alt="Enforce Group Policy" width="871" height="446" srcset="https://www.technig.com/wp-content/uploads/2014/12/Enforce-Group-Policy.jpg 871w, https://www.technig.com/wp-content/uploads/2014/12/Enforce-Group-Policy-300x154.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Enforce-Group-Policy-768x393.jpg 768w" sizes="(max-width: 871px) 100vw, 871px" /></a><figcaption id="caption-attachment-1038" class="wp-caption-text">Enforce Group Policy</figcaption></figure></p>
<p>When you have accomplished all task successfully, update the Group Policy by typing <strong>&#8216;gpupdate /force&#8217;</strong> in Run or Command Prompt.</p>
<p><strong>8.</strong> Now check the Shared folder and see all redirected folders of a user.</p>
<p><figure id="attachment_1039" aria-describedby="caption-attachment-1039" style="width: 804px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Shared-Location.jpg"><img loading="lazy" decoding="async" class="wp-image-1039 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Shared-Location.jpg" alt="Redirect Folder " width="804" height="233" srcset="https://www.technig.com/wp-content/uploads/2014/12/Shared-Location.jpg 804w, https://www.technig.com/wp-content/uploads/2014/12/Shared-Location-300x87.jpg 300w, https://www.technig.com/wp-content/uploads/2014/12/Shared-Location-768x223.jpg 768w" sizes="(max-width: 804px) 100vw, 804px" /></a><figcaption id="caption-attachment-1039" class="wp-caption-text">Shared Location</figcaption></figure></p>
<p>Go to the client computer and check the properties of Download and Documents folders.</p>
<p><figure id="attachment_1040" aria-describedby="caption-attachment-1040" style="width: 701px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/12/Redirected-Documents.jpg"><img loading="lazy" decoding="async" class="wp-image-1040 size-full" src="https://www.technig.com/wp-content/uploads/2014/12/Redirected-Documents.jpg" alt="Redirected Documents" width="701" height="595" srcset="https://www.technig.com/wp-content/uploads/2014/12/Redirected-Documents.jpg 701w, https://www.technig.com/wp-content/uploads/2014/12/Redirected-Documents-300x255.jpg 300w" sizes="(max-width: 701px) 100vw, 701px" /></a><figcaption id="caption-attachment-1040" class="wp-caption-text">Redirected Documents</figcaption></figure></p>
<p>That&#8217;s all the redirect folder in Windows Server work perfect.</p>
<p>The post <a href="https://www.technig.com/redirect-folder-in-windows-server/">How to Redirect Folder in Windows Server 2012 R2?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/redirect-folder-in-windows-server/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1026</post-id>	</item>
	</channel>
</rss>
