Before I start
If you are not familiar with or not currently using Folder Redirection, you can simply ignore this blog post. It’s not my intention to evangelize Folder Redirection with Work Folders. This blog post is only for enterprises that have specific dependencies (such as work flows) on these Windows special folders and want to continue redirecting them as they migrate to Work folders.
Why and why not?
I often get questions on why we didn’t integrate Folder Redirection with Work Folders. When we were designing Work Folders, we debated this topic at length. There is no simple right or wrong, and it really depends on the individual customer IT culture. I’d like to share our thought on this, and open to hear yours.
We started by looking at the other file sync technologies offered at the time, which had a simple user experience by designate a specific folder which enables user to access the same content no matter which device they are using. We wanted to provide a similar user experience: a consistent view no matter on what devices. Because Work Folders is designed to work with non-domain joined devices, and non-Windows device (iPAD and iPhone for now), user can access data on their home PC, iOS devices, if using Folder Redirection on work PCs, imagine how confusing it could be to remember the different paths for file access on different devices, why not avoid it?
As we hear from customers requesting Folder Redirection integration with Work Folders, one common pattern emerges among these customers. They operate a very tightly controlled client environment: where the clients are all domain joined Windows PCs; IT doesn’t allow BYOD in the environment; or not allow those devices to access corporate files. For these customers, they like Work Folders’ file sync experience, but their users are accustomed to use Windows special folders or they may even have applications that default to save to those locations. And since they aren’t embracing personal devices, there is no confusion about access of those data.
How?
Folder Redirection setting is mostly managed through Group policy. User can also manually configure Folder Redirection on the client, but that solution is not scalable nor manageable. If you want to simply test out the user experience without the hassle of creating GPOs, you can open File Explorer, right click on one of the special folders, such as Documents, open Properties, click on the Location tab and to define the new location.
Group policy
I’ve tried the following 2 examples in my test environment; you need to change to your environment variables.
Redirecting the Document folder to a subfolder under Work Folders path. Use this configuration if you want to redirect more than one special folders under Work Folders.
Redirecting the Document folder to Work Folders. Use this configuration if you only want to redirect the document folder.
For the following GPOs, the assumption is, Work Folders has been already configured on the client, and your client setup for Work Folders is using the default path: C:\users\%username%\Work Folders.
Redirecting multiple special folders to Work Folders
In this example, I’m only showing redirecting Documents folder, but you can configure the other special folders by changing the GPO for other special folders. Make sure you redirect the special folders to a subfolder under the Work Folders path.
Create a GPO, and navigate to User Configuration -> Windows Settings -> Folder Redirection -> Documents, change
the settings to: Basic – Redirect everyone’s folder to the same location;
Target folder location: Redirect to the following location
Root Path: %systemdrive%\users\%username%\Work Folders\Documents
Once the user gets the GPO, the documents folder will be redirected to a subfolder to the Work Folders.
Redirecting document to Work Folders
In this example, you only want to redirect the Documents folder, and nothing else. You can map point the root path in the GPO to the Work Folders itself. User can get a consistent view whether to access through Documents folder or Work Folders path.
Create a GPO, and navigate to User Configuration -> Windows Settings -> Folder Redirection -> Documents, change
the settings to: Basic – Redirect everyone’s folder to the same location;
Target folder location: Redirect to the following location
Root Path: %systemdrive%\users\%username%\Work Folders
Once the user gets the GPO, the documents folder will be redirected to the Work Folders. Please note that, in Windows File explorer, user will not see the Work Folders folder. The folder is present in cmd window. User will access the files through Documents folder.
Which folders to be redirected?
There are 13 folders which can be configured using the group policy, but not all folders are suitable to be redirected to Work Folders. For example, AppData/roaming folder is designed to store application setting data, files are likely to be opened by the applications, and Work Folders client will not be able to sync open files. I have tested redirecting the following folders as subfolders under Work Folders:
Documents
Pictures
Videos
Music
Downloads
Desktop
Conclusion
Although this blog post covers how you can redirect some Windows special folders to Work Folders, I’d like to raise the awareness again that doing so can introduce user confusion once IT starts to embrace BYOD, as user will need to remember different file access path on different devices. However, if your environment does require this, let’s explore. What I have covered here is the very basic configuration. I’d like to see your comments to learn your needs, what works, and what’s not.