How to Change RDS Licensing Mode from Per Device to Per User

How to Change RDS Licensing Mode from Per Device to Per User

How to Change RDS Licensing Mode from Per Device to Per User

A guide to switching your Remote Desktop Services licensing configuration.

If your organization is transitioning from a device-based licensing model to a user-based one, you must update the configuration on your Remote Desktop Session Host. This ensures the server requests the correct type of CAL from the licensing server.

⚠️ Prerequisite: Before switching, ensure you have installed valid "Per User" RDS CALs on your license server. Switching modes without the appropriate licenses installed will result in connection errors for your users.

Method 1: Using Server Manager (GUI)

This is the standard method for deployments managed via the Remote Desktop Services role.

  1. Open Server Manager.
  2. In the left pane, click on Remote Desktop Services.
  3. Click on Overview.
  4. In the Deployment Overview section, click the Tasks dropdown menu and select Edit Deployment Properties.
  5. In the window that appears, click on the RD Licensing tab.
  6. Under Remote Desktop licensing mode, select Per User.
  7. Click Apply and then OK.

Method 2: Using Group Policy

If your setting in Server Manager is greyed out, or if you manage multiple servers, Group Policy is the preferred method.

  1. Open the Local Group Policy Editor (gpedit.msc) or Group Policy Management Console.
  2. Navigate to the following path:
    Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Licensing
  3. Double-click the policy: Set the Remote Desktop licensing mode.
  4. Select Enabled.
  5. In the dropdown menu under Options, change the mode to Per User.
  6. Click OK.
  7. To apply the change immediately, run the following command in Command Prompt:
    gpupdate /force

Method 3: Using PowerShell

You can quickly switch the mode using the RDS PowerShell module. Run PowerShell as an Administrator.

To switch to Per User mode:
(Replace with your server's name)

Set-RDLicenseConfiguration -ConnectionBroker -Mode PerUser

To verify the change:

Get-RDLicenseConfiguration -ConnectionBroker <ConnectionBrokerName>

Author Bio

Mr. Keloth leads technical implementation at RDS CAL Store. He specializes in Remote Desktop Services infrastructure, secure remote architecture, and helping IT teams seamlessly scale their official licensing.

Microsoft Certified Professional

MCSE MCSA MCTS MCP MCP+I A+ Security+

With over 20 years of experience deploying and managing enterprise Windows Server environments, Keloth leads technical implementation at RDS CAL Store. He specializes in Remote Desktop Services infrastructure, secure remote architecture, and helping IT teams seamlessly scale their official licensing.

Related Posts

How to Create a Remote Desktop User in Windows Server (2016, 2019, 2022 & 2025)

July 12, 2025

Home – How to Create a Remote Desktop User in Windows Server (2016, 2019, 2022 & 2025) How to Create a Remote Desktop User in Windows Server (2016, 2019, 2022 & 2025) Provisioning remote access for a new employee requires more than just creating a standard Windows account. To securely connect to a Session Host,…

How to Fix the CredSSP “Encryption Oracle Remediation” RDP Error

July 12, 2025

Home – How to Fix the CredSSP “Encryption Oracle Remediation” RDP Error How to Fix the CredSSP “Encryption Oracle Remediation” RDP Error If you are managing Windows Servers, you have likely encountered this terrifying error message when trying to connect via Remote Desktop: “An authentication error has occurred. The function requested is not supported… This…

How to Configure the RDS “Startup Environment” in Server 2016, 2019, 2022 & 2025

July 12, 2025

Home – How to Configure the RDS “Startup Environment” in Server 2016, 2019, 2022 & 2025 How to Configure the RDS “Startup Environment” in Server 2016, 2019, 2022 & 2025 If you recently upgraded your infrastructure, you likely noticed a glaring omission: Microsoft removed the Environment, Sessions, and Remote Control tabs from the Active Directory…

How to configure “Licensing Mode” and “License Server to Use” on a Windows Server

August 12, 2025

Home – How to configure “Licensing Mode” and “License Server to Use” on a Windows Server Configuring RDS Licensing Mode and License Server A guide for Windows Server 2016, 2019, 2022, and 2025. Configuring the Remote Desktop Services (RDS) licensing mode and license server on a Windows Server is a critical step for allowing more…