Mapping a Network Drive to all users?
Results 1 to 2 of 2

Thread: Mapping a Network Drive to all users?

  1. #1
    Join Date
    Jan 2000
    Location
    Chapel Hill, NC
    Posts
    30

    Mapping a Network Drive to all users?

    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?

  2. #2
    Join Date
    Oct 1998
    Location
    Queensland, Australia
    Posts
    1,633
    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
    Howard Marsh
    HWM Consulting Pty Ltd
    Harbour City Computers
    QLD, Australia.

    Did we help?

    Please post back and let us know the results.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •