<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://knowledgebase.pirho.net/index.php?action=history&amp;feed=atom&amp;title=Folder_Redirection</id>
	<title>Folder Redirection - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://knowledgebase.pirho.net/index.php?action=history&amp;feed=atom&amp;title=Folder_Redirection"/>
	<link rel="alternate" type="text/html" href="https://knowledgebase.pirho.net/index.php?title=Folder_Redirection&amp;action=history"/>
	<updated>2026-07-11T11:42:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://knowledgebase.pirho.net/index.php?title=Folder_Redirection&amp;diff=416&amp;oldid=prev</id>
		<title>Dex: Created page with &quot;&#039;&#039;&#039;Summary:&#039;&#039;&#039;  Folder Redirection is a Windows feature that allows user data folders such as Documents, Desktop, Pictures and Downloads to be stored in a location other than the local computer. It is commonly used in Active Directory environments to centralise user data, simplify backup strategies, reduce workstation storage requirements and improve the user experience when moving between devices.  == Context ==  Historically, user data was stored within the user&#039;s prof...&quot;</title>
		<link rel="alternate" type="text/html" href="https://knowledgebase.pirho.net/index.php?title=Folder_Redirection&amp;diff=416&amp;oldid=prev"/>
		<updated>2026-07-05T14:19:12Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Summary:&amp;#039;&amp;#039;&amp;#039;  Folder Redirection is a Windows feature that allows user data folders such as Documents, Desktop, Pictures and Downloads to be stored in a location other than the local computer. It is commonly used in Active Directory environments to centralise user data, simplify backup strategies, reduce workstation storage requirements and improve the user experience when moving between devices.  == Context ==  Historically, user data was stored within the user&amp;#039;s prof...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Summary:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Folder Redirection is a Windows feature that allows user data folders such as Documents, Desktop, Pictures and Downloads to be stored in a location other than the local computer. It is commonly used in Active Directory environments to centralise user data, simplify backup strategies, reduce workstation storage requirements and improve the user experience when moving between devices.&lt;br /&gt;
&lt;br /&gt;
== Context ==&lt;br /&gt;
&lt;br /&gt;
Historically, user data was stored within the user&amp;#039;s profile on the local computer. This created several challenges:&lt;br /&gt;
&lt;br /&gt;
* User files were difficult to back up.&lt;br /&gt;
* Computer failures often resulted in data loss.&lt;br /&gt;
* Users moving between computers could not easily access their files.&lt;br /&gt;
* Profile sizes became large and slow to manage.&lt;br /&gt;
&lt;br /&gt;
Folder Redirection addresses these issues by separating user data from the computer itself.&lt;br /&gt;
&lt;br /&gt;
In most enterprise environments, redirected folders are stored on a file server rather than on the local disk.&lt;br /&gt;
&lt;br /&gt;
=== Common Misconceptions ===&lt;br /&gt;
&lt;br /&gt;
* Folder Redirection is not the same as Roaming Profiles.&lt;br /&gt;
* Folder Redirection does not move the entire user profile.&lt;br /&gt;
* Folder Redirection is not a backup solution by itself.&lt;br /&gt;
* Folder Redirection can be used independently of OneDrive or other cloud storage solutions.&lt;br /&gt;
&lt;br /&gt;
== Core Concepts ==&lt;br /&gt;
&lt;br /&gt;
=== User Profile Structure ===&lt;br /&gt;
&lt;br /&gt;
A Windows user profile typically contains:&lt;br /&gt;
&lt;br /&gt;
* Desktop&lt;br /&gt;
* Documents&lt;br /&gt;
* Pictures&lt;br /&gt;
* Videos&lt;br /&gt;
* Music&lt;br /&gt;
* Downloads&lt;br /&gt;
* AppData&lt;br /&gt;
&lt;br /&gt;
Only selected folders are normally redirected.&lt;br /&gt;
&lt;br /&gt;
AppData is generally left within the local profile unless there is a specific requirement to roam application settings.&lt;br /&gt;
&lt;br /&gt;
=== Redirection Target ===&lt;br /&gt;
&lt;br /&gt;
A target location may be:&lt;br /&gt;
&lt;br /&gt;
* Another volume on the same computer&lt;br /&gt;
* A network file share&lt;br /&gt;
* A DFS Namespace&lt;br /&gt;
* Cloud-synchronised storage&lt;br /&gt;
&lt;br /&gt;
In domain environments, a network file share is the most common approach.&lt;br /&gt;
&lt;br /&gt;
=== Policy-Based Management ===&lt;br /&gt;
&lt;br /&gt;
Folder Redirection is typically controlled through Group Policy.&lt;br /&gt;
&lt;br /&gt;
This allows administrators to:&lt;br /&gt;
&lt;br /&gt;
* Apply consistent settings to many users.&lt;br /&gt;
* Change storage locations centrally.&lt;br /&gt;
* Control permissions automatically.&lt;br /&gt;
* Migrate users without manual intervention.&lt;br /&gt;
&lt;br /&gt;
== Practical Application ==&lt;br /&gt;
&lt;br /&gt;
=== Redirecting a Single Folder ===&lt;br /&gt;
&lt;br /&gt;
A user can manually relocate supported folders:&lt;br /&gt;
&lt;br /&gt;
# Right-click the folder.&lt;br /&gt;
# Select &amp;#039;&amp;#039;Properties&amp;#039;&amp;#039;.&lt;br /&gt;
# Open the &amp;#039;&amp;#039;Location&amp;#039;&amp;#039; tab.&lt;br /&gt;
# Choose &amp;#039;&amp;#039;Move&amp;#039;&amp;#039;.&lt;br /&gt;
# Select a new location.&lt;br /&gt;
&lt;br /&gt;
Windows updates the required registry settings and moves the existing content.&lt;br /&gt;
&lt;br /&gt;
=== Redirecting Through Group Policy ===&lt;br /&gt;
&lt;br /&gt;
Group Policy provides the preferred enterprise approach.&lt;br /&gt;
&lt;br /&gt;
Example folders commonly redirected:&lt;br /&gt;
&lt;br /&gt;
* Documents&lt;br /&gt;
* Desktop&lt;br /&gt;
* Pictures&lt;br /&gt;
* Favourites&lt;br /&gt;
&lt;br /&gt;
Benefits include:&lt;br /&gt;
&lt;br /&gt;
* Centralised storage&lt;br /&gt;
* Simplified backup&lt;br /&gt;
* Reduced profile size&lt;br /&gt;
* Easier workstation replacement&lt;br /&gt;
&lt;br /&gt;
=== Example Architecture ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
+-------------+&lt;br /&gt;
| User Device |&lt;br /&gt;
+------+------+&lt;br /&gt;
       |&lt;br /&gt;
       v&lt;br /&gt;
