boe said:
Sorry, I'm not being clear or not understanding you as to what may well be
the the answer to my question.
I would like to know that their folder is automatically created, I can set
up the mapping in a logon script unless there is a better way. But when I
create user jdoe in active directory, I would like it to automatically
create a folder at \\myserver\e$\users\jdoe and then I'd map a P drive to
that.
You can do that as a "Home" directory but you really should prefer
to use the users "My Documents" which works about the same and
both will be created by default on the location of your choice if
you set it up correctly in the User profiles.
Normally you will not map a drive letter to the My Documents but
that is the convention with Home (obsolete) directories.
Select all of the Users in AD Users and Computers and then right-click
to choose properties and set the Profile tab item to:
\\myserver\$e\users\%username%
(You really should NOT use the Admin share E$ but that is a separate
issue.
It would be even better if there was a way (and there probably is) so
that i can put user jdoe in the sales group it creates
\\myserver\e$\users\sales\jdoe and user jsmith is in accounting it would
create \\myserver\e$\users\acct\jsmith
If you select just the sales folks you can do this as above:
\\myserver\$e\users\sales\%username%
But you will have to repeat it for Acct and each subsequent set of users.
(Normally these would be OUs and NOT "groups" but both are possible.)
\\myserver\$e\users\%username%
My Documents will be a SUBDIRECTORY of the Profile directory here.
You can also redirect it separately through a GPO which may be your
best bet.