Not sure if this might be better in the server section or something but thought the programmers might be the first to ask....
I need some help with a setACL.exe command, i've got a batch file with the following in:
C:\setACL.exe -on "G:\Shares\TR\Teaching Resources\Business\Controlled Assessment\TSP Controlled Assessments" -ot file -actn ace -ace "n:archway\student;p:change,read_ex,write"
That was my old way of doing something, i now want that to now make the folder it's applying to have that groups settings apply to "This folder only" for a start, and secondly i need to set only these specific permissions: "Travese folder / execute file, List folder / read data, read attributes, read extended attributes, create folders / append data, take ownership"
Does anyone know how to do that?
I need some help with a setACL.exe command, i've got a batch file with the following in:
C:\setACL.exe -on "G:\Shares\TR\Teaching Resources\Business\Controlled Assessment\TSP Controlled Assessments" -ot file -actn ace -ace "n:archway\student;p:change,read_ex,write"
That was my old way of doing something, i now want that to now make the folder it's applying to have that groups settings apply to "This folder only" for a start, and secondly i need to set only these specific permissions: "Travese folder / execute file, List folder / read data, read attributes, read extended attributes, create folders / append data, take ownership"
Does anyone know how to do that?