+-------------+&lt;br /&gt;
| Active      |&lt;br /&gt;
| Directory   |&lt;br /&gt;
+------+------+&lt;br /&gt;
       |&lt;br /&gt;
       v&lt;br /&gt;
+-------------+&lt;br /&gt;
| File Server |&lt;br /&gt;
| Home Folders|&lt;br /&gt;
+-------------+&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Users access their files as normal while data is actually stored on the server.&lt;br /&gt;
&lt;br /&gt;
== Common Pitfalls ==&lt;br /&gt;
&lt;br /&gt;
=== Redirecting Too Much ===&lt;br /&gt;
&lt;br /&gt;
Redirecting every available folder can create unexpected behaviour.&lt;br /&gt;
&lt;br /&gt;
Downloads, for example, may contain large temporary files that consume server storage unnecessarily.&lt;br /&gt;
&lt;br /&gt;
=== Incorrect Permissions ===&lt;br /&gt;
&lt;br /&gt;
Misconfigured NTFS or Share permissions frequently cause:&lt;br /&gt;
&lt;br /&gt;
* Access denied errors&lt;br /&gt;
* Synchronisation failures&lt;br /&gt;
* Missing folders&lt;br /&gt;
&lt;br /&gt;
=== Network Dependency ===&lt;br /&gt;
&lt;br /&gt;
Redirected folders stored on a file server become dependent upon network connectivity.&lt;br /&gt;
&lt;br /&gt;
Poor network performance often presents itself as:&lt;br /&gt;
&lt;br /&gt;
* Slow file access&lt;br /&gt;
* Delayed login times&lt;br /&gt;
* Application performance issues&lt;br /&gt;
&lt;br /&gt;
=== Legacy Applications ===&lt;br /&gt;
&lt;br /&gt;
Some older applications assume all user data exists locally.&lt;br /&gt;
&lt;br /&gt;
Such applications may not function correctly when data is redirected to remote storage.&lt;br /&gt;
&lt;br /&gt;
== Design &amp;amp; Architecture Considerations ==&lt;br /&gt;
&lt;br /&gt;
=== Scalability ===&lt;br /&gt;
&lt;br /&gt;
For small environments, a single file server may be sufficient.&lt;br /&gt;
&lt;br /&gt;
Larger organisations often use:&lt;br /&gt;
&lt;br /&gt;
* DFS Namespaces&lt;br /&gt;
* DFS Replication&lt;br /&gt;
* Clustered storage&lt;br /&gt;
* Cloud-integrated file services&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
Consider:&lt;br /&gt;
&lt;br /&gt;
* NTFS permissions&lt;br /&gt;
* Share permissions&lt;br /&gt;
* Access Based Enumeration&lt;br /&gt;
* Encryption&lt;br /&gt;
* Backup retention&lt;br /&gt;
&lt;br /&gt;
User data often contains sensitive business information and should be protected accordingly.&lt;br /&gt;
&lt;br /&gt;
=== Maintainability ===&lt;br /&gt;
&lt;br /&gt;
Folder structures should remain predictable.&lt;br /&gt;
&lt;br /&gt;
A common example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
\\FILESERVER\Users\%USERNAME%\Documents&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consistent naming simplifies support and migration activities.&lt;br /&gt;
&lt;br /&gt;
=== Modern Alternatives ===&lt;br /&gt;
&lt;br /&gt;
Many organisations are now adopting:&lt;br /&gt;
&lt;br /&gt;
* OneDrive Known Folder Move (KFM)&lt;br /&gt;
* Microsoft 365 integration&lt;br /&gt;
* Hybrid file storage solutions&lt;br /&gt;
&lt;br /&gt;
These approaches provide similar benefits while extending access beyond the traditional corporate network.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting &amp;amp; Diagnostics ==&lt;br /&gt;
&lt;br /&gt;
=== Verify Group Policy ===&lt;br /&gt;
&lt;br /&gt;
Check:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
gpresult /r&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
gpresult /h report.html&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to confirm that Folder Redirection policies have been applied.&lt;br /&gt;
&lt;br /&gt;
=== Verify Folder Path ===&lt;br /&gt;
&lt;br /&gt;
Confirm the expected path using:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
echo %USERPROFILE%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and examine the folder&amp;#039;s &amp;#039;&amp;#039;Location&amp;#039;&amp;#039; properties.&lt;br /&gt;
&lt;br /&gt;
=== Check Permissions ===&lt;br /&gt;
&lt;br /&gt;
Verify:&lt;br /&gt;
&lt;br /&gt;
* NTFS permissions&lt;br /&gt;
* Share permissions&lt;br /&gt;
* Effective permissions&lt;br /&gt;
&lt;br /&gt;
Permission issues account for a large proportion of Folder Redirection support cases.&lt;br /&gt;
&lt;br /&gt;
=== Event Logs ===&lt;br /&gt;
&lt;br /&gt;
Review:&lt;br /&gt;
&lt;br /&gt;
* Application Log&lt;br /&gt;
* System Log&lt;br /&gt;
* GroupPolicy Operational Log&lt;br /&gt;
&lt;br /&gt;
These frequently contain useful diagnostics relating to redirection failures.&lt;br /&gt;
&lt;br /&gt;
== Design Recommendations ==&lt;br /&gt;
&lt;br /&gt;
* Use Folder Redirection rather than junction points wherever practical.&lt;br /&gt;
* Avoid moving the entire C:\Users structure on existing systems.&lt;br /&gt;
* Redirect only the folders that provide business value.&lt;br /&gt;
* Combine Folder Redirection with a robust backup strategy.&lt;br /&gt;
* Consider OneDrive integration for modern Microsoft 365 environments.&lt;br /&gt;
* Test policy changes with a pilot group before enterprise-wide deployment.&lt;br /&gt;
&lt;br /&gt;
== Related Topics ==&lt;br /&gt;
&lt;br /&gt;
* [[Roaming Profiles]]&lt;br /&gt;
* [[User Profile Disks]]&lt;br /&gt;
* [[FSLogix Profile Containers]]&lt;br /&gt;
* [[Group Policy]]&lt;br /&gt;
* [[OneDrive Known Folder Move]]&lt;br /&gt;
* [[DFS Namespaces]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Microsoft Group Policy Documentation&lt;br /&gt;
* Microsoft Folder Redirection Documentation&lt;br /&gt;
* Microsoft FSLogix Documentation&lt;br /&gt;
* Microsoft OneDrive Known Folder Move Documentation&lt;/div&gt;</summary>
		<author><name>Dex</name></author>
	</entry>
</feed>