Question : Net Use script

I'm on a NT4 domain with PDC and BDC.  I have several global groups that people are a part of.  Is there a way to map lets say 10 people to have the same access to the share thats within the global group.

Answer : Net Use script

There is a typo (that was my typo first) for your "I:" drive mapping.  Your script is missing the colon (":").

Q: does every user in my company get a login.bat file
A: There is only one .bat file per Domain Controller.  It goes into the Netlogon folder.  Every user account must have "logon.bat" it their logon script user properties (User Manager).

Q: Does each group get there own login.kix file for each global group
A: No there should be only one .kix file per Domain Controler.  It also goes into the Netlogon folder and is called by logon.bat.  Each group can have a drive mapped for it.  That requires an entry in logon.kix for each group.  In my example it requires setting the three variables and calling the subroutine.

Q: Do I need to start a service on the PDC
A: There is no service beyond what already should be started.  You may want to use replication services to synch your Netlogon folder, but it is optional.

Here are two sample versions of the script that I use.  I got most of my ideas/methods by looking at other people's scripts.  The rest came from trail-and-error.
http://www.stevesloan.org/techdocs/002/logon-sample1.kix.txt
http://www.stevesloan.org/techdocs/002/logon-sample2.kix.txt
Random Solutions  
 
programming4us programming4us