How can I configure a preferred Terminal Services license server?
January 28, 2001
A. Windows 2000 Server Terminal Services usually uses a license server in the local domain; however, you might want to have a central license server for audit purposes or use a server in another domain. Perform the following steps to designate the license server you want a Terminal Services server to use:
Start regedit.exe.
Go to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTermServiceParameters.
From the Edit menu, select New, String value.
Enter a name of DefaultLicenseServer, and press Enter.
Double-click the new value and set it to the name of the license server you want to use.
Click OK.
Close regedit.exe.
For the change to take effect, use the following commands to stop and restart the license logging service:
C:> net stop "license logging service" C:> net start "license logging service"
If the preferred license server isn't available, a Terminal Services server uses the next available license server in the domain.
About the Author
You May Also Like