This class contains information about software inventoried on the client computer; the information is grouped by software company name.
Table B.64 Software Products Class (SMS_G_System_SoftwareProduct)
Property | Data type | Example | Notes |
---|---|---|---|
CompanyName | string | "Microsoft Corporation" | Indicates the name of the software manufacturer. |
ProductID | uint32 | Key. A unique ID that helps identify the software to link it with other objects. | |
ProductName | string | "Microsoft Windows" | Indicates the name of the software product. |
ProductVersion | string | "4.00.5000" | Indicates the version number of the product. |
ProductLanguage | string | "1033" | Indicates the LocalID of the product language. |
ResourceID | uint32 | 3 | Key. Indicates an identifier for the resource that is unique to this site. System Resource Type inventory items with the same ResourceID were all discovered on the same SMS client. A ResourceID is an integer generated for the sake of SQL. It is not unique outside the site and should be used only for short-term querying purposes. |