BACK TO INDEX

Win32_ComputerSystemProduct
The Win32_ComputerSystemProduct class represents a product. This includes software and hardware used on this computer system.
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.
UUIDStringThe 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.
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 = "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";
   };