WS-Management > WS-Management Class Reference > CIM Classes > CIM_InstalledSoftwareIdentity

Class CIM_InstalledSoftwareIdentity

Used in features: General Info , Security Administration
Compatible with the following Intel AMT Releases: 3.0, 3.2, 4.0, 5.0, 5.1, 6.0, 6.1, 6.2, 7.0, 8.0, 8.1, 9.0, 9.5, 10.0, 11.0
CIM_InstalledSoftwareIdentity


Association class CIM_InstalledSoftwareIdentity

General Information:
The InstalledSoftwareIdentity association identifies the System on which a SoftwareIdentity is installed. This class is a corollary to InstalledSoftwareElement, but deals with the asset aspects of software (as indicated by SoftwareIdentity), versus the deployment aspects (as indicated by SoftwareElement).

Qualifiers:
-------------
Association
Version=2.8.0
UMLPackagePath=CIM::Core::Software


Supported Fields Summary
 REF CIM_System System Key
The system on which the software is installed.
 REF CIM_SoftwareIdentity InstalledSoftware Key
The SoftwareIdentity that is installed.

Methods Summary
  Get(Instance)
Gets the representation of the instance
  Pull(EnumerationContext, MaxElements)
Pulls instances of this class, following an Enumerate operation
  Enumerate()
Enumerates the instances of this class
  Release(EnumerationContext)
Releases an enumeration context

Field Detail

System Key

public REF CIM_System System
General Information:
The system on which the software is installed.

Qualifiers:
-------------
Key


InstalledSoftware Key

public REF CIM_SoftwareIdentity InstalledSoftware
General Information:
The SoftwareIdentity that is installed.

Qualifiers:
-------------
Key


Method Detail

Get

public  Get([OUT]CIM_InstalledSoftwareIdentity Instance)
Permission Information:
The permissions of this method depend upon the context of its usage

General Information:
Gets the representation of the instance

Pull

public  Pull([IN]String EnumerationContext, [IN]String MaxElements)
Permission Information:
All users permitted to use method, only instances to whom the user has permissions will be returned

General Information:
Pulls instances of this class, following an Enumerate operation

Enumerate

public  Enumerate()
Permission Information:
All users permitted to use method

General Information:
Enumerates the instances of this class

Release

public  Release([IN]String EnumerationContext)
Permission Information:
All users permitted to use method

General Information:
Releases an enumeration context

Copyright © 2006-2022, Intel Corporation. All rights reserved.