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

Was this answer helpful?

 Print this Article

Also Read

How can I connect to my remote desktop?

In order to connect to a remote desktop (SafeOffice) on a Mac, you need: Create to VPN...

Windows activation

In order to activate Microsoft Windows please open CMD and type following commands:slmgr /ipk...

Office activation

In order to activate Microsoft Office please open CMD in ADMINISTRATIVE mode and type following...