Tagged Questions
The terminal-server tag has no wiki summary.
1
vote
1answer
130 views
Enumerate terminal server sessions in Delphi 2007 on Windows 7
I'm using QWINSTA.EXE to get the session/user list from a terminal server on our network (my computer is Windows 7 Pro, the TS is Windows Server 2003). I pipe the output of this function to a text ...
1
vote
3answers
555 views
How to use Terminal Services Gateway with the IMsRdpClient6 ActiveX Control?
I am hosting the IMsRdpClient6 ActiveX control in my WinForms application in order to make connections to remote machines.
I have setup a terminal services gateway machine, and I can successfully use ...
0
votes
0answers
18 views
move application to terminal server: ApplicationData
I need to move an application to a TS environment.
The application uses some user-specific data.
Is it safe to continue using ApplicationData folder?
Is there any caveats?
Thanks
0
votes
1answer
59 views
What is Terminal Server/Terminal Services on a Windows platform?
I'm currently reading MSDN description of some Windows APIs, such as WTSEnumerateSessions for instance, and it has words, such as "... is used ... on a Terminal Server", and "... requires running ...
0
votes
1answer
773 views
Using Console connection to Cisco 2811 terminal server to open new console session to serial device
Here's the setup: A Cisco 2800 series (2811 to be exact) is connected to a dozen or so serial devices. It acts as our terminal server. The normal usage is to use this terminal server to telnet to ...
0
votes
1answer
507 views
Javascript Msxml2.XMLHTTP terminal server access denied
var xmlHttpRequest = new ActiveXObject("Msxml2.XMLHTTP");
xmlHttpRequest.open("POST", "http://vat/_vti_bin/lists.asmx", false);
How can I let this script work on a Terminal server? When I open it on ...