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...")
 
 
Line 3: Line 3:
  
 
== Run the following commands in Powershell ==
 
== Run the following commands in Powershell ==
* '''$obj = gwmi -namespace "Root/CIMV2/TerminalServices" Win32_TerminalServiceSetting
+
* '''$obj = gwmi -namespace "Root/CIMV2/TerminalServices" Win32_TerminalServiceSetting'''
* '''$obj.SetSpecifiedLicenseServerList("<servername>.<domain>.<tld>")
+
* '''$obj.SetSpecifiedLicenseServerList("<servername>.<domain>.<tld>")'''
  
 
== in regedit change the following key ==
 
== 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.
 
* '''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.

Latest revision as of 10:42, 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.