Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Install and Activate an RDS Session Host without a Connection Broker (Workgroup) - Windows Server 2022

Summary: This is a step by step guide on setting up a Windows Server 2022 workgroup computer as a Remote Desktop Services Session Host without the Connection Broker role.

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

Remote Desktop Services allows users to access applications, desktops and data hosted on remote servers. Users can connect from a variety of devices to a centralized environment that provides them with a consistent and familiar experience regardless of their physical location.

Following are the steps required to implement a basic RDS infrastructure where all the essential roles are installed on a single workgroup server.
  1. In Server Manager, Click Manage and then Add Roles and Features.
  2. Click Next to skip the “Before you Begin” screen.
  3. Select Role-based or Feature-based installation and click Next.
  4. On the Select destination server screen, Select the local hostname as the destination server.
  5. On the Select server roles page, select Remote Desktop Services and click Next.
  6. Click Next again to skip the Features selection screen and then again to skip the RDS Overview screen.
  7. At the Select role services screen, select the Remote Desktop Licensing role and at the prompt, add the required features.
  8. Also, click the Remote Desktop Session Host role and one more time click to add the required features.
  9. Click Next and at the Confirmation screen, click Install.
  10. Wait for the installation to finish. When its finished, Click Close to exit the Wizard and restart the computer.

Configure RDS Licensing
  1. Open the Local Group Policy Editor by running gpedit.msc
  2. Expand Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Licensing.
  3. Double click "Use the specified Remote Desktop license servers".
  4. Click the "Enabled" ration button and then enter the computer name or IP address of the localhost.
  5. Click Ok when finished.
  6. Still in Group Policy Editor, double click "Set the Remote Desktop licensing mode"
  7. Click the "Enabled" ration button and then ensure the licensing mode is set to "Per Device". Click Ok.

Review the Licensing Changes:
  1. In Server Manager, click Tools, Remote Desktop Services and then Remote Desktop Licensing Diagnoser (lsdiag.msc)
  2. In the Remote Desktop Licensing Diagnoser MMC, notice that:
a. The server for the deployment is listed (but not activated)
b. The licensing mode is configured (Per Device)
c. There are no licenses installed.

Activate the License Server and Install RDS Client Access Licenses (CALs)
  1. In Server Manager again, click Tools, Remote Desktop Services and then Remote Desktop Licensing Manager (licmgr.exe).
  2. Right click the license server and click Properties.
  3. Note the configuration for the "Connection Method".
The Automatic connection is the default and recommended method. As the description shows, the license server requires internet connectivity to reach the Microsoft Clearinghouse servers to complete the activation.

The other two methods (Web Browser and Telephone) are used when there is no internet connectivity directly from the server that needs to be activated and allow to complete the activation through a web browser from a different system or over the telephone, respectively.
  1. For this guide, let’s leave the default of "Automatic connection". Click Cancel.
  2. Right click the license server again and Click Activate Server.
  3. At the wizard, click Next on the welcome screen.
  4. Leave the default for the Connection method and click Next.
  5. Enter the Required Information and click Next.
  6. Enter the Optional Information and click Next.
  7. At the Completing wizard screen, notice the message indicating the server was successfully activated.
  8. Click to uncheck the Start Install Licenses Wizard now checkbox and then click Finish.

Back in RD Licensing Manager, the green checkmark indicates the license server is now activated.

Install licenses
  1. Back in RD Licensing Manager, right click the server and click Install Licenses.
  2. Click Next at the welcome screen.
  3. Ensure the right license program is selected. As seen in the description, this license program refers to the method through which the RDS CALs were purchased. This information will sometimes be digital and available via email to the person that made the purchase or through a website, but it can also be in physical documentation in the form of product keys.
  4. Click Next and enter the pertinent information.
  5. Click Add. You can review the status and type of the RDS CALs and then click Next.
  6. At the Completing the install licenses wizard, click finish.

The newly installed licenses are now visible in RD Licensing Manager.

Confirm RDS deployment licensing status
  1. Return to RD Licensing Diagnoser, click refresh and notice there isn’t any warning anymore and all of the information about the deployment is shown correctly.

The deployment is now ready to be put in production.

Next steps are to create the user accounts, add these to the Remote Desktop Users built in group, setting up group policies and installing the applications that users would access when connected to the RDS session host.

Additional Information

Refer to this video:

Article Properties


Affected Product

Microsoft Windows Server 2016, Microsoft Windows Server 2019, Microsoft Windows Server 2022

Last Published Date

19 Sep 2023

Version

2

Article Type

How To