mrb-solutions Posted August 2, 2012 Posted August 2, 2012 Hello, Is there a simple way to set permissions on staff folders? I want to bulk set all the staff folders to have security permissions to the staff member the folder belongs to?
linkazoid Posted August 2, 2012 Posted August 2, 2012 I've used this previously - NTFSFix. Should be enough information on the page to help you. Michael 1
glennda Posted August 2, 2012 Posted August 2, 2012 This will do the trick. will assign the name of the folder full control, Administrators full control, Domain Admins Full control, teaching staff read but easily modify. for /d %%1 in (*) do echo y|cacls %%1 /t /g %%1:F administrators:f "manage student data":f "domain admins":f system:f "teaching staff":r
mrb-solutions Posted August 2, 2012 Author Posted August 2, 2012 NTFSFix is just what i needed! Thanks V much
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