How can I configure a preferred Terminal Services license server?

John Savill

January 28, 2001

1 Min Read
ITPro Today logo in a gray background | ITPro Today

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:

  1. Start regedit.exe.

  2. Go to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTermServiceParameters.

  3. From the Edit menu, select New, String value.

  4. Enter a name of DefaultLicenseServer, and press Enter.

  5. Double-click the new value and set it to the name of the license server you want to use.

  6. Click OK.

  7. Close regedit.exe.

  8. 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

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like