Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Licensing Issues
#1
Where you have licensed your server but it is complaining that it has either expired or that you do not have enough clients.

Try the following

PowerShell
$obj = gwmi -namespace "Root/CIMV2/TerminalServices" Win32_TerminalServiceSetting

$obj. SetSpecifiedLicenseServerList("licserver.domain.local") 

Regedit
HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\Licensing Core\LicensingMode

Change the DWORD to 2 for Per Device or 4 for Per User.

Reboot
Reply


Messages In This Thread
Licensing Issues - by wightsupport - 17-10-2020, 03:47 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)