Remote Desktop web client

Marius - Roma 371 Reputation points
2022-06-22T15:53:16.403+00:00

In a lab environment based on Windows Server 2019 I installed and configured Remote Desktop web client and it works fine.
I used information from page https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-web-client-admin
How can I show and demonstrate that my Windows 10 client is using HTTP instead of RDP?
Regards

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,659 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,709 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2022-06-22T17:38:58.65+00:00

    On the client you could run netstat -aonb then look for the process mstsc.exe and check foreign address port is 3389 or 443

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Marius - Roma 371 Reputation points
    2022-06-23T08:12:46.893+00:00

    Many thanks for the answer.
    Let me ask for some further information.
    Base on my test, if I use the RDP client netstat -aonb shows mstsc and the port.
    If I use the web client I don't see anything: is it correct?
    Regards

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.