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

Помог ли вам данный ответ?

 Распечатать статью

Также читают

Windows activation

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

Активация Microsoft Office

Чтобы активировать Microsoft Office, откройте командную строку в режиме администратора, и введите...

Как я могу подключиться к удаленному рабочему столу?

Чтобы подключиться к удаленному рабочему столу (SafeOffice) на Mac'e, вам необходимо: Создайте...