Wight Support Forum
Licensing Issues - Printable Version

+- Wight Support Forum (http://wightsupport.com/forum)
+-- Forum: Wightsupport Forums (http://wightsupport.com/forum/forumdisplay.php?fid=1)
+--- Forum: Windows Server (http://wightsupport.com/forum/forumdisplay.php?fid=14)
+---- Forum: Remote Desktop (http://wightsupport.com/forum/forumdisplay.php?fid=28)
+---- Thread: Licensing Issues (/showthread.php?tid=39)



Licensing Issues - wightsupport - 17-10-2020

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