Jump to content

Recommended Posts

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...