All, How can I automate the creation of a users home directory, when the
user is created in AD? I am not wanting to use the my documents folder
redirection, but rather still with standard drive mappings.

Thanks!

Re: Automate home directory for a new user by Tomasz

Tomasz
Tue Jul 08 13:50:19 PDT 2008

Rob wrote:
> All, How can I automate the creation of a users home directory, when the
> user is created in AD? I am not wanting to use the my documents folder
> redirection, but rather still with standard drive mappings.

You have to script it in some way - easiest way is to use mkdir to
create directory and xcacls or cacls to set up permissions.



--
Tomasz Onyszko
http://www.w2k.pl/ - (PL)
http://blogs.dirteam.com/blogs/tomek/ - (EN)

Re: Automate home directory for a new user by Jack

Jack
Wed Jul 09 10:20:30 PDT 2008

On Jul 8, 2:17=A0pm, Rob <R...@discussions.microsoft.com> wrote:
> All, =A0How can I automate the creation of a users home directory, when t=
he
> user is created in AD? =A0I am not wanting to use the my documents folder
> redirection, but rather still with standard drive mappings.
>
> Thanks!

I have always just (right after creating the user) gone into his
properties, and to the profile tab and set the drive letter to map to \
\server\share\path\%username%

When you hit apply it will replace %username% with his actual name and
will create the directory.

Regards,
Jack Doyle, Systems Engineer
ScriptLogic Corporation