Inventory Object: InstalledWMIEvidence

FlexNet Manager Suite 2021 R1 (On-Premises)

InstalledWMIEvidence objects are uploaded to the ImportedInstalledWMIEvidence table in the operations (inventory) database. Multiple imports will merge updated data with existing records, and add new records as applicable.

The ImportedInstalledWMIEvidence table holds a record of the WMI evidence that has been installed on a computer from the source connections.

Attributes are listed here in alphabetical order.

Property Attributes Notes
ExternalComputerID Unsigned integer (bigint). Mandatory. Database key.

The identifier used in the source connection for the computer that the WMI evidence is installed on.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
ExternalEvidenceID Unsigned integer (bigint). Mandatory. Database key.

The identifier used in the source connection for the WMI evidence.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
InstanceName Alpha-numeric text (maximum 256 characters). Mandatory. Database key.

The name of the WMI class instance used in the source connection for the WMI evidence

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.

FlexNet Manager Suite (On-Premises)

2021 R1