Link to home
Start Free TrialLog in
Avatar of nav2567
nav2567Flag for United States of America

asked on

roaming profile security permission issue.

We have a Windows 2012 RDS environment.  We redirect the user appdata and desktop to a centralized network share.  

A new user login to one of a RDS server, his new profile is created in the network share.  When I inspect folder permission of his profile in the network share, I do not see he has access at all.  Only administrator group.  

The local administrator group of that RDS server contains the domain admins group.  The local USERS group of the server contains the domain user group.

Under the security permission of the network share, I only grant the local USERS group to read only to "This Folder Only". This is because I do not want everybody to have access to everybody's profile.

Please advise if you know how to fix this or a better way to handle.  

Thanks a lot.
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

redirected folder permissions
c:\share\user$
Allow System Full control this folder,subfolders and files
Allow Administrators Full control this folder only
CREATOR OWNER Full control subfolders and files only
Redirected Users Group This Folder ONLY
Avatar of nav2567

ASKER

Thanks.

In my setup, any idea of why a new user's security permission of his profile was not added when that profile was created
Also you can try to use profile management to configure the redirection, for more details http://www.carlstalhood.com/citrix-profile-management/
Avatar of nav2567

ASKER

Thanks.

If I configured NTFS and security permission that way ( tried that before), as mentioned, everyone will be able to read everyone's profile which is not want we want.  

My share permission settings are same as what is in the article.  In NTFS security permission setting, I only have granted the local USERS group (which contains the RDS users) to read-only to "This Folder Only". This is because I do not want everybody to have access to everybody's profile.

When a new profile is created, I expected to see the user's is granted Change right in NTFS permission.
David Johnson's answer is 100% correct.  If you do it that way, then users will not be able to see the contents of other user's profiles.  Be sure you only use the permissions that David specified.  

Personally, I tend to just use Authenticated Users instead of a specific user group.

System:F
Administrators: F (you can make it This Folder Only if you want.. I tend to leave it at full control -- (needed to make it easier to delete the profiles as needed).
Authenticated Users:R, Add Folder/Append Data - This Folder Only
Creator Owner:F - Subfolders and files only

Coralon
not all of my users have roaming profiles. i.e. administrative and service accounts.
Avatar of nav2567

ASKER

Thanks.  

If you dont mind, would you specify again on what exactly I need to add inside the below tags

1. Sharing>Advanced Sharing
2. Security (NTFS)

I currently have authentic users (f), system (f), domain admins (f) in 1 and I have system (f), administrators (f), creator owner (f), users (r - this folder only) in 2.
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Have you checked share permissions?

In general, when restricting access using NTFS permissions, I would give the EVERYONE group FULL access in Share Permissions (which that Citrix article doesn't mention).

As this TechNet Article says:
If you want to manage folder access by using NTFS permissions exclusively, set share permissions to Full Control for the Everyone group.

https://technet.microsoft.com/en-us/library/cc754178(v=ws.11).aspx