HWID Generation Tool
The HWID Generation Tool is a utility provided by IDScan.net to generate a hardware ID (HWID) for a device. The generated HWID can then be used to bind a Per Seat license to that device through the my.idscan.net portal.
The HWID Generation Tool applies to the following SDKs:
- .NET SDK
- Java SDK
Download
Generating the HWID
- Download and transfer the tool to the target device.
- Run the following command from the command line:
HwInfo.exe hwinfo
Example output:
IDScanNet HwInfo
Machine name: My-Computer
Hardware Fingerprint: 1a2b3c4d5e6f7g8h9i0j1k2l3m=
- Copy the Hardware Fingerprint value and use it to bind a Per Seat license through the my.idscan.net portal.
Bulk Management of HWIDs
For Bulk Management of HWIDs, IDScan.net reccomends to use the HWID Generation Tool in conjunction with the App Manager CLI.
- Push HWInfo to all target devices.
- Generate a HID file on each device:
HWInfo --json --name <device_name> >device_name.json - Collect all .json files into a single directory on the management host.
- Bind all devices to a license in one command:
AppManagerCli license attachFile <serial_number> *.json