Licensing mode for the Remote Desktop Session Host is not configured.
brief, General, Web server
If you configure the Remote Desktop Services (RDS) and getting the following warning message
Licensing mode for the Remote Desktop Session Host is not configured.
even everything is looking fine in the server manager as follows.

You have set the licencing mode directly in the registry as follows.
HKLMSYSTEMCurrentControlSetControlTerminal ServerRCMLicensing Core
Change the default value from 5 to:
2 – if Per Device RDS licensing mode is used
4 – if Per User licensing is used.
Restart is needed!

You can also check by using PowerShell if the Remote Desktop Licence Server is set correct
$obj = gwmi -namespace "Root/CIMV2/TerminalServices" Win32_TerminalServiceSetting
$obj.GetSpecifiedLicenseServerList()
# if not you can set it by executing the following command with the FQDN of your licence server
$obj.SetSpecifiedLicenseServerList("licence-server.domain.tld")Related Posts
Latest posts
brief, General, Microsoft Azure, pfSense
How to Clone an Azure VM and Create a New VM from Its OS Disk
brief, General, Networks, Software-Defined X, Storage, VMware vSphere
VMware Cloud Foundation (VCF) and the Software-Defined Data Center (SDDC) – What Is the Difference?
Failover Clustering, General, Hyper-V, Linux, Microsoft Azure, Networks, pfSense, Software-Defined X, System Center, Virtual Machine Manager (VMM), Windows
Windows Server Software Defined Networking (SDN) and Hyper-V Network Virtualization (HNV) – Part 6: Connecting Overlapping Tenant Networks with Site-to-Site VPNs
Follow me on LinkedIn
