Re: File Server sessions
From: Matt Hickman (hemo_jr_at_space.com)
Date: 05/06/04
- Next message: Matt Hickman: "Re: volume ineligible for Shadow copies"
- Previous message: Marin Marinov: "Re: Hiding Specific Files Only!!!"
- In reply to: Joe: "File Server sessions"
- Next in thread: Joe: "Re: File Server sessions"
- Reply: Joe: "Re: File Server sessions"
- Messages sorted by: [ date ] [ thread ]
Date: 6 May 2004 06:52:02 -0700
"Joe" <anonymous@discussions.microsoft.com> wrote in message news:<8fbe01c43321$09d5cb40$a501280a@phx.gbl>...
> But there is one
> PC that has two users on it that connects to the file
> server. Each with different credentials.
>
> Second part:
> How do you get them to access the server under different
> credentials without logging off and back onto their
> machine.
You might be able to do something with terminal services. One
user uses the local desktop on the PC, and the other is uses a
remote desktop on the file server.
Alternately, you can have them run a batch file that deletes their
connections to the file server under the existing credentials, then
re-establishes under their own. E.g. when user2 comes on:
net use x: /d
net use \\servername /d
net use x: \\server\share /user:user2@domain.com <password>
I don't believe you can have two users simultaneously connected
to the server from the same workstation without getting a credentials
conflict error (although TS does it all the time). Otherwise,
you could set up user1 with one set of drives and user2 with a
different set of drives, and have them connected similtaneously.
Nor can you have two console sessions on the remote PC with different
credentials and switch between them. I would be happy to hear that
I am wrong and how to get either idea to work.
--
Matt Hickman
..disturbing the natural balance is a matter to be approached
with fear and trembling -- and a very versitle computer.
Robert A. Heinlein (1907 - 1988)
_Glory Road_ 1963
- Next message: Matt Hickman: "Re: volume ineligible for Shadow copies"
- Previous message: Marin Marinov: "Re: Hiding Specific Files Only!!!"
- In reply to: Joe: "File Server sessions"
- Next in thread: Joe: "Re: File Server sessions"
- Reply: Joe: "Re: File Server sessions"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|