Jump to content

Removing a security group from all folders


Recommended Posts

Posted

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?

  • Replies 2
  • Created
  • Last Reply
Guest Pegasus \(MVP\)
Posted

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"

Posted

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"

>

>

>


×
×
  • Create New...