Pre-Mapped Drives for Users Logging Into W2K Server

G

GL

I'm looking for suggestions on how people pre-map drives on a W2K Server.
When a new profile is made I want certain drives ALREADY mapped.

Example:

Joe.User logs in for the first time, he ALREADY has the X: drive mapped to
\\server\share

Thanks in advance.
 
J

Jason Hall [MSFT]

--------------------
From: "GL" <[email protected]>
Subject: Pre-Mapped Drives for Users Logging Into W2K Server
Date: Thu, 6 May 2004 14:49:12 -0400
Lines: 13

I'm looking for suggestions on how people pre-map drives on a W2K Server.
When a new profile is made I want certain drives ALREADY mapped.

Example:

Joe.User logs in for the first time, he ALREADY has the X: drive mapped to
\\server\share

Thanks in advance.
---------------------

You can write a script that uses the NET USE command to map the drive at
login:
NET USE X: \\server\share

....type NET USE /? from the cmd prompt for full usage


--
~~ JASON HALL ~~
~ Performance Support Specialist,
~ Microsoft Enterprise Platforms Support
~ This posting is provided "AS IS" with no warranties, and confers no
rights.
~ Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
~ Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 

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