| Win32_ComputerSystemProduct | |||
| The Win32_ComputerSystemProduct class represents a product. This includes software and hardware used on this computer system. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) for the Product. | |
| Description | String | A textual description of the product. | |
| IdentifyingNumber | String | Product identification such as a serial number on software, a die number on a hardware chip, or (for non-commercial Products) a project number. | |
| Name | String | Commonly used product name. | |
| SKUNumber | String | Product SKU (stock keeping unit) information. | |
| UUID | String | The UUID property contains the Universally Unique Identifier (UUID) for this product. A UUID is a 128-bit identifier that is guaranteed to be different from other generated UUIDs. If a UUID is not available, a UUID of all zeros is used. | |
| Vendor | String | The name of the Product's supplier, or entity selling the Product (the manufacturer, reseller, OEM, etc.). Corresponds to the Vendor property in the Product object in the DMTF Solution Exchange Standard. | |
| Version | String | Product version information. Corresponds to the Version property in the product object in the DMTF Solution Exchange Standard. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_ComputerSystemProduct    {     Caption = "Computer System Product";     Description = "Computer System Product";     IdentifyingNumber = "VMware-56 4d e8 ed ee 98 e6 60-e0 6b b9 9d 3e 8a be 18";     Name = "VMware Virtual Platform";     UUID = "EDE84D56-98EE-60E6-E06B-B99D3E8ABE18";     Vendor = "VMware, Inc.";     Version = "None";    }; | |||