You can use xcacls.exe from a CMD prompt to effect
pretty much any change to ACEs you need on
a folder tree.
You may also need to get a bit familiar with
"for" command variations such as "for /d"
to loop over just the subfolder names.
(for /? is a good place to start.)
Xcacls is on the Server Resource Kit, but should be
available at
www.reskit.com or ms download
someplace.
Steve Duff, MCSE
Ergodic Systems, Inc.
"David S. Rubin" <(E-Mail Removed)> wrote in message news:04bb01c3c36c$25b72630$(E-Mail Removed)...
> Does anyone know of a quick method to uncheck the "inherit
> permissions" checkbox for all sub-folders immediately below
> a given folder?
>
> I have a "HOME" folder where each user has their own
> personal folder. For various reasons, the "Authenticated
> Users" group has Read permissions on the HOME folder, but
> each user should only be able to access the files in his
> own folder. The problem is that most users' folders were
> created with the "inherit permissions" checkbox enabled,
> allowing anyone to view any file in any folder. Is there a
> any way to uncheck all of the checkboxes, copy the
> permissions, and remove the "Authenticated Users" group,
> short of doing it manually on each folder?
>
> Thank you very much.
>
> cheers,
> David S. Rubin <(E-Mail Removed)>
> Touro College - Lander Campus, Kew Garden Hills
> (718) 820-4893
>