Unable to make domain user a member of GPO

OHPRS Admin 281 Reputation points
2025-05-25T17:00:40.39+00:00

I'm setting up a new AD Domain Controller. I've done this several times in the past and have had no problem, but this time I cannot make a new domain user a member of the folder redirection GPO. I must be missing a step. Here's what I've done:

  1. In Group Policy Management I right-clicked on my domain hprs.local and added a 'New Organizational Unit' which I called "HPRS Groups".
  2. I then right-clicked on "HPRS Groups" and did 'Create a GPO in this domain, and Link it here ...". I named that GPO "HPRS Folder Redirection".
  3. I right-clicked on "HPRS Folder Redirection" then 'Edit'. and went to User Configuration > Policies > Windows Settings > Folder Redirection.
  4. In the right panel I right-clicked Desktop > Properties. In the 'Target' tab I selected "Basic: Redirect everyone's folder to the same location", and I set the Root Path to "\mail.hprs.local\Users". This is how I've always done it. That folder does exists on the DC. I repeated this for Documents, Downloads and Favorites.
  5. Back on the GP Management page I clicked on "HPRS Folder Redirection" and verified its location was "HPRS Groups" and the Path was "hprs.local/HPRS Groups". I also verified that Security Filtering had "Authenticated Users".
  6. I then opened ADUC and added domain user mark and went to the 'Member Of' tab. This user was listed as a member of 'Domain Users'.
  7. I then clicked 'Add' and under "Enter the object name to select" I typed "hprs folder redirection", did 'Check names', but got the message "An object named 'HPRS Folder Redirection' cannot be found. Check the selected object types ...". I tried several variations on abbreviating the name, tried selecting the alternate object type and even recreated the GPO directly under the hprs.local domain without a "HPRS Groups" OU. Nothing worked.

The above procedure has always worked the several times I've set up a AD/DC before. What am I missing?

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
0 comments No comments
{count} votes

Accepted answer
  1. Marcin Policht 50,895 Reputation points MVP Volunteer Moderator
    2025-05-27T20:50:20.8266667+00:00

    You statement is correct: "Link the new GPO policy (if not done already) to an OU with a user account that can be used to test this policy. This user must log on to a Windows computer to allow proper processing of this policy."

    This is distinct from configuring the permissions on the GPO. Both conditions must be satisfied

    To implement this, follow https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/dn789193(v=ws.11)#how-to-link-group-policy-objects


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin


2 additional answers

Sort by: Most helpful
  1. Marcin Policht 50,895 Reputation points MVP Volunteer Moderator
    2025-05-25T17:18:57.11+00:00

    You're trying to add a user to a GPO using the “Member Of” tab in Active Directory Users and Computer (ADUC). GPOs are not group accounts. They cannot be added to users’ group memberships. You cannot make a user a “member of a GPO” because a GPO is not a security group or user object. When you typed "HPRS Folder Redirection" into the "Enter the object name to select" field in the Member Of tab, ADUC couldn't find it — because it's not a group, it's a policy object, and ADUC is only searching for groups, users, or computers.

    To make it work:

    1. Create the GPO as you did — named HPRS Folder Redirection.
    2. Configure folder redirection settings under:
         User Configuration > Policies > Windows Settings > Folder Redirection
      
    3. Link the GPO to the OU that contains the user accounts you want the policy to apply to.
      • Example: If your user “mark” is in an OU called HPRS Users, you need to link the GPO to HPRS Users.
      • If the GPO is only linked to HPRS Groups but the user is in a different OU, the GPO will not apply.
    4. Security Filtering:
      • The GPO by default applies to Authenticated Users, meaning it affects all users in the OU where it's linked.
      • If you want the GPO to apply to only specific users or groups, you should:
        • Leave Authenticated Users with the read only permissions.
        • Add the user (e.g., mark) or a security group (e.g., FolderRedirectionUsers) that contains the user.
        • Then go to the Delegation tab → Advanced, and ensure the user or group has:
          • Read
          • Apply Group Policy
    5. Verify the Folder Share:
      • Ensure the root path (e.g., \\mail.hprs.local\Users) is:
        • A valid network share.
        • Accessible by the user account.
        • Has correct NTFS and share permissions for redirection (users must have write access to their folder or to the root folder with auto folder creation enabled).

    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments

  2. OHPRS Admin 281 Reputation points
    2025-05-27T19:40:28.46+00:00

    Thanks for the feedback. The network share is correct. Comments ... Your step 1 & 2, no problem, did that.

    For your step 2 you wrote: "Link the GPO to the OU that contains the user accounts you want the policy to apply to. Example: If your user “mark” is in an OU called HPRS Users, you need to link the GPO to HPRS Users.

    So, as to "Link the GPO to the OU that contains the user accounts", I created the GPO before configuring any user accounts. I believe that's how I did id before. Is that wrong?

    Maybe I'm thinking too hard. My personal notes on this from some time ago say, "Link the new GPO policy (if not done already) to an OU with a user account that can be used to test this policy. This user must log on to a Windows computer to allow proper processing of this policy."

    I'm sure I got that from someone else. When I go to create users, how do I "link the new GPO ... to an OU with a user account..."? Does havint the GPO filtering as "Authenticated Users" and creating the user as a 'Member of' "Domain Users" (which is hprs.local\Users) automatically do the "link"?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.