Logon Script to Map Network Drive based on the primary group name

  • Thread starter Thread starter king
  • Start date Start date
K

king

Guest
Hi All,

I have installed and configured AD with users home folders as \\ad\home
$\%username%. using logon script.

I would also want to do the same with additional shared folders based
on users group name.

How can i do this using net use command ?

Thank You.
 
Re: Logon Script to Map Network Drive based on the primary group name

king <nkanthikiran@gmail.com> wrote:
> Hi All,
>
> I have installed and configured AD with users home folders as
> \\ad\home $\%username%. using logon script.
>
> I would also want to do the same with additional shared folders based
> on users group name.
>
> How can i do this using net use command ?
>
> Thank You.


Hi - you have replies in m.p.windows.server.active_directory. In the future,
please don't multipost - if you need to post to multiple groups, it's best
to crosspost instead, by posting a single message to a handful of relevant
groups (separate the NG names with commas) so that everyone can follow the
thread. Multiposting wastes everyone's time, including yours, and may lead
to your actually getting *less* help rather than more.

See http://www.blakjak.demon.co.uk/mul_crss.htm
 
Re: Logon Script to Map Network Drive based on the primary group name

Hello,
king wrote:
> I have installed and configured AD with users home folders as
> \\ad\home $\%username%. using logon script.

more simple to use the user profile here, where you can assign a home drive
directly.

> I would also want to do the same with additional shared folders based
> on users group name.

solution with vbscript:
http://www.rlmueller.net/Logon6.htm

> How can i do this using net use command ?

In batch files this is not possible to do AFAIK without using 3rd party
tools.

Best greetings from Germany
Olaf
 
Back
Top