Re: Standardize drive assignments



On Fri, 13 Jan 2006 11:34:45 -0600, "Craig" <msnews@xxxxxx> wrote:

>I would like to force all users to a standard drive mapping scheme,
>currently there are many varaitions and I would like to force these to
>disconnect and assign 6 drive mappings. I am very new this and would like
>if someone could set me in the proper direction. I have basic programming
>and networking skilss in a windows 2003 AD environment.
>
>Thnk you
>
>Ciara
>
In your logon script:

net use * /D /Y
net use J: \\ServerName\ShareName1 /Persistent:Yes
net use K: \\ServerName\ShareName2 /Persistent:Yes
net use L: \\ServerName\ShareName3 /Persistent:Yes
net use M: \\ServerName\ShareName4 /Persistent:Yes
net use N: \\ServerName\ShareName5 /Persistent:Yes
net use O: \\ServerName\ShareName6 /Persistent:Yes

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



Relevant Pages

  • Standardize drive assignments
    ... I would like to force all users to a standard drive mapping scheme, ... currently there are many varaitions and I would like to force these to ... disconnect and assign 6 drive mappings. ...
    (microsoft.public.windows.server.scripting)
  • Disconnected Network drives
    ... They are both Windows 2000 Pro SP4. ... I have network drive mapping through a login script. ... happens even if you disconnect and manual remap the drive) ... I added a CD-ROM to 1 workstation and the problem appeared. ...
    (microsoft.public.win2000.networking)
  • always a red X on network drive mappings
    ... They are both Windows 2000 Pro SP4. ... I have network drive mapping through a login script. ... happens even if you disconnect and manual remap the drive) ... I added a CD-ROM to 1 workstation and the problem appeared. ...
    (microsoft.public.win2000.networking)

Loading