Catch RDP

  • Thread starter Thread starter create_share
  • Start date Start date
C

create_share

Guest
Is there a way to connect to a specific Remote Desktop Session if there are
multiple sessions opened?

Thankx!
 
Re: Catch RDP

From the command line you can give the stcon command a try.

Benny

--
Bernhard Tritsch
MVP Windows Server - Terminal Server
Author of "Windows Server 2003 Terminal Services", MS Press
http://www.wtstek.com

"create_share" <create_share@hotmail.com> wrote in message
news:urI%238xJGIHA.5752@TK2MSFTNGP02.phx.gbl...
> Is there a way to connect to a specific Remote Desktop Session if there
> are multiple sessions opened?
>
> Thankx!
>
 
Re: Catch RDP

During logon, if there are multiple Disconnected sessions
for the current user name you will be prompted which
one to connect to.

If you are already logged on you can use Terminal Services
Manager to connect to a different session or use tscon.exe
from a command prompt.

Before using tscon you can list the current sessions by
entering the following at the command prompt:

query session

Once you have determined the session id that you would
like to connect to you can enter the following:

tscon <sessionid>

For help using tscon enter tscon -? at a command prompt.

-TP

create_share wrote:
> Is there a way to connect to a specific Remote Desktop Session if
> there are multiple sessions opened?
>
> Thankx!
 
Re: Catch RDP

Typo -- I mean the TSCON command!

--
Bernhard Tritsch
MVP Windows Server - Terminal Server
Author of "Windows Server 2003 Terminal Services", MS Press
http://www.wtstek.com

"Benny Tritsch [MVP]" <bt@nospam.web.de> wrote in message
news:OSmVI9JGIHA.5328@TK2MSFTNGP05.phx.gbl...
> From the command line you can give the stcon command a try.
>
> Benny
>
> --
> Bernhard Tritsch
> MVP Windows Server - Terminal Server
> Author of "Windows Server 2003 Terminal Services", MS Press
> http://www.wtstek.com
>
> "create_share" <create_share@hotmail.com> wrote in message
> news:urI%238xJGIHA.5752@TK2MSFTNGP02.phx.gbl...
>> Is there a way to connect to a specific Remote Desktop Session if there
>> are multiple sessions opened?
>>
>> Thankx!
>>

>
>
 
Back
Top