Questions tagged [rdp]

Remote Desktop Protocol (RDP) is a proprietary protocol developed by Microsoft, which provides a user with a graphical interface to another computer.

The protocol is an extension of the ITU-T T.128 application sharing protocol. Clients exist for most versions of Microsoft Windows (including Windows Mobile), Linux, Unix, Mac OS X, Android, and other modern operating systems. By default the server listens on TCP port 3389.

Microsoft currently refers to their official RDP server software as Remote Desktop Services, formerly "Terminal Services". Their official client software is currently referred to as Remote Desktop Connection, formerly "Terminal Services Client".

Source: Wikipedia (Remote Desktop Protocol)

1234 questions
0
votes
1 answer

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 rdp session using managed code ? Regards, Stéphane
Suedois
0
votes
0 answers

enabling rdp port on centos

I have followed the tutorial and enabled the port 3389 , but still I am not able to connect to it . Any help is greatly appreciated http://ajmatson.net/wordpress/2014/01/install-xrdp-remote-desktop-to-centos-6-5/
user1907849
  • 960
  • 4
  • 19
  • 42
0
votes
1 answer

How to know the version of rdesktop on Ubuntu machine

I am very new to both Ubuntu and rdesktop. For our project, we are using rdesktop on Ubuntu 10.04, which I think is quite old, may need update. As we could use terminal to use desktop rdesktop RemoteServerIpAddress Could anyone tell me how to check…
user2558887
0
votes
0 answers

get the logged in RDP user in Python

I don't know much about RDP, so this question may not make sense but: What is the correct way to detect, in Python, which user is currently logged into the server through RDP? Would the answer to this question: Is there a portable way to get the…
RedRaven
  • 725
  • 2
  • 18
  • 33
0
votes
0 answers

Oracle: Finding Terminal RDP Client Name

To understand the question, consider this scenario. Two employees log in to an Application server via Windows Remote Desktop Client. Both use the same username e.g., Salesmen. From the Application Server, they launch the ERP application that…
Farhan
  • 3,206
  • 14
  • 49
  • 62
0
votes
1 answer

Remote Desktop and Application sharing application

I intend to implement a windows application to share the desktop. I found several protocols and technologies that can use to implement the application VNC Remote Desktop Protocol WebSocket XSocket.net Lync SDK Citrix ICA protocol I have a…
Sandaru
  • 1,229
  • 2
  • 21
  • 39
0
votes
2 answers

RDP connection to Azure workerrole leads to AzureWebrole

I have the following issue. I have created the following cloudservice setup. Azureproject Roles AruzeWebRole AzureWorkerRole The webrole has two small instances, the workerrole one extrasmall. When i deploy this to our azure environment,…
bruno
  • 1,830
  • 2
  • 22
  • 36
0
votes
1 answer

RDP - Incorrect Printer Driver

I recently asked this question about a printer issue. We have narrowed it down to happening only when using RDP from a Windows 7 computer or newer thin client. Basically, whenever we RDP from Win7 or a thin client (I say newer, but we have only…
Dave Johnson
  • 825
  • 16
  • 27
0
votes
1 answer

Passing arguments in RDP call

I have a program which takes some arguments. I have to expose this app remotely as an RDP icon. One solution to this seems to have different batch file and expose all batch file a separate app. But i want only one RDP icon. What is the standard way…
0
votes
1 answer

Logon terminal server over RDP per powershell/cmd and execute commands

I have problems with the powershell and some ideas. I would boot a computer in a company network each day on 9 o'clock. For thats i must connect to the company terminal server. After the wakeonlan i must connect on the terminal server per rdp to the…
Patrick
  • 829
  • 2
  • 13
  • 34
0
votes
1 answer

Cant access remote app after domain password reset

I have a domain user that uses a remote desktop app. I recently reset his password via AD and although he can log in to his account he cant authenticate against the remote app anymore. Ive checked the Remote app manager and cant see any settings…
0
votes
1 answer

MSTSCLib.DLL BadImageFormatException, RDP control not working on 32bit OS

In my application (vs 2012) I'm using Microsoft RDP Client Control (COM) to connect remotely to a machine. It's working all well unless I run my exe on a 32bit OS, then BadImageFormatException is thrown! Error log: Could not load file or…
Saleem
  • 709
  • 2
  • 13
  • 34
0
votes
1 answer

Failed to see remote desktop connection with microsoft terminal services(VB.Net 2012)

I created a form, right clicked on the toolbox to choose item and added "Microsoft Terminal Services Client Control - version 1" (this is the only Microsoft Terminal Services Client Control I found), added an instance to the form and named it rdp,…
Saleem
  • 709
  • 2
  • 13
  • 34
0
votes
1 answer

Remote desktop not working anymore after reboot (Azure VM)

I see a lot of different posts about this, but none seem to give me a satisfying answer. I have a Virtual Machine running Windows server 2012, and yesterday evening I shut it down. Everything was fine, I didn't install anything on it. This morning I…
0
votes
1 answer

Can't create Remote App via Powershell that points to an Excel workbook

I am using Windows Server 2008 R2. I'm trying to use Powershell to create a new Remote App that points to an Excel workbook. The following script fails on the New-Item call: PS C:> Import-Module RemoteDesktopServices PS C:> cd RDS: PS…