BRC - Windows Folder Redirection Guidelines (2024)

The default permission for Windows folder redirection is to grant the user exclusive rights.

This means an administrator does not have read access to the redirected folders to backthem up.

To set permissions so Axcient BRC can back up the folders, do the following:

1. Create a share folder as the root of all redirected folders on the server hosting theredirected folders. Set the permissions as follows:

  • Share Permissions:
    • Everyone – Full Control
    • Administrators – Full Control
    • System – Full Control
  • NTFS Permissions (in all cases except for note #1 below):
    • Everyone – Read and Execute
    • Administrators – Full Control
    • System – Full Control
  • NTFS Permissions (when note #1 applies):
    • Everyone – Create Folder/Append Data (This Folder Only)
    • Everyone – List Folder/Read Data (This Folder Only)
    • Everyone – Read Attributes (This Folder Only)
    • Everyone – Traverse Folder/Execute File (This Folder Only)
    • CREATOR OWNER – Full Control (Subfolders and Files Only)
    • System – Full Control (This Folder, Subfolders and Files)
    • Domain Admins – Full Control (This Folder, Subfolders and Files)

2. Start the Group Policy Manager (Start > Control Panel > Administration Tools > GroupPolicy Manager).

3. Create a new Group Policy Object (GPO) called Folder Redirection:

  • Open the tree to the target domain.
  • Right-click on Group Policy Objects and select New.
  • Enter the name Folder Redirection and click OK.

4. Expand the Group Policy Objects folder, right-click on the newly created Folder Redirection entry, and select Edit.

5. The Group Policy Management Editor window appears. Folder Redirection appears at the top of the tree.

6. Expand to User Configration > Polices > Windows Settings > Folder Redirection.

7. Enable folder redirection for a desired target (such as Desktop or Documents):

  • Select the target, right-click, and select Properties to display the properties window for that target.
  • Click the Target tab. In the Setting field, select “Basic – Redirect everyone’s folder to the same location.”
  • In the Root Path field, enter \\server_name\share_name\ where server_name is the name of the server and share_name is the name of the share folder you created in step 1.
  • Click the Settings tab. Uncheck the box next to “Grant the user exclusive rights to My Documents”.
  • When both the Target and Settings tab fields are correct, click the OK button.

8. Repeat step 7 for each desired target (Desktop, Documents, Pictures, and so on).

9. When all settings are configured, link the GPO to the appropriate target (the root level domain, child domain, or any organizational unit):

  • For the root level domain, return to the Group Policy Management window and right-click on the domain. (Adjust accordingly for other targets.)
  • Select “Link an Existing GPO”.
  • A link window appears. Select the newly created Folder Redirection GPO, and click OK.

10. To test that the configuration is correct, reboot the client machine and then log in as a user. If folder redirection is successful, the follow event appears in the application log:

Event ID: 401
Source: Folder Redirection
Description: Successfully redirected My Documents. The folder was redirected from
<original_path> to \\server_name\share_name\user_name\My Documents.

Notes:

1. Use the step 1-c NTFS permissions when group policy is configured to redirect to a location where the GPO will automatically create the destination folder (user’s individual Application Data, Desktop, or My Documents folder).

2. User configuration settings in Group Policy take effect at the first log in after the policy is saved and replicated to the user’s login service.

3. Computer configuration settings in Group Policy take effect when the machine reboots and logs on to Active Directory. Therefore, you must reboot a terminal server before new computer configuration settings are applied.

4. The following error message indicates the user still has exclusive rights. If you see this message, repeat step 7-d.

Event ID: 101

User: <name>

Computer: <name>

Description:
Failed to perform redirection of folder <name>.

The new directories for the redirected folder could not be created.

The folder is configured to be redirected to <path>.

The following error occurred: Access is denied.

BRC - Windows Folder Redirection Guidelines (2024)

FAQs

What is the best practice for Folder Redirection? ›

For optimal performance of the Folder Redirection feature, it is strongly recommended that you create only the root share on the server, and then let the system create the folders for each user.

How to do proper Folder Redirection in Windows Server? ›

Right-click and select properties. Add the setting to “Basic — Redirect everyone's folder to the same location” and paste the network path that we copied in the previous step of the share folder to the root path. Click the Apply button and then the OK button.

How do we know if the Folder Redirection is configured correctly? ›

To test Folder Redirection, sign in to a computer by using a user account that is configured to use redirected folders. Then confirm that the folders and profiles are redirected.

How to check Folder Redirection command line? ›

You can run gpresult /v (Group Policy Result) from the command prompt of a particular user's account to find this info. Look under the heading Applied Group Policy Objects to see if in fact the feature has been applied. Scroll down to see Folder Redirection heading.

What is the best practice for redirects? ›

Best Practices for SEO Redirects
  • #1. Redirect to the Preferred Version of the Website URL. When setting up redirects, always target the most relevant and preferred version of the target URL. ...
  • #2. Redirect to Relevant Alternate URL. ...
  • #3. Avoid Redirect Chains. ...
  • #5. Remove Redirects URL Within Sitemap/Update Internal Links.

Is Folder Redirection a good idea why or why not? ›

Folder Redirection allows saving data regardless of storage location and separates user data from profile data decreasing the time required to log on. Other advantages include: Data is stored on a server where it can be backed up.

How do I redirect everyone's folder to the same location? ›

The redirection of the AppData (roaming) folder is rarely used. Open the Documents folder properties and configure the following Folder Redirection options: Settings: – Basic, Redirect everyone's folder to the same location. Target folder location: Create a folder for each user under the root path.

What is the difference between Folder Redirection and roaming profiles? ›

Roaming User Profiles is used to redirect a user profile to a network location, whereas Folder Redirection enables users and administrators to redirect the path of a known folder to a new location, manually or by using Group Policy. So, the latter may allow for more granularity.

What are the registry settings for Folder Redirection in Windows? ›

The registry key for folder redirection settings are in… HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders and another key above that one for just Shell folders. My friend, please take my advice and stay away from folder redirection!

What are the disadvantages of Folder Redirection? ›

Potential conflicts: If two users access the same redirected folder or file offline and make changes to it, conflicts can arise when they try to sync their changes back to the server. This can result in lost data or data corruption if the conflicts are not resolved properly.

What is the difference between Folder Redirection and drive mapping? ›

What's the difference between folder redirection and a network drive mapped to a drive letter? This is one of the most common questions. The difference is that the mapped network drive has a drive letter while the folder redirection can be found as a folder on your local drive.

Which role is responsible for Folder Redirection service? ›

Administrators can use Folder Redirection, Offline Files, and Roaming User Profiles to centralize storage for user data and settings. These features let users access their data while offline or in the event of a network or server outage.

How do I reset Folder Redirection? ›

You have to go to the original policy that you used to redirect the folders, on the “Settings” tab, configure the Policy Removal setting to “redirect the folder back to the user profile

Where is Folder Redirection located? ›

Folder Redirection is located under Windows Settings in the console tree when you edit domain-based Group Policy by using the Group Policy Management Console (GPMC). The path is <Group Policy Object Name>\User Configuration\Policies\Windows Settings\Folder Redirection .

How to redirect to folder in cmd? ›

To change the directory in Command Prompt (Cmd), use the “cd” command followed by the desired directory path, e.g., “cd C:\NewDirectory.” Let's show you step by step. CMD, or Command Prompt on the Windows operating system, is a functional text-based interface.

What is the best way to switch between the directory? ›

To change the directory in Command Prompt (Cmd), use the “cd” command followed by the desired directory path, e.g., “cd C:\NewDirectory.” Let's show you step by step. CMD, or Command Prompt on the Windows operating system, is a functional text-based interface.

What is the best practice for subfolders? ›

Keep folders and subfolders separate to reduce overlap. However, don't make an excessive number of subfolders (Figure 2). Keep subfolder categories narrow to restrict the number of files in each.

What is the redirection strategy? ›

Tameika Meadows, BCBA, Blog Author 6:06 PM 4 comments. Redirection – An ABA behavior reduction technique used to distract the child from a problem behavior, or lead them to engage in a more appropriate behavior than the one they are currently engaging in.

What is the best practice for setting folder permissions in Windows server? ›

Set permissions at the highest level: Set permissions at the top level of your folder structure and let them propagate down to reduce the amount of permissions you need to manage. Avoid breaking inheritance: Do not break permission inheritance unless absolutely necessary.

Top Articles
Why expired certificates are not in revoked folder
How to Create a Stacked Column Chart with Two Y-Axes in Excel – Master Data Skills + AI
Methstreams Boxing Stream
Moon Stone Pokemon Heart Gold
Was ist ein Crawler? | Finde es jetzt raus! | OMT-Lexikon
Danatar Gym
Crocodile Tears - Quest
Kansas Craigslist Free Stuff
Flixtor The Meg
Txtvrfy Sheridan Wy
Wild Smile Stapleton
Mohawkind Docagent
Ou Class Nav
Pbr Wisconsin Baseball
Cvs Devoted Catalog
Ave Bradley, Global SVP of design and creative director at Kimpton Hotels & Restaurants | Hospitality Interiors
4Chan Louisville
Jasmine Put A Ring On It Age
Socket Exception Dunkin
Dallas’ 10 Best Dressed Women Turn Out for Crystal Charity Ball Event at Neiman Marcus
Kaomoji Border
Baywatch 2017 123Movies
Byte Delta Dental
Keurig Refillable Pods Walmart
Dover Nh Power Outage
Webcentral Cuny
Clare Briggs Guzman
Yog-Sothoth
Pearson Correlation Coefficient
Form F-1 - Registration statement for certain foreign private issuers
Democrat And Chronicle Obituaries For This Week
Bend Missed Connections
Downloahub
Helpers Needed At Once Bug Fables
Wheeling Matinee Results
'Conan Exiles' 3.0 Guide: How To Unlock Spells And Sorcery
Kaiser Infozone
Average weekly earnings in Great Britain
Shiftwizard Login Johnston
Leena Snoubar Net Worth
888-822-3743
Isabella Duan Ahn Stanford
Cocaine Bear Showtimes Near Cinemark Hollywood Movies 20
Parent Portal Pat Med
Copd Active Learning Template
20 Mr. Miyagi Inspirational Quotes For Wisdom
N33.Ultipro
Pas Bcbs Prefix
Evil Dead Rise - Everything You Need To Know
Tenichtop
211475039
Intuitive Astrology with Molly McCord
Latest Posts
Article information

Author: Msgr. Benton Quitzon

Last Updated:

Views: 6091

Rating: 4.2 / 5 (63 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Msgr. Benton Quitzon

Birthday: 2001-08-13

Address: 96487 Kris Cliff, Teresiafurt, WI 95201

Phone: +9418513585781

Job: Senior Designer

Hobby: Calligraphy, Rowing, Vacation, Geocaching, Web surfing, Electronics, Electronics

Introduction: My name is Msgr. Benton Quitzon, I am a comfortable, charming, thankful, happy, adventurous, handsome, precious person who loves writing and wants to share my knowledge and understanding with you.