Questions tagged [terminal-services]

Terminal Services provides the ability to host multiple, simultaneous client sessions on Windows Server 2003.

Terminal Services provides the ability to host multiple, simultaneous client sessions on Windows Server 2003. Terminal Services is capable of directly hosting compatible multi-user client desktops running on a variety of Windows-based and non Windows-based computers.

What Is Terminal Services?

283 questions
0
votes
2 answers

TerminalServicesManager().CurrentSession.ClientName

I am trying to figure out what clients are connected to my machine using remote desktop. I read about Cassia and the Cassia.TerminalServicesManager, but I can't wrap my mind around it... I thought that…
Krzysiek
  • 1,487
  • 4
  • 19
  • 28
0
votes
3 answers

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 with Active Directory (or some other directory…
0
votes
1 answer

ConfigurationErrorsException on terminal server

When installing a .net application on terminal server, this exception is thrown when starting the app : System.Configuration.ConfigurationErrorsExceptionMessage = Index 1 is out of range.FullText= System.Configuration.ConfigurationErrorsException:…
Run CMD
  • 2,937
  • 3
  • 36
  • 61
0
votes
2 answers

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 application consumes a WCF service, which exposes all the…
None
-1
votes
1 answer

Generate Terminal Service license report and send automatically via Email

Before sending License reports to Mail . I did try this directly on the license server as a means fo debugging PS C:\Windows\system32> Invoke-WmiMethod -Class Win32_TSLicenseReport -Name GenerateReportEx and it returned the following __GENUS …
john zuh
  • 59
  • 1
  • 11
-1
votes
1 answer

What’s the best application that allows multiple concurrent users logged into a server without disturbing each other?

We have a server located at our office & we have 6 employees distributed over 6 different cities. We are facing a case where these 6 employees sometimes try to login into the server through internet concurrently and perform different tasks like (…
-1
votes
1 answer

Setup 2008 Server with Remote Desktop Services/Terminal Server

I have a 2008 server that I can access via remote desktop as I am the domain admin at my work environment. We are installing some software that will require a handful of users to login and use the software. I've always been confused to what type of…
-1
votes
1 answer

VB.NET Terminal Server Connection Application

I'm working on a program that will allow users to connect to one of three accounts on a terminal server. They will be able to choose between an internal connection or an external connection, depending on whether they're working in the office or at…
Tops
  • 1
  • 2
-1
votes
1 answer

LoadLibrary fails when called from process run as Standard User on Windows Server 2008 with Terminal Services

We have a .NET library that platform invokes native code, specifically we call LoadLibrary(). This code has been in place for a while, but a new user has noticed when running as a Terminal Services user of a Windows Server 2008 R2 machine that it…
JosephA
  • 1,187
  • 3
  • 13
  • 27
-1
votes
1 answer

Windows 2008 R2 Remote Desktop Servrices Server how to set up separate virtual circuit per user

Terminal Server relies on the underlying Windows operating system to establish the transport for the client pool, and Windows will only issue one TCP/IP connection to the remote server – in this case Samba. This results in all virtual client…
icarrara
  • 73
  • 1
  • 10
-1
votes
2 answers

Licensing - Prevent same logon on Windows Terminal Services Server

I am implementing licensing in our application. How do I stop user from using the same logon multiple times on a Windows Terminal Server. Is there a way in Windows Terminal Server to pass a specific parameter to Win32_Process? If there is any, then…
Bhoomi
  • 781
  • 6
  • 22
-2
votes
1 answer

Internet Explorer High CPU usage

Situation and Problem: We are working with Citrix + Windows Terminal Server 2012 R2 and we are experiencing that a single Internet Explorer (Version 11.0.96) process can use up to 60-80% of CPU-Power. Since there are 15 user working on one Server…
-3
votes
1 answer

How to rdc to a particular machine that is member of a TS Farm?

I created a Terminal Services farm comprising of 3 TS hosts (say, TS1, TS2 and TS3) running Windows 2008 R2 Enterprise, a TS Connection broker and a TS Gateway for the purpose of hosting a windows application as a TS RemoteApp. The setup works just…
1 2 3
18
19