NTFS and XCACLS

  • Thread starter Thread starter aveenema
  • Start date Start date
A

aveenema

Hi there,

I need to change the ACL of many directories.
Every directory I process needs to be 'Reset permission on all chil
objects and enable propagation of inheritable permissions'

How to do this in command line with e.g. XCALCS??


-
aveenem
 
Xcacls is for setting permission, not for managing the security properties
of files and folders. If you need to manage the advanced security
properties, you should check out the TechNet script center (your best bet).
There are plenty of scripts there for dealing with files and folders, that
are much more flexible.

Or, you can use something like this:
http://www.helge.mynetcologne.de/setacl. Standard disclaimers related to
third-party utils and downloads apply here.
 
Back
Top