Jump to content

[GUIDE]How to Reset the Windows Remote Desktop Services Licensing Grace Period


Recommended Posts

Instructions

The Remote Desktop Services (RDS) role in Windows server requires appropriate client access licenses (CALs) to be installed in order to function properly. However, there is a 120-day licensing grace period which begins when the role is installed. During this grace period, RDS functions without any CALs having been installed. This is to allow an organization to configure and test its RDS environment to ensure that everything works as expected before purchasing and installing CALs.

It is possible to reset this grace period, but resetting the grace period is not a substitute for purchasing and installing the required Remote Desktop CALs. The following steps should not be performed on a server that is in production.

To reset the RDS licensing grace period, perform the following steps:
  1. On the RDS session host, launch Registry Editor (regedit) as an administrator.
  2. In regedit, browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod.
  3. Within this registry key is a REG_BINARY entry whose name begins with the string L$RTMTIMEBOMB. (This is likely the only entry in this key.) The default permissions on this entry do not allow it to be modified or deleted, so these permissions must be changed
  4. Right-click the GracePeriod folder in the left pane of regedit and select Permissions.
  5. In the permissions window that appears, select Administrators, and assign this group Full Control permissions. Click OK to close the window.
  6. Right-click the L$RTMTIMEBOMB... registry entry and select Delete. Click Yes to confirm the deletion.
  7. Exit regedit.
  8. Reboot the session host server in order for the registry change to take effect.
You may confirm that the procedure was successful by using the RD Licensing Diagnoser tool from the Tools menu of Server Manager. Clients should now be able to connect to this session host without the applicable CALs. Again, this procedure is not intended to be a substitute for purchasing and installing Remote Desktop CALs. It should only be performed in a non-production (that is, a test or lab) environment.

Additional Information

The following PowerShell command returns the number of days remaining in the grace period:
(invoke-cimmethod -inputobject (get-ciminstance -namespace root/CIMV2/TerminalServices -classname Win32_TerminalServiceSetting) -methodname GetGracePeriodDays).DaysLeft
Seeding the net..
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

Privacy Policy