The terminalservices tag has no wiki summary.
0
votes
1answer
12 views
Default terminal line change
From terminal on my mac, I forked a repo from github, and while that process was taking place I opened a new tab. While the new tab was opening up, I hit a key combination that I am uncertain of. My ...
1
vote
1answer
42 views
Terminal server autorun on windows startup with registry key entry
I'm not familiar with terminal servers and I can't find this information anywhere.
I wanted to know if the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CurrentVersion\Run registry entry works on terminal ...
0
votes
1answer
2k views
PCI compliance: using SSL as transport layer for RDP (Terminal Service)
My client failed her PCI compliance audit. The server supports Remote Desktop (Terminal Service) but only provides encryption and not authentication. This exposes the server to Man-In-The-Middle ...
6
votes
5answers
4k views
Detect source of remote desktop connection
This question tells me how to detect a remote desktop session.
Do anybody know if it's possible to find out from where the remote connection was initialized?
-Vegar
2
votes
2answers
452 views
Technique to limit number of instances of our application under Terminal Server
I'm looking for simple ways to monitor and limit the number of instances of our application under Terminal Server (2003 and 2008).
The purpose of this restriction is to make sure we don't overload ...
3
votes
1answer
126 views
.NET Framework - Per Application Overhead
Does anybody have any concrete information on the overhead of using the .NET Framework 2.0/3.0/3.5?
I am mostly interested in per-instance overhead and whether there is a "fixed cost" regardless of ...
0
votes
1answer
270 views
Terminal Server : shadow a session using AxMSTCLib
I'm trying to "shadow" a session within a session opened through AxMSTCLib (using c# app), but I get ejected. Is this normal with TS2008 ?
If so, as anyone ressource explaining how to open a shawod ...
3
votes
3answers
612 views
Intrasession Communication with .NET Remoting
I have an application that needs to be called upon by a second application. These applications need to find each other without configuration (preferably without touching the registry) and function in ...
2
votes
1answer
731 views
Strange crash with WTSOpenServer on Windows 7 (Only in Delphi 2009/2010)
I am troubleshooting a problem with existing code that always worked fine (it's the Terminal Server unit from the Jedi Windows Security Library).
After some investigation the problem part has been ...
0
votes
1answer
370 views
Managing terminal users through System.DirectoryServices
I have a environment where I need to frequently change the parameters to a program that is launched when a user logs in to the terminal server. As of right now we open the computer management snap-in ...
0
votes
0answers
825 views
Windows Server 2008 standard edition Terminal Services
I need to set up terminal services on a 2008 standard edition SBS server, for 5 users to simply login and run a legacy client.
If I get 5 TS Cals will this be possible?
Thanks in advance.
Paul
0
votes
3answers
318 views
Printing an Access report and decimal place weirdness
My client has an Access (2000) application that we didn't write and we don't have access to the MDB (it's an MDE). One of the functions is to create a packing slip report. There's no option to ...
1
vote
1answer
474 views
Terminal Services commands available in a .NET namespace?
Are there .NET equivalent commands to terminal services commands 'QWINSTA', 'RWINSTA', AND 'TSDISCON'?
Thanks
3
votes
2answers
3k views
Generating RDP file on the fly
I want to create a web application similar to TS Web Access, where I can create rdp files on the fly for Remote Apps configured on the server. Any idea??
1
vote
1answer
141 views
Microsoft Terminal Services
Any idea about opening a remote app (Microsoft Terminal Services) on client through .Net?
0
votes
2answers
548 views
ASP .NET - Get username on Windows Server 2003 (Terminal Service)?
On a intranet ASP .NET (C#) page I am trying to retrieve the current username.
From my local machine (Firefox 3.5) I can see results (from my local login) for the following possibilities:
<% ...
0
votes
1answer
228 views
How to Know If I am in a Terminal Service (TS) Session?
Is there any windows API function to check if I am in a terminal service session?
0
votes
3answers
2k views
How to use Terminal Services EasyPrint from a Server 2003 client
I'm trying to get EasyPrint to work from workstations running Windows Server
2003, connecting to a Server 2008 TS pool.
I noticed that there is a RDP 6.1 client for XP clients. I couldn't get that
...
1
vote
3answers
1k views
Prevent lock of windows detecting user idle time
I work in a Windows Terminal Server enviroment where if you left the computer for a while, windows lock the session and terminal is power off.
What i need is the code needed to send a message to ...
1
vote
1answer
765 views
Excel programming module running slow on Terminal Server 2008
I have a Windows application that exports to Excel using the Excel Object Module (programming module). It has worked fine on all Winodws versions except Windows Server 2008. It takes about 2 seconds ...
0
votes
2answers
520 views
Terminal Services on Windows Mobile - “Paste” doesn't preserve punctuation?
I have here a Windows Mobile-based PDA (Mobile Compia M3 Sky) equipped with a barcode scanner. This barcode scanner works by reading the data from the scanner into the Clipboard and then simulating a ...
0
votes
1answer
160 views
How can I write an installer for terminal server
I am writing an installer( msi file) which needs to be run on a terminal server
It must be multi use in other words all logged in users should be able to run that program
when the installer is run it ...
0
votes
3answers
785 views
On Terminal Server, how does a service start a process in a user's session?
From a Windows Service running on a Terminal Server (in global space), we would like to be able to start up a process running a windows application in a specific user's Terminal Server sessions.
How ...
0
votes
1answer
739 views
Can the Terminal Services session ID change during the lifetime of a process?
When using .NET's Process.SessionId property or the Windows API call ProcessIdToSessionId(), can the result be relied on to be the same throughout the lifetime of the process?
i.e. If I want to use ...
0
votes
3answers
201 views
Guidelines to follow when making your program Active Directory/Terminal Services compatible
Wondering if there's any guidelines that should be followed when writing an application that should work not only on a plain ol' non-networked computer but also on a computer/network that is setup ...
3
votes
3answers
2k views
Keep alive code fails with new RDP client
For our Secure Terminal Server project, we have a need to keep the RDP session open, that is, to prevent the remote computer from timing out and locking the session. A little background:
We have ...
1
vote
3answers
2k views
(How) Can Terminal Services / Remote Desktop be used to share an Access Database?
The only type of 'remote desktop' application I've used previously is VNC viewer. My understanding of this kind of application is that when multiple users log in to the same VNC server, they share ...
0
votes
2answers
220 views
WCF: Debugging service through Terminal Services
I'm part of a distributed development team. We all work through terminal services, accessing a remote server where our applications are located.
We're working on a project in which a client ...
3
votes
2answers
256 views
is there online citrix testing available?
Is there any way to access CITRIX remotely for doing some simple QE testing, our customer has a compatibility issue with our product and we dont have CITRIX in house
PS: Also VMWARE image would be an ...
2
votes
1answer
2k views
Retrieving Terminal Services Session ID In .NET?
Can anyone please help me discover the .NET equivalent of the following C++ code:
DWORD session_id;
ProcessIdToSessionId(GetCurrentProcessId(), &session_id);
I'm trying to find the current ...
3
votes
2answers
492 views
Developing applications expected to run over RDP; any tips?
Supposing I was developing a fairly graphically intensive application (C++ or C#, graphics API undecided) for which most of the usage will be by remote users over RDP (either terminal server sessions ...
1
vote
0answers
412 views
How to get the WTSClientAddress from the java.lang.Object getClientInfo()
In one of our current web application we are using the getClientInfo() from a java.lang.Object reference in our Oracle Forms application which works great for egtting the client IP address of a ...
0
votes
3answers
1k views
Hooking into Terminal Services Manager
Has anyone ever come across a way of a way to create an app that kind of mimics what Terminal Services manager does in Windows2003/XP.
I would like to write something that would either go and query a ...
2
votes
3answers
1k views
How do I detect whether I'm installing on a Terminal Server in an InnoSetup script?
My setup should behave slightly differently when the program is installed on a Terminal Server. I know about GetSystemMetrics(SM_REMOTESESSION) but as far as I understood that will only tell me ...
0
votes
1answer
657 views
RDP ActiveX Ctrl+Alt+Del
In our C# application we use the RDP viewer as an ActiveX control. The application has its own toolbar with a Ctrl+Alt+Del button. There does not seem to be a method on the ActiveX control to perform ...
3
votes
2answers
881 views
Which Interprocess Communication methods work on a Terminal Server?
In a terminal server session, some standard IPC technologies might not work like in a single user environment, because the required resources are not virtualized.
For example, TCP/IP ports are not ...
0
votes
1answer
167 views
Terminal Services Servers Information
I was wondering if anyone had some good general information on windows terminal services and how it works.
I'm wondering:
If a DLL is loaded into memory is it available for all users or reloaded for ...
0
votes
1answer
293 views
TerminalServer Property in MSI Installers
we are trying to create an MSI Installer for an app which under Windows Server 2003. The app needs users to be able to log on via Remote Desktop. Using the "TerminalServer" property looked like the ...
1
vote
6answers
3k views
Enumerate printers for a specific Terminal Server session
I am looking for a way to see what printers a specific user has mapped into his or her TS session.
How can I achieve this with WMI (via PowerShell) or VB-Script? Is there a built-in way I'm not aware ...
1
vote
3answers
2k views
What is X Server and Remote Terminal Server?
Can someone explain what is the difference between X server and Remote Terminal servers in simple terms?
For example, Hummingbird Exceed is an X server and Citrix is a Remote Terminal Server. How do ...
1
vote
1answer
1k views
wtsapi32.WTSQuerySessionInformation() Failing on x64
I'm trying gather Terminal Server session information on 64-bit Windows machines. My question is two fold. First, on 32-bit machines we called the following function, which worked fine.
Private ...
0
votes
2answers
4k views
How can I query teminal services activity remotely?
I want to query our servers to see look for disconnected/idle sessions. I know I can use 'query.exe', but I'd prefer something that's easier to work with from code.
WMI would be my preference.
...
2
votes
3answers
2k views
How to read TermainsServices IADsTSUserEx Property from LDAP in C#?
I have read the following properties from AD,
TerminalServicesProfilePath
TerminalServicesHomeDirectory
TerminalServicesHomeDrive
I've tried DirectoryEntry and DirectorySearcher. But they does not ...
3
votes
4answers
9k views
Single Remote Desktop session in Server 2003 [closed]
I have a headless server running Windows Server 2003, and administer it via VNC. It is set to auto login to a specific user account.
I want to change to using Remote Desktop/Terminal Services. ...
1
vote
2answers
383 views
What would cause my application to lose access to the resource (.resx) file
Winforms c# application running on terminal server. All images for buttons and menu items are stored as resources in the .resx file. After some heavy use, opening and closing windows while using the ...
1
vote
1answer
3k views
How to use terminal services programmatically
I want to access remote server using my program (C# .NET) and execute there a program in the context of connected user, just like using Remote Desktop.
I don't want just run a program using some user ...
1
vote
2answers
1k views
Unpacking _WTS_CLIENT_ADDRESS.Address in vb.net (retreiving IP address from Terminal Services Client)
I have the following structure:
<StructLayout(LayoutKind.Sequential)> _
Public Structure _WTS_CLIENT_ADDRESS
Public AddressFamily As Integer
...
2
votes
2answers
3k views
Terminal Services: Get Client Name While Running As Administrator
Under normal circumstances, a VB.NET application of mine can check the ClientName environmental variable to get the name of the workstation the user is connecting from.
So when WorkstationX RDPs into ...
1
vote
2answers
5k views
How can you get the terminal service client machine name from javascript?
Is it possible to get the machine name, or IP, or MAC address (basically client network information) from javascript running Internet Explorer?
I found the following code that seems to accomplish ...
2
votes
1answer
799 views
Skype & Terminal Services information exchange?
We have sales reps who access our 'system' via terminal services. In our system we would like to enable clicking the number of a client and launching skype on their local machine not in the terminal ...