Re: Security on folders
Mauger <Mauger@discussions.microsoft.com> wrote:
> Is there a way or snap in so that I can do a mass change on the
> security tab to add a new user with Modify access to a folder? Be
> looking to do a script that will go through each folder and add a
> user to that folders properties with modify access.
Look into CACLS....
Also, I'm presuming you use AD. I would recommend you start using security
groups (universal) when you set up your file system, and use only groups
when assigning your NTFS permissions. Then it's a simple matter of adding
your AD users to the appropriate groups or removing them from same, as
needed. I don't assign permissions to individual users unless it's their
home directory folder.
|