Click to See Complete Forum and Search --> : Mapping a Network Drive to all users?


manos
January 20th, 2000, 06:22 PM
I'm trying to Map a Network Drive so that all users will see it mapped when they log on. How do I do this in NT, without having to go to each user and mapping the drive for them?

HWMC
January 20th, 2000, 09:07 PM
The usual way to do this is to have a login batch file stored on the server in the winnt\system32\repl\import\scripts folder.

Use the User Manager for Domains utility to record the login batch file name in the users' profiles.

The batch file would use a line like:

net use drive: \\server\share /persistent:yes

This assumes that you have clients logging into an NT4 domain.

------------------
Howard Marsh
HWM Consulting Pty Ltd
Queensland, Australia