Remote Desktop User CAL licenses on server not connected to a domain
Is it possible to use RDP User CAL licenses on a Windows Server 2016 server that is not connected to a domain? If so, how it is possible?
Windows OSWindows 10AzureWindows Server 2016* RemoteDesktop
Last Comment
Seth Simmons
8/22/2022 - Mon
Cliff Galiher
It is possible, but it is extremely difficult to manage. Yams in addition to RDS CALs, you'll still need windows CALs, whether domain or workgroup. I see folks try to RDS on a workgroup thinking itnl is the domain that triggers the need for windows CALs so a workgroup would be cheaper. And that's not correct.
Anyways, you'll have to manually install the Session host role and a licensing role on a server somewhere. And then use group policy to set the license type and server name so the session host can request CALs. There is no GUI without a domain. All group policy/registry.
Dextor03
ASKER
Thank you.
I've installed the Remote Desktop Licensing and Remote Desktop Session Host roles on the workgroup server.
Then used Group Policy Editor to navigate to Licensing in Remote Desktop Session Host.
LicensingMode Value Type REG_DWORD Should be 2 for per device licenses and 4 for per user licenses.
LicenseServers Value Type REG_SZ Should have the name of the server listed here.
If these entries don't exist create them.
If this alone doesn't work I have had to delete GracePeriod key located at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod
Need to right click on GracePeriod go to permissions and give Administrators full control of the key to delete it.
If you feel this question should be closed differently, post an objection and the moderators will review all objections and close it as they feel fit. If no one objects, this question will be closed automatically the way described above.
Anyways, you'll have to manually install the Session host role and a licensing role on a server somewhere. And then use group policy to set the license type and server name so the session host can request CALs. There is no GUI without a domain. All group policy/registry.