BACK TO INDEX

CIM_InstalledSoftwareElement
The CIM_InstalledSoftwareElement association allows one to identify the computer system a particular software element is installed on.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
SoftwareReferenceReferences the software element that is installed.
SystemReferenceReferences the computer system hosting a particular software element.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_InstalledSoftwareElement
   {
    Software = "Win32_SoftwareElement.Name=\"Rosebud_Cache\",SoftwareElementID=\"{FCF764E4-903B-4085-8E15-49FE7986986E}\",SoftwareElementState=2,TargetOperatingSystem=19,Version=\"12.0.6425.1000\"";
    System = "Win32_ComputerSystem.Name=\"SCCM01\"";
   };