| Win32_Product |
| Instances of this class represent products as they are installed by MSI. A product generally correlates to a single installation package. |
| 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. |
| InstallDate | | String | The installation date. The InstallDate property has been deprecated in favor of the InstallDate2 property which is of type DateTime rather than String. New implementations should use the InstallDate2 property. |
| InstallDate2 | | DateTime | The InstallDate2 property represents the installation date of the product. |
| InstallLocation | | String | The location of the installed product. |
| InstallState | | SInt16 | The installed state of the product. |
| Name | | String | Commonly used product name. |
| PackageCache | | String | The location of the locally cached package for this product. |
| 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 |
   Timed out
|