folder permissions

Jason

Distinguished
Jul 25, 2003
1,026
0
19,280
Archived from groups: microsoft.public.win2000.general (More info?)

I would like to change the permissions of a group of 500 user home
directories. Currently they all have Full comtrol and I want to give them
read and write. Is there a way to automate this process rather than changing
them on each folder?

Thank you
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.general (More info?)

You can use the command line tool 'cacls.exe'

You'll want a line similar to the following:
cacls *. /E /C /P <groupname>:RW

make sure to run this from a dos prompt in the parent directory.

--
Hope I've helped some!
Adam Drayer



"jason" <jason@discussions.microsoft.com> wrote in message
news:CBB6A044-A5A5-4242-9567-22B48A0A5B13@microsoft.com...
> I would like to change the permissions of a group of 500 user home
> directories. Currently they all have Full comtrol and I want to give them
> read and write. Is there a way to automate this process rather than
changing
> them on each folder?
>
> Thank you
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.general (More info?)

Jason,

There is also a third party util called Security Explorer that will
recursively change folder permissions. It's gui based and works much like
the AD tree you are probably used to. It is third party and does cost for
licensing but in my opinion no administrator should go without.

http://www.scriptlogic.com/eng/products/securityexplorer/main.asp

-Daniel

"jason" wrote:

> I would like to change the permissions of a group of 500 user home
> directories. Currently they all have Full comtrol and I want to give them
> read and write. Is there a way to automate this process rather than changing
> them on each folder?
>
> Thank you