windows2003 Server login script ???

M

Marc Robillard

Hi, all.

I was wondering If someone may give me some hints abouts building a login
script user dependable (I want A user to have same drive mapping any where
in the building and on any platform (win9x or 2000/xp)) I also would like to
have the same login script for all, on the server its self so It can't be
edited.

Marc
For usenet remove NOSPAM for reply
 
J

Jerold Schulman

Hi, all.

I was wondering If someone may give me some hints abouts building a login
script user dependable (I want A user to have same drive mapping any where
in the building and on any platform (win9x or 2000/xp)) I also would like to
have the same login script for all, on the server its self so It can't be
edited.

Marc
For usenet remove NOSPAM for reply
http://support.microsoft.com/default.aspx?scid=kb;en-us;198642

net use H: /delete
net use H: \\Servername\Sharename

See tip 1786 in the 'Tips & Tricks' at http://www.jsiinc.com

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

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