Console connection to Windows Console via RDP

RDP 5.2 has the option of connecting to the console of a Windows Terminal Server. Is this also possible from SGD?There is no option for the console connection for /opt/tarantella/bin/bin/ttatscSGD version is 4.2Thanks in adavance,Remold Krol
[276 byte] By [remold] at [2007-11-26 9:28:15]
# 1
If you want to connect to the desktop of a WIN server, just create in object manager a new object named "desktop server XXXXX", put in the application command line "c:\windows\explorer.exe", and in host tab the desired server (XXXXX), then give the new object to the user you want.
zzmax65 at 2007-7-7 0:09:24 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 2

That would make a normal RDP connection to an rdp-session on the windows server.

A console connection is a different connection (more like vnc/dameware) to connect to session 0.

Information on the console connection:

http://support.microsoft.com/kb/278845/

- Remold

PS When leaving the application field empty will make a desktop (not console) rdp connection. It is not needed to specify the explorer.exe

remold at 2007-7-7 0:09:24 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 3
right. in object manager create an object named as you want with "c:\windows\system32\console.bat" in application command, and edit a batch in with the line "mstsc -v:XXXXX /F -console". Assign it to a user with admin rights.
zzmax65 at 2007-7-7 0:09:24 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 4

What we currently have is the following:

SGD object connect via RDP to Windows Terminal Host and starts the application: mstsc /v:servername /console /f

In this manner we make a double RDP connection (same as you (zzmax65) specified, but withou an extra bat-file). First to a Windows Terminal Server and then to the application we need to connect to.

What we want to do is to make an object which directly makes the console connection.

The /opt/tarantella/bin/bin/ttatsc does not have a parameter for the console connection, but since SGD should be 100% RDP 5.1 compliant there should be a way.

remold at 2007-7-7 0:09:24 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 5

In the article you posted (http://support.microsoft.com/kb/278845/ )

I can read:

-

MORE INFORMATION

In Windows Server 2003, when you use Terminal Services, you can connect to the console session (session 0), and at the same time, open a shadow session to it (as long as you connect from a session other than the console). With this added functionality, you can log on to a Windows Server 2003-based server that is running Terminal Services remotely and interact with session 0 as if you were sitting at the physical console of the computer. This session can also be shadowed so that the remote user and the local user at the physical console can see and interact with the same session.

-

if I connect via the command mstsc -v:servername /F -console as you describe, in task manager I see my connection with id 0...

zzmax65 at 2007-7-7 0:09:24 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 6
You are again correct, but that is still not the answer to my question.I don't want to have a rdp session over an rdp session. Just connect to the console directly from SGD. In this way we can remove the Windows server in between and save costs.
remold at 2007-7-7 0:09:24 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 7
well, if you find a way, tell us.... ;-D
zzmax65 at 2007-7-7 0:09:24 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 8
Hello,I see that this thread is a few months old; would anyone have an update for it?I would definitely be interested in a solution for the original issue expressed by Remold.Thanks.Pierre
PierreL at 2007-7-7 0:09:24 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 9

there is a new feature in SGD 4.31 that allows for Windows Console support

In a Windows object's protocol arguments

http://docs.sun.com/source/820-1088/attr_scottaprotocolarguments.html

you can now specify "-console". As a test you can run the 'ttatsc' from an SGD hosted xterm, konsole or dtterm as

/opt/tarantella/bin/bin/ttatsc -console <terminal server>

let us know if this works for you. This is only available starting in version 4.31.905.

Regards,

carmelomtta at 2007-7-7 0:09:24 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 10
We are currently running SGD 4.2 in production.I will try to find a window to set 4.3 in our test environment and let you know how it goes.Thanks.
Bell_admin at 2007-7-7 0:09:24 > top of Java-index,Desktop,Sun Secure Global Desktop Software...