Configure RDS licensing

From rdkwiki
Revision as of 10:42, 16 May 2017 by Rob (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.