Remote Desktop Server license installation
# Run powershell as administrator:
Add-WindowsFeature -Name "RDS-Licensing", "RDS-RD-Server" -IncludeAllSubFeature -IncludeManagementTools
# WARNING: You must restart this server to finish the installation process.
Restart-Computer -Force
#Now run these commands$obj = gwmi -namespace "Root/CIMV2/TerminalServices" -CLass Win32_TerminalServiceSetting
$obj.SetSpecifiedLicenseServerList("localhost")
$obj = gwmi -namespace "Root/CIMV2/TerminalServices" -Class Win32_TerminalServiceSetting
$obj.ChangeMode(4) # Value 4 – Per user
Run Remote Desktop Licensing Manager - to install license
Copy license server ID and send it to our support team and you will get your license key