Guest Jim Posted January 17, 2008 Posted January 17, 2008 Hi I am trying to use fileacl.exe to remove a security group from a folder and all subfolder and files without changing any of the other acl permissions. Can this be done with this tool?
Guest Pegasus \(MVP\) Posted January 17, 2008 Posted January 17, 2008 Re: Removing a security group from all folders "Jim" <Jim@discussions.microsoft.com> wrote in message news:CE967F33-A432-4EDA-88AB-173C022DD7FF@microsoft.com... > Hi > I am trying to use fileacl.exe to remove a security group from a folder > and > all subfolder and files without changing any of the other acl permissions. > Can this be done with this tool? > It probably can but you can also do it with the standard security tool cacls.exe: cacls "d:\SomeFolder" /t /e /r "SomeGroup"
Guest Jim Posted January 18, 2008 Posted January 18, 2008 Re: Removing a security group from all folders Thanks that is exactly what I was looking for. "Pegasus (MVP)" wrote: > > "Jim" <Jim@discussions.microsoft.com> wrote in message > news:CE967F33-A432-4EDA-88AB-173C022DD7FF@microsoft.com... > > Hi > > I am trying to use fileacl.exe to remove a security group from a folder > > and > > all subfolder and files without changing any of the other acl permissions. > > Can this be done with this tool? > > > > It probably can but you can also do it with the standard > security tool cacls.exe: > > cacls "d:\SomeFolder" /t /e /r "SomeGroup" > > >
Recommended Posts