BACK TO INDEX

Win32_ProductSoftwareFeatures
The CIM_ProductSoftwareFeatures association identifies the software features for a particular product.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
ComponentReferenceThe component.
ProductReferenceThe product.
SAMPLE DATA INSTANCE
   
   instance of Win32_ProductSoftwareFeatures
   {
    Component = "Win32_SoftwareFeature.IdentifyingNumber=\"{32DB53E1-DB00-4AA8-AAC8-AF1C781F3B19}\",Name=\"NewFeature1\",ProductName=\"Self Service Web Service (ESD)\",Version=\"5.9.7.2\"";
    Product = "Win32_Product.IdentifyingNumber=\"{32DB53E1-DB00-4AA8-AAC8-AF1C781F3B19}\",Name=\"Self Service Web Service (ESD)\",Version=\"5.9.7.2\"";
   };