Microsoft Remote Desktop Services



For more information, see Activate a Remote Desktop License Server. Install client access licenses. After a license server is activated, you can install Remote Desktop Services client access licenses (RDS CALs). RDS CALs are installed through Microsoft from the Remote Desktop Licensing Manager tool. Windows Virtual Desktop is a free service and can be used with your existing Microsoft 365 or Windows per user license. There are no additional license costs. Save on infrastructure and IT overhead by moving all your VDI into a managed service in the cloud. See Windows Virtual Desktop pricing.

Remote Desktop Services (formerly known as Terminal Services) provides functionality similar to a terminal-based, centralized host, or mainframe, environment in which multiple terminals connect to a host computer. Each terminal provides a conduit for input and output between a user and the host computer. Remote Desktop Services (RDS), known as Terminal Services in older versions of Windows Server, is a popular way to use virtualization to give users control of a remote computer or a virtual machine over a network connection. Windows software and the entire desktop of the computer running RDS are made accessible to any remote client machine that. Clarifies Microsoft licensing policies for Windows Server Remote Desktop Services (RDS) and Microsoft desktop applications for use with Windows Server RDS. Related Resources Product Terms site.

Everyone will be familiar with the Remote Desktop client called MSTSC. Since a few years, Microsoft also has a Remote Desktop client for other platforms like iOS, Mac OS X and Android, available for download from the App Store, the Mac App Store, and the Google Play Store.

As a next step, Microsoft now also has a web client based on HTML5 (currently into preview), called the RD Web Client. This blog post runs through the setup, based on the early preview that I tested. Planning app for mac. The Remote Desktop Web Client is installed as an extension of the RD Web Access role.

Requirements

The requirements for the Web Client are as follows;

· RD deployment with Gateway, Broker and WebAccess roles all running Server 2016 Operating System. The endpoints (RDSH or Windows Client SKUs) can be running any Windows Operating System starting from Windows 7 SP1 / Windows Server 2008 R2. The client performance will however be better when connecting to Windows Server 2016 or Windows 10 Anniversary Edition or later.

· The RD deployment should NOT be configured to use per-device license.

· The Server 2016 machine hosting RD Gateway role must have this update installed – https://support.microsoft.com/en-us/help/4025334/windows-10-update-kb4025334

· The Gateway and WebAccess roles should be using public trusted certificates

· The client should work on most HTML5 capable browsers and has official support for Edge, IE11, Google Chrome, Firefox and Safari. Mobile devices are not supported.

Installation

Services

By the time the client releases, new PowerShell CmdLets will be available to deploy, manage and configure the client. Based on the current beta, here’s an example of what these cmdlets might look.

Microsoft remote desktop services (rds) session host

We open an Administrative PowerShell console and run the following commands:

Microsoft remote desktop servicesMicrosoft remote desktop services cost

Import-Module ($Env:ProgramFiles + “rd-html5-manageRDWebClientManagement”)
Install-RDWebClientPackage

Next, we copy the certificate used by the RD Web Access role. Optionally export it first, and make sure to include the private key. Then run the following commands in the PowerShell Admin console.

Import-RDWebClientBrokerCert <cer file>
Publish-RDWebClientPackage -Production -Latest

Easy as that! HTML5 support is now added to the RD Web Access role!

Note, in the beta release the Import-RDWebClientBrokerCert currently does not accept password protected pfx files. Make sure you export the certificate using the security principal option as shown below.

Testing

To test the HTML5 web client, open a browser (currently Edge, IE 11, Google Chrome browsers are all officially supported) and browse to https://<publicdomain>/RDWeb/Pages/webclient. For example, in my case I tested an Azure IaaS setup with 2 RD Web Access servers behind an Azure Load balancer. I created a public DNS record for rds.rdsgurus.com and pointed that to the public IP of the Azure Load Balancer. I then browsed to https://rds.rdsgurus.com/RDWeb/Pages/webclient.

At first you will see the regular RD Web Access login screen and you login with a test account as you normally would too.

After logging in you will see the following screen, this is the HTML5 web client containing the 4 sample RemoteApps I published in the RDS deployment.

If you click on one of the RemoteApps an RDP session will be launched. Note that currently you will get an additional prompt for the first RemoteApp as there is no full Single Sign On yet.

Since this was the first RemoteApp, the RDS session will now process the logon.

And shortly after, the RemoteApp is now available within the browser.

From this point, you can navigate to the bar on the left-hand side and switch between applications and launch new application. Remote desktop for mac os. All RemoteApps are available within the same screen to allow to work with multiple application easily.

The RD Web Client also allows you to copy-paste between your local machine. It is however currently limited to text only.

Download Microsoft Remote Desktop Application

There is also support for Remote Audio.

For further management, the RDWebClientManagement PowerShell module beta version also comes with a few other Cmdlets to retrieve the package information, certificate and to uninstall the package. Note that these Cmdlets might slightly change once the PowerShell module reaches general availability.

If you want all users to be redirected to the Web Client instead of the traditional RD Web Access page, you can run the following command on the RD Web Access Server

Download Remote Desktop Windows 10

Set-WebConfiguration system.webServer/httpRedirect “IIS:sitesDefault Web Site” -Value @{enabled=”true”;destination=”https://<domainname>/rdweb/pages/webclient”;exactDestination=”false”;httpResponseStatus=”Permanent”;childOnly=”true”};

Or change the same value using IIS Manager:

The RD Web Client also comes with printing support. A virtual printer called “Microsoft Print to PDF” is available in the user’s session. Don’t be confused by the postfix “redirected 3”. This is not a redirected printer, the name will most likely change so that it is clear that it’s a virtual printer. By virtual printer we mean that the printing to this printer will result in a .pdf file that is transported and opened on the local client. From that local client it can then be printed to any locally available printer.

Microsoft Remote Desktop Download

I’m able to print to this redirected printer

Which results in the pdf being locally available

And in this case, I opened it in my local browser to then print to a locally available printer.

This concludes a first walkthrough of the RD Web Client that is coming up, based on the current preview version. I will share more details on this new client as they come in. If you are currently using RDS in a production environment and would like to test drive the RD Web Client functionality. Feel free to reach out to me so that I can help to get onboarded on the preview.