Difference between revisions of "Configure RDS licensing"

From rdkwiki
Jump to: navigation, search
(Created page with "== Intro == The steps below will configure the Remote Desktop Licensing settings after installing RDS-services: == Run the following commands in Powershell == * '''$obj = gwm...")
(No difference)

Revision as of 10:41, 16 May 2017

Intro

The steps below will configure the Remote Desktop Licensing settings after installing RDS-services:

Run the following commands in Powershell

  • $obj = gwmi -namespace "Root/CIMV2/TerminalServices" Win32_TerminalServiceSetting
  • $obj.SetSpecifiedLicenseServerList("<servername>.<domain>.<tld>")

in regedit change the following key

  • HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\Licensing Core\LicensingMode --> Change the DWORD to 2 for Per Device licensing or 4 for Per User licensing.