Link to home
Start Free TrialLog in
Avatar of BoxunloX
BoxunloX

asked on

File Share Permissions Windows Server 2008

Hello all,
 I have setup a file server running Windows Server 2008 and I have provisioned a share under which I have created many directories, one for each of my users. So, for example, the share is called Backup_Share, and in that i have directories such as joe.smith, ann.thompson, etc.

 I have enabled Access Based Enumeration and what I would like to do is control access to the user folders in such a way that when mapping to the share the users see and can access only their folder.

 Now, I know that share and NTFS permissions have to be configured independently, and that the most restrictive of the two takes precedence. I also realize I will have to stop the share's inheritance from its parent object. I was wondering if any of you could tell me the best process for doing this?  
ASKER CERTIFIED SOLUTION
Avatar of Krypton-IT-Solutions
Krypton-IT-Solutions

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
Avatar of BoxunloX
BoxunloX

ASKER

Following Krypton's suggestions got me to where I needed to be. The best way I found was to share the parent directory with everyone, then in the Advanced Security Options I stopped all sub-directories from inheriting their permissions from the parent. The I allowed access via NTFS at the level I deemed necessary. Works like a charm and the users only see those directories that they have access to.