| CIM_Product | |||
| CIM_Product is a concrete class that is a collection of physical elements, software features and/or other products, acquired as a unit. Acquisition implies an agreement between supplier and consumer which may have implications to product licensing, support and warranty. | |||
| 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. | |
| 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 = "1403-6493-0215-9741-2952-4145-95";     Name = "Virtual Machine";     UUID = "58E4D65F-EA0B-43B7-94CD-CFFB0F7E27AE";     Vendor = "Microsoft Corporation";     Version = "7.0";    }; | |||