sarchs Posted October 7, 2011 Posted October 7, 2011 I want staff to be able to view pupils areas (only read access) i have this working no problem last year on server 2003. We have now moved to server 2008r2 and the permissions set at the top level (intake2011) are not cascading down to the folders below (intake20011usersrea). The way i can get this working is to manually go to each user area and click 'Include inheritable permissions for this objects' parent'. But i do not want to do this 1200 times. Any help please?
cromertech Posted October 7, 2011 Posted October 7, 2011 Try on a set of test folders first but you might need something like this Save the following as inherit.bat and replace the relevant server folder info FOR /r "tokens=*" %%G in ('dir /ad /s /b "\\server\share"') do icacls %%G /T /C /Grant {Your User or Group}:F(OI)
sarchs Posted October 7, 2011 Author Posted October 7, 2011 I have used the command ICACLS "f:\Users\Intake2011\intake2001user" /inheritance:e This works but it does not do multiple users at once
sarchs Posted October 7, 2011 Author Posted October 7, 2011 Got it working thanks I used the following command ICACLS "f:\Users\Intake2011\*.*" /inheritance:e
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now