How to get WebClient generator id

How to get WebClient generator id

1. Download and unzip the ZIP file GetGeneratorID containing the adcls.jar and cmwebclientmachineidgen.jar files attached to this article to a temporary directory.

2. You would need to have a Java installed in the machine to run the jar file.

3. Open a command prompt and type the following command.

 

java -classpath "C:\Temp\adcls.jar;C:\temp\cmwebclientmachineidgen.jar" com.adcaustin.webplex.adcls.tools.MachineIdGen -cp "C:/Temp/adcls.jar"
ID: ee868d13e01572f8
Gen:c7ca73ffd6739d16
old:2a17d65be2bdb590

 

Gen:c7ca73ffd6739d16 is the generator id.


    • Related Articles

    • How Request a Webclient License?

      1 - Select the green “Submit a Request” button 2 - Fill in the details of your request. Some of these fields may not apply to your request. At the very least, fill in all the required fields. If there is a non-required field and you’re not sure what ...
    • Customizing in CM WebClient

      Attach point A template for a given screen can be generated from more than one template by using attach points. The templates are arranged in order from root to leaf. An attach point is a location defined in a template that other templates further ...
    • Microsoft Entra ID Support

      1. Overview The Microsoft Entra ID (formerly Azure Active Directory) support feature allows organizations to integrate their EvolveIT application with Microsoft's cloud-based identity and access management service. This integration enables: Single ...
    • Patch Build to CM WebClient 1.8.8

      Latest Version: Date 05/18/2026 WebClient-1.8.9-pre13742 NOTE : If the hightail link doesn't open correctly the first time, please just reload the screen, we recommend using the Chrome browser to open it. IMPORTANT: The latest eclipse plugin ...
    • CM WebClient File Upload Setup

      File Upload This guide will show you how to upload files to your Web Server from your WebClient application. 1. Import the attached zip Java Project into your Eclipse Workspace. NOTE: If your workspace uses a Tomcat 10 server, make sure to use the ...