Skip to main content

ExcludeMD5

FlexNet Manager Suite ()

Command line | Registry

For files within a folder included in inventory, the tracker performs an MD5 checksum, and excludes any files from the inventory that have an MD5 value equal to any value stored in ExcludeMD5. This preference can accept multiple values, separated by commas or semicolons.

Tip: Comma separators can be used freely. If you use semi-colon separators, it is mandatory on UNIX-like platforms to enclose the list of values in either single or double ASCII quotation marks. (Be careful that any copy/paste doesn't switch to 'smart quotes', and use only plain ASCII quotation marks.)

Note: Inclusions and exclusions can cover folders (and optionally their sub-folders), file name extensions, specific file names, and specific MD5 digest values. To resolve conflicting specifications, the specifications of folders provides a data set to which the following specifications are applied as filters, prioritized from lowest to highest as:

  • File extension
  • File name
  • MD5 value.

For example, if file extension exe is included, filename xcopy.exe excluded, and MD5 value 123456... (the MD5 for xcopy.exe) is included, then the inventory agent includes all files with extension exe except for all versions of xcopy.exe that do not have an MD5 value 123456....

Values

| **Values / range** | Valid MD5 values | | **Default value** | \(No default.\) | | **Example value** | ``` 7d9d2440656fdb3645f6734465678c60 ``` |

Command line

| **Tool** | Inventory agent | | **Example** | ``` -o ExcludeMD5=7d9d2440656fdb3645f6734465678c60 ``` |

Registry

| **Installed by** | Manual configuration | | **Computer preference** | `[Registry]\ManageSoft\Tracker\CurrentVersion` |

2025 R1.1

Parent topic:Preferences