On Sep 18, 5:48 am, SSB <S...@discussions.microsoft.com> wrote:
> Hi Everyone,
>
> I've searched through the newsgroups re my script with no luck at all. What
> I'm looking at doing is granting a user the modify NTFS permission on their
> profile folder after it has been created. The users name is referenced in a
> variable called userName for example, so basically, I would like to assign
> the modify NTFS permission to the user that is referenced by the variable
> userName. This will be used for all our new users that are created from this
> point onwards.
>
> Many thanks in advance.
> S
What type of script are you using, that you have the variable
username? You could most likely use xcacls to modify the perms on
each folder.
see
http://support.microsoft.com/kb/318754
pooradmin.com