Questions tagged [terminal-server]

A terminal server (also referred to as a serial server or console server network access server) enables organizations to connect devices with an RS-232, RS-422 or RS-485 serial interface to a local area network (LAN).

A terminal server (also referred to as a serial server or console server network access server) enables organizations to connect devices with an RS-232, RS-422 or RS-485 serial interface to a local area network (LAN). Products marketed as terminal servers can be very simple devices that do not offer any security functionality, such as data encryption and user authentication. The primary application scenario is to enable serial devices to access network server applications, or vice versa, where security of the data on the LAN is not generally an issue. There are also many terminal servers on the market that have highly advanced security functionality to ensure that only qualified personnel can access various servers and that any data that is transmitted across the LAN, or over the Internet, is encrypted. Usually companies which need a terminal server with these advanced functions want to remotely control, monitor, diagnose and troubleshoot equipment over a telecommunications network.

32 questions
3
votes
0 answers

Check if process is running for current user in C#

I have a program in which I check if the program is already launched or not. I use: if (System.Diagnostics.Process.GetProcessesByName(System.IO.Path.GetFileNameWithoutExtension(System.Reflection.Assembly.GetEntryAssembly().Location)).Count() > 1)…
user3127554
  • 521
  • 1
  • 7
  • 28
1
vote
0 answers

Windows terminal server 2012 R2 + Custom credential provider

I have a customer credential provider(CP) which is working fine for Windows client(10) and Windows server (2008, 2012 GUI based only). But when I try to use it for Windows terminal server it's not even loading the Custom CP, no error also. Still, it…
1
vote
1 answer

Handling remote desktop file transfers from RDP session to physical PC and vice versa

What I'm currently trying to solve is how to handle remote desktop file transfer from RDP session to physical PC and vice versa. I have few terminal servers and I wanna be able handle/log those file transfer, because data loss prevention, and after…
1
vote
2 answers

Check if socket is in use in python

I am running a script that telnets to a terminal server. Occasionally the script is launched while one instance is already running, which causes the already running script to fail with EOFError: telnet connection closed Is there a quick and easy…
MrPat
  • 119
  • 1
  • 12
1
vote
3 answers

Windows TS: Terminate tasks of users with client name XYZ

I want to schedule a task on Windows Terminal Server 2008 and above which runs every 10 Minutes and terminates some processes like "outlook.exe", however this only should be done for users which connect from another TerminalServer (so they all have…
1
vote
0 answers

Use kermit through terminal-server from python

I would like to use kermit through terminal server from a Python code. I tried to solve it with pexpect module but after the spawn it logs out with EOF so the child is dead. child = pexpect.spawn('echo os.environ["MODULESHOME"]/init/sh; module…
user2968409
  • 99
  • 1
  • 2
  • 4
0
votes
0 answers

Disable MS Teams Autostart on Terminalserver

I need to disable Ms Teams autostart for all users, who sign in on a terminal-server. I dont actually understand how should I do that. Could somebody be so kind and please help me? Thank you I tried to create a DWORD File in regedit, but I cannot…
0
votes
0 answers

Retrieve Application Name given a Session ID

I´ve been working on some TS and it is now necessary to retrieve the application name that is being used by the remote user on my TS. I tried to use Cassia package as well as directly accessing the WTSApi32.dll. Problem is that at the time (20 Years…
0
votes
0 answers

.NET portable application stops working on windows terminal server until stopped for every user

We deploy our .NET applications (.NET-Framework 4.5.2 and upwards) on a network drive. To explain, we build it in Visual Studio and copy the contents of bin/release. Several users who are connected to different terminal servers of Windows Server…
Tommehh
  • 872
  • 1
  • 17
  • 44
0
votes
1 answer

When closing an Excel file on a terminal server it saves to a different location than it was in

In our organisation a problem occurs when saving Excel files. Whenever we close a file there is a 50/50 chance that it saves in the location it was already in, but the other times it saves where another file was last saved. We are all working on a…
0
votes
1 answer

Difference between Remote Desktop Services vs Windows Terminal Server vs Remote Desktop Session Host

Could someone explain me the difference between them? Furthermore I have heard that Windows Terminal Server can be used to deploy software to multiple computers in the network in an organisation by creating a GPO. Could someone give me the steps to…
Astro
  • 367
  • 1
  • 3
  • 17
0
votes
0 answers

Get sessionID terminal server with VB.NET (using .NET framework)

I'm trying to create an RDP and shadow connect Application with visual studio 2019 (.NET 5.0). Is there any class that can I use for this? I tried to use vb6 class "WTSQuerySessionInformation" with no success, it doesn't work. I tried to retrieve…
0
votes
0 answers

C#, Cassia terminal server query and Impersonation

I have a function using the Cassia library in my forms app that returns all the users logged in via rdp to session hosts and some details about their session (and then adds it to a datagridview). It works fine, as long as you are in the…
I.M.
  • 45
  • 7
0
votes
0 answers

Issue with Sync in a Terminal Server\Citrix Published Application

Published applications can't open Universal Windows Applications (UWA). Edge has changed the authentication to a UWA method for sync authentication. Given this we cannot get Sync to work as we cannot authenticate. Any ideas?
0
votes
0 answers

Delphi 7 App with MAPI functionality External Exception

"I'm sending e-mails using Simple MAPI from a Delphi 7 program. This has worked perfectly for years. The last two weeks or so, two of our customers are getting the error "external exception 241938E". I have tried to find this code on the internet,…
1
2 3