MSTerminalServices.org Forums

Forums Home | FAQ | Search | Profile | Private Messages | Log in/Register/Password

Remote Desktop Session

Page 1 of 1
Next:  General Discussions: Unattended.txt Profile Directories Moved  
Author Message
rcir88

External


Since: Mar 09, 2006
Posts: 13



(Msg. 1) Posted: Fri Mar 28, 2008 12:53 pm
Post subject: Remote Desktop Session
Archived from groups: microsoft>public>windows>terminal_services (more info?)

I have Windows 2003 Server, Standard Edition and frequently remote desktop
into it to perform various tasks. I understand that if I wish to install
certain programs and do some other tasks, I should be connected remotely in
console mode. If I open the command prompt and enter “set”, I see that
“SESSIONNAME=RDP-Tcp#13”. If I want to change to a console session as
opposed to a virtual session, I’ve seen on the internet that I enter “mstsc
/console” in the command prompt. How do I switch back to the virtual session
and what are the advantages and disadvantages to connecting in either mode.
Back to top
Send e-mail Login to vote
Vera Noest [MVP]

External


Since: Sep 07, 2003
Posts: 9431



(Msg. 2) Posted: Fri Mar 28, 2008 1:07 pm
Post subject: Re: Remote Desktop Session [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The advantages of connecting to the console session are:
* some applications are not TS aware and display warnings and
errors only in the console session. You wouldn't see those when you
connected with a normal session.
* when Terminal Services is installed, all connections need a TS
CAL, except the console session. But this doesn't apply to you,
since you only use Remote Desktop for Administration, so you have 3
license-free sessions (2 normal + the console).

Check this as well:
278845 - How to Connect to and Shadow the Console Session with
Windows Server 2003 Terminal Services
http://support.microsoft.com/?kbid=278845

_________________________________________________________
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
TS troubleshooting: http://ts.veranoest.net
___ please respond in newsgroup, NOT by private email ___

=?Utf-8?B?cmNpcjg4?= <rcir88 DeleteThis @discussions.microsoft.com> wrote on
28 mar 2008 in microsoft.public.windows.terminal_services:

> I have Windows 2003 Server, Standard Edition and frequently
> remote desktop into it to perform various tasks. I understand
> that if I wish to install certain programs and do some other
> tasks, I should be connected remotely in console mode. If I
> open the command prompt and enter “set”, I see that
> “SESSIONNAME=RDP-Tcp#13”. If I want to change to a console
> session as opposed to a virtual session, I’ve seen on the
> internet that I enter “mstsc /console” in the command
> prompt. How do I switch back to the virtual session and what
> are the advantages and disadvantages to connecting in either
> mode.
Back to top
Send e-mail Login to vote
rcir88

External


Since: Mar 09, 2006
Posts: 13



(Msg. 3) Posted: Fri Mar 28, 2008 6:14 pm
Post subject: Re: Remote Desktop Session [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you for your response. I read the knowledge base article you cited and
followed its instructions for opening a console session on the Windows 2003
Server. On my client laptop computer, I entered in the command prompt, mstsc
-v:servername /F –console. I connected OK but when I ran the set command on
the server, the session name was the same, namely SESSIONNAME=RDP-Tcp#13 and
not SESSIONNAME=Console, as I believe it should be. Do you know what may be
the problem?

"Vera Noest [MVP]" wrote:

> The advantages of connecting to the console session are:
> * some applications are not TS aware and display warnings and
> errors only in the console session. You wouldn't see those when you
> connected with a normal session.
> * when Terminal Services is installed, all connections need a TS
> CAL, except the console session. But this doesn't apply to you,
> since you only use Remote Desktop for Administration, so you have 3
> license-free sessions (2 normal + the console).
>
> Check this as well:
> 278845 - How to Connect to and Shadow the Console Session with
> Windows Server 2003 Terminal Services
> http://support.microsoft.com/?kbid=278845
>
> _________________________________________________________
> Vera Noest
> MCSE, CCEA, Microsoft MVP - Terminal Server
> TS troubleshooting: http://ts.veranoest.net
> ___ please respond in newsgroup, NOT by private email ___
>
> =?Utf-8?B?cmNpcjg4?= <rcir88 DeleteThis @discussions.microsoft.com> wrote on
> 28 mar 2008 in microsoft.public.windows.terminal_services:
>
> > I have Windows 2003 Server, Standard Edition and frequently
> > remote desktop into it to perform various tasks. I understand
> > that if I wish to install certain programs and do some other
> > tasks, I should be connected remotely in console mode. If I
> > open the command prompt and enter “set”, I see that
> > “SESSIONNAME=RDP-Tcp#13”. If I want to change to a console
> > session as opposed to a virtual session, I’ve seen on the
> > internet that I enter “mstsc /console” in the command
> > prompt. How do I switch back to the virtual session and what
> > are the advantages and disadvantages to connecting in either
> > mode.
>
Back to top
Send e-mail Login to vote
Vera Noest [MVP]

External


Since: Sep 07, 2003
Posts: 9431



(Msg. 4) Posted: Sat Mar 29, 2008 4:51 am
Post subject: Re: Remote Desktop Session [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

There is no problem. You're looking at the wrong variable.
Use "query session" instead, you'll see that you have session ID 0
and that the console session has the status "Connected".

Here's an example, with 1 normal session (user abc123) and one
console session (user vera):

C:\Documents and Settings\vera>query session
SESSIONNAME USERNAME ID STATE TYPE DEVICE
>rdp-tcp#4 vera 0 Active rdpwd
rdp-tcp 65536 Listen rdpwd
rdp-tcp#2 abc123 1 Active rdpwd
console 4 Conn wdcon
_________________________________________________________
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
TS troubleshooting: http://ts.veranoest.net
___ please respond in newsgroup, NOT by private email ___

=?Utf-8?B?cmNpcjg4?= <rcir88.RemoveThis@discussions.microsoft.com> wrote on
29 mar 2008 in microsoft.public.windows.terminal_services:

> Thank you for your response. I read the knowledge base article
> you cited and followed its instructions for opening a console
> session on the Windows 2003 Server. On my client laptop
> computer, I entered in the command prompt, mstsc -v:servername
> /F –console. I connected OK but when I ran the set command on
> the server, the session name was the same, namely
> SESSIONNAME=RDP-Tcp#13 and not SESSIONNAME=Console, as I believe
> it should be. Do you know what may be the problem?
>
> "Vera Noest [MVP]" wrote:
>
>> The advantages of connecting to the console session are:
>> * some applications are not TS aware and display warnings and
>> errors only in the console session. You wouldn't see those when
>> you connected with a normal session.
>> * when Terminal Services is installed, all connections need a
>> TS CAL, except the console session. But this doesn't apply to
>> you, since you only use Remote Desktop for Administration, so
>> you have 3 license-free sessions (2 normal + the console).
>>
>> Check this as well:
>> 278845 - How to Connect to and Shadow the Console Session with
>> Windows Server 2003 Terminal Services
>> http://support.microsoft.com/?kbid=278845
>>
>> _________________________________________________________
>> Vera Noest
>> MCSE, CCEA, Microsoft MVP - Terminal Server
>> TS troubleshooting: http://ts.veranoest.net
>> ___ please respond in newsgroup, NOT by private email ___
>>
>> =?Utf-8?B?cmNpcjg4?= <rcir88.RemoveThis@discussions.microsoft.com> wrote
>> on 28 mar 2008 in microsoft.public.windows.terminal_services:
>>
>> > I have Windows 2003 Server, Standard Edition and frequently
>> > remote desktop into it to perform various tasks. I
>> > understand that if I wish to install certain programs and do
>> > some other tasks, I should be connected remotely in console
>> > mode. If I open the command prompt and enter
>> > “set”, I see that
>> > “SESSIONNAME=RDP-Tcp#13”. If I want to change to
>> > a console session as opposed to a virtual session,
>> > I’ve seen on the internet that I enter “mstsc
>> > /console” in the command prompt. How do I switch back
>> > to the virtual session and what are the advantages and
>> > disadvantages to connecting in either mode.
Back to top
Send e-mail Login to vote
rcir88

External


Since: Mar 09, 2006
Posts: 13



(Msg. 5) Posted: Sat Mar 29, 2008 3:41 pm
Post subject: Re: Remote Desktop Session [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you.

"Vera Noest [MVP]" wrote:

> There is no problem. You're looking at the wrong variable.
> Use "query session" instead, you'll see that you have session ID 0
> and that the console session has the status "Connected".
>
> Here's an example, with 1 normal session (user abc123) and one
> console session (user vera):
>
> C:\Documents and Settings\vera>query session
> SESSIONNAME USERNAME ID STATE TYPE DEVICE
> >rdp-tcp#4 vera 0 Active rdpwd
> rdp-tcp 65536 Listen rdpwd
> rdp-tcp#2 abc123 1 Active rdpwd
> console 4 Conn wdcon
> _________________________________________________________
> Vera Noest
> MCSE, CCEA, Microsoft MVP - Terminal Server
> TS troubleshooting: http://ts.veranoest.net
> ___ please respond in newsgroup, NOT by private email ___
>
> =?Utf-8?B?cmNpcjg4?= <rcir88.RemoveThis@discussions.microsoft.com> wrote on
> 29 mar 2008 in microsoft.public.windows.terminal_services:
>
> > Thank you for your response. I read the knowledge base article
> > you cited and followed its instructions for opening a console
> > session on the Windows 2003 Server. On my client laptop
> > computer, I entered in the command prompt, mstsc -v:servername
> > /F –console. I connected OK but when I ran the set command on
> > the server, the session name was the same, namely
> > SESSIONNAME=RDP-Tcp#13 and not SESSIONNAME=Console, as I believe
> > it should be. Do you know what may be the problem?
> >
> > "Vera Noest [MVP]" wrote:
> >
> >> The advantages of connecting to the console session are:
> >> * some applications are not TS aware and display warnings and
> >> errors only in the console session. You wouldn't see those when
> >> you connected with a normal session.
> >> * when Terminal Services is installed, all connections need a
> >> TS CAL, except the console session. But this doesn't apply to
> >> you, since you only use Remote Desktop for Administration, so
> >> you have 3 license-free sessions (2 normal + the console).
> >>
> >> Check this as well:
> >> 278845 - How to Connect to and Shadow the Console Session with
> >> Windows Server 2003 Terminal Services
> >> http://support.microsoft.com/?kbid=278845
> >>
> >> _________________________________________________________
> >> Vera Noest
> >> MCSE, CCEA, Microsoft MVP - Terminal Server
> >> TS troubleshooting: http://ts.veranoest.net
> >> ___ please respond in newsgroup, NOT by private email ___
> >>
> >> =?Utf-8?B?cmNpcjg4?= <rcir88.RemoveThis@discussions.microsoft.com> wrote
> >> on 28 mar 2008 in microsoft.public.windows.terminal_services:
> >>
> >> > I have Windows 2003 Server, Standard Edition and frequently
> >> > remote desktop into it to perform various tasks. I
> >> > understand that if I wish to install certain programs and do
> >> > some other tasks, I should be connected remotely in console
> >> > mode. If I open the command prompt and enter
> >> > “set”, I see that
> >> > “SESSIONNAME=RDP-Tcp#13”. If I want to change to
> >> > a console session as opposed to a virtual session,
> >> > I’ve seen on the internet that I enter “mstsc
> >> > /console” in the command prompt. How do I switch back
> >> > to the virtual session and what are the advantages and
> >> > disadvantages to connecting in either mode.
>
Back to top
Send e-mail Login to vote
Display posts from previous:   
    All times are: Eastern Time (US & Canada) (change) Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Looking for more Terminal Services info?

Sign up to the MSTerminalServices.org Monthly Newsletter, written by Terminal Server MVP & Citrix CTP Stefan Vermeulen, containing news, tips, interviews, links of the month and much more. Subscribe today and don't miss a thing!

Become an MSTerminalServices.org member!

Discuss your Terminal Services & Citrix issues with thousands of other SBC experts. Click here to join!

Community Area

Log in | Register