Questions tagged [rdp]

rdp is Remote Desktop Protocol, used by Windows to view and control other Windows systems

RDP allows remote windows users to view and interact with a remote windows server as if they were sitting at that server's desktop.

1224 questions
0
votes
1 answer

RDP to a server behind load balancer - allow per original source IP

I have some Windows 2016 servers that are located behind a load balancer. I don't have any control over the load balancer other than being able to connect to servers via it. This whole set up is in the cloud. I need to enable RDP connection on the…
Aleks G
  • 936
  • 2
  • 8
  • 18
0
votes
0 answers

Internet conection through RDP

I am looking on possibility to have access to internet through RDP connection. I have VPN tunnel which allowing me to connect from my workstation (Lets name it Server-A) RDP to one Windows server (Lets name it Server-B), but Server-B don't have…
0
votes
1 answer

Check if someones connected to PC through Windows RDP

Is there any way to tell whether someone is already connected to a computer through Windows' "Remote Desktop Connection"? Me and a co-worker need to remotely connect to a PC in our remote office, and we keep kicking each other out of the session…
0
votes
1 answer

RDP and GPO setting Server Authentication certificate template (Microsoft Windows Server 2016)

We want to force Remote Desktop to use a certificate based on a particular named template rather than using a self-signed certificate. This works in forests with a Certificate Authority server, but not in forests that do not have their own CA…
0
votes
2 answers

Win 10 PRO users don't get access to RDP

On the user PC (in domain) in settings they can see that RDP is turned off but the possibility to turn it on is disabled with the message: "Some settings are managed by your organization". Some other PC in the same domain has RDP turned on while the…
Alexander P
  • 139
  • 1
  • 6
0
votes
0 answers

RDP to Azure VM shows Internal Error

Azure VM (classic), has Windows Server 2012 r2. I downloaded long time ago a RDP file from Azure portal and I've been able to access the VM until now. No changes on the VM previous to this. I'm used to log in everyday to check everything inside is…
0
votes
1 answer

Monitor Win10 RDP logins via a log file

I know there is the win10 event application to view recent logins, but is there a login history log file I can monitor or retrieve on Windows 10?
0
votes
1 answer

Remote Desktop - Does leaving a session open slow down the server?

Like many other development teams, we don't do a good job of signing out after an RDP session. I am trying to convince the team that it's important to use the "Sign Out" feature to close the session. It's my understanding that "Disconnect" or…
0
votes
0 answers

RDS RemoteApp Disconnected

I have a small pre-production environment build on Server 2019 Datacenter. There are two brokers, one gateway, one collection with two desktop servers and six collections with single server for applications. After installation everything worked…
Pesand
  • 1
0
votes
1 answer

Network Threat Protection

Today, my Database server unexpectedly restarted. After checking it, I found that since the start of December, I was getting this event, Network Threat Protection Event. Here's the event Object detected. Object name: 64.76.157.3:51747 (different…
0
votes
1 answer

RDP fails to connect across L2TP VPN

I have a working L2TP VPN that I can ping all clients once connected, name resolution does not work but I believe that is a separate issue. I cannot connect using RDP between two Windows 10 machines. I can RDP connect from a Windows 10 laptop to an…
0
votes
1 answer

What is a secure way to access a PC remotely?

I have been recently on the task of securing a connection to a home PC from a remote tablet to access it as a remote desktop. The tablet will be connecting from various IP addresses. Where my concerns lie is in the security of this setup. For…
bugs
  • 3
  • 1
0
votes
1 answer

RDP into google cloud VM instance

I recently spun up a Windows Server VM instance on google cloud and was able to RDP into it without opening any ports in the firewall. So, Why am I able to do this? Is it because google opened the port for RDP by default. Also I could n't find any…
rooni
  • 139
  • 7
0
votes
0 answers

Get currently logged in user on remote PC without admin rights on that PC

Is there a simple way (ie DOS command?) to get the name of the currently logged in user (if any) on another PC on my LAN? I've googled a few but I'm getting Access Denied messages. I don't have admin rights on the PC I want to check, so I assume…
Catflap
  • 1
  • 1
0
votes
1 answer

Best option under Azure to provide remote desktop access to an application?

I developed a desktop app and now I would need that users can use it from a RDP connection. I have Windows 2012 in a Azure Virtual Machine. I understand that I need a CAL license for each user. Keeping in mind that users do not need to access to…