BACK TO INDEX

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
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
CaptionStringA short textual description (one-line string) for the Product.
DescriptionStringA textual description of the product.
IdentifyingNumberStringProduct identification such as a serial number on software, a die number on a hardware chip, or (for non-commercial Products) a project number.
NameStringCommonly used product name.
SKUNumberStringProduct SKU (stock keeping unit) information.
VendorStringThe 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.
VersionStringProduct 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";
   };