login script

C

Clementius

Hi,
I am creating a login script to map network drives. Users should get network
drives mappings based on their security group membership. What are the
options in Windows 2000/2003 to run something like:
If user member of "GroupName" then
net use P: \\servername\share
end
Thanks for your suggestions. C
 
J

Jerold Schulman

Hi,
I am creating a login script to map network drives. Users should get network
drives mappings based on their security group membership. What are the
options in Windows 2000/2003 to run something like:
If user member of "GroupName" then
net use P: \\servername\share
end
Thanks for your suggestions. C


See tip 4905 in the 'Tips & Tricks' at http://www.jsiinc.com

Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top