Multiple Connections to Server

  • Thread starter Thread starter shoehorn
  • Start date Start date
S

shoehorn

Hey, I am trying to connect multiple users to a server from one login.
Now at first, i know i cannot do it, because only one person is allowed
to be connected to a server from a login. Is there any way possible to
be able to login with different credentials to a certain share, WHILE
being logged in to the network as someone else? This is with Windows
XP and 2000 Server Domain.

Thanks,
Blair
 
The following command will do the trick:

NET USE \\servername\sharename <password> /USER:<username>

Substitute for <password> and <username> above and of course use the correct
share name.

--
Richard G. Harper [MVP Shell/User] (e-mail address removed)
* PLEASE post all messages and replies in the newsgroups
* for the benefit of all. Private mail is usually not replied to.
* My website, such as it is ... http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm
 
That's not working either. Getting the same error message as if I
connected it through the Windows Map Network Drive wizard...using
different username.

Any other suggestions??

Thanks,
Blair
 
Back
Top