Link to home
Start Free TrialLog in
Avatar of BeGentleWithMe-INeedHelp
BeGentleWithMe-INeedHelpFlag for United States of America

asked on

file permissions 101 - give some users access to only 1 folder among a bunch

on an Essentials 2012R2 server, if it matters, there's a share, lets call it A (\\server\a).

In there are a bunch of folders, lets call them 1, 2, 3, 4, 5, 6

Most everyone should be able to access all the folders.

there's a group that should only have permission to access folders 3 and 5

How would you do that ?

Conceivably, over time, they may create folder 7, 8 and 9.  That limited group still should only have access to folders 3 and 5.

thanks!
Avatar of Patrick de Gelder
Patrick de Gelder
Flag of Netherlands image

I assum you could creating some new group policies and assign those policies to the folders and make the users that requires access a member of those policies.

See URL for more information on Group Policy

https://technet.microsoft.com/en-us/library/cc725828%28v=ws.10%29.aspx

Hope this helps,
Avatar of David Johnson, CD
one sets ntfs or share permissions group policy has nothing to do here.
ntfs permissions inherit from the folder above unless told to not inherit by explicitly editing the permissions. So if you create a folder then you have to edit the permissions to remove access for these users (it really should be a group)

If you enable Access Based Enumeration then a user will only see folders/files that they have access to and not get the access denied message.
SOLUTION
Avatar of Robin CM
Robin CM
Flag of United Kingdom of Great Britain and Northern Ireland 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
> they may create folder 7, 8 and 9.  That limited group still should only have access to folders 3 and 5.

Sounds conflicting. Is "they" the restricted group just allowed to 3 and 5? Yet, they can create 7 8 and 9?
Avatar of BeGentleWithMe-INeedHelp

ASKER

Sorry. I meant the unrestricted users make more folders. Those new folders should inherit a 'don't allow the restricted people' into them.
ASKER CERTIFIED SOLUTION
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