<?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>File REdirection Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/file-redirection/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 29 Aug 2019 11:24:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>How to Configure Folder Redirection in Windows Server 2016</title>
		<link>https://www.osradar.com/how-to-configure-folder-redirection-in-windows-server-2016/</link>
					<comments>https://www.osradar.com/how-to-configure-folder-redirection-in-windows-server-2016/#respond</comments>
		
		<dc:creator><![CDATA[Jamel Bouzidi]]></dc:creator>
		<pubDate>Thu, 29 Aug 2019 11:24:14 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Domaine Controler]]></category>
		<category><![CDATA[File REdirection]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[Windows server 2016]]></category>
		<guid isPermaLink="false">http://www.googez.com/?p=929</guid>

					<description><![CDATA[<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 rel="nofollow" href="https://www.osradar.com/how-to-configure-folder-redirection-in-windows-server-2016/">How to Configure Folder Redirection in Windows Server 2016</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<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>In addition to the immediate benefit of having that data on a file server that is much easier to keep backed up, the user also gets the benefit of being able to go to multiple computers in your organization and still have access to their data. Using the default Windows settings and the default share settings on your file server, this redirection will be even made available offline automatically for your users. Let&#8217;s get started. </p>



<h3><strong>01 – Create a Shared Folder</strong></h3>



<p>On your server<strong>,</strong> on second <strong>Local Disk</strong> create <strong>New folder</strong>. </p>



<p> Right-click the <strong>New folder</strong> (I rename it to &#8220;<strong>Redir</strong>&#8220;), click <strong>Share</strong> with, and then click <strong>Specific people.</strong></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/1-1-1024x576.png" alt="" class="wp-image-931" /></figure>



<p>In the <strong>File Sharing dialog box</strong>, click the drop-down arrow, select <strong>Everyone,</strong> and then click <strong>Add.</strong></p>



<p>For the &#8220;<strong>Everyone group</strong>&#8221; section, click the <strong>Permission Level</strong> drop-down arrow, and then click <strong>Read/Write.</strong> Click <strong>Share,</strong> and then click <strong>Done.</strong> </p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/2-1-1024x576.png" alt="" class="wp-image-932" /></figure>



<h3> <strong>02 – Create a GPO to redirect the Documents folder</strong> </h3>



<p> Open <strong>Server Manager,</strong> click <strong>Tools </strong>and then click <strong>Group Policy Management.</strong></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/3-1-1024x576.png" alt="" class="wp-image-934" /></figure>



<p>In the navigation pane, right-click on the domain name, and then click <strong>Create a GPO in this domain and Link it here.</strong></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/4-1-1024x576.png" alt="" class="wp-image-933" /></figure>



<p>In the <strong>New GPO dialog box</strong>, in the Name text box, type <strong>Folder Redirection,</strong> and then click <strong>OK.</strong></p>



<p>Now In the navigation pane, right-click <strong>Folder Redirection,</strong> and then click <strong>Edit.</strong></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/5-3-1024x576.png" alt="" class="wp-image-935" /></figure>



<p>In the <strong>Group Policy Management Editor window,</strong> under <strong>User Configuration</strong>, expand <strong>Policies,</strong> expand <strong>Windows Settings,</strong> and then expand <strong>Folder Redirection.</strong></p>



<p>Right-click <strong>Documents</strong>, and then click <strong>Properties.</strong></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/6-1-1024x576.png" alt="" class="wp-image-936" /></figure>



<p>In the <strong>Document Properties dialog box,</strong> on the Target tab, click the Setting drop-down arrow, and then select <strong>Basic-Redirect everyone’s folder to the same location.</strong></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/7-1-1024x576.png" alt="" class="wp-image-937" /></figure>



<p>Ensure that the Target folder location box is set to <strong>Create a folder for each user under the root path.</strong></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/8-1-1024x576.png" alt="" class="wp-image-938" /></figure>



<p> In the Root Path text box, type <strong>\\Server\Redir</strong>, and then click<strong> OK.</strong></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/9-1-1024x576.png" alt="" class="wp-image-939" /></figure>



<p>In the <strong>Warning dialog box,</strong> click <strong>Yes.</strong></p>



<p>On the Client PC, right-click <strong>Documents</strong>, and then click <strong>Properties.</strong> </p>



<p>Verify that on the General tab, the Location field has a value of <strong>\\Server\redir\username</strong>. </p>



<p>If not  type the following command :  <strong><em>gpupdate /force</em></strong>,  Sign out and  Sign in again.  </p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/10-1-1024x576.png" alt="" class="wp-image-940" /></figure>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-configure-folder-redirection-in-windows-server-2016/">How to Configure Folder Redirection in Windows Server 2016</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-configure-folder-redirection-in-windows-server-2016/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
