Share via


SMS_G_System_PC_ANALYSER

The SMS_G_System_PC_ANALYSER WMI class represent products found by the PC Analyser that were also listed in the software product compliance database.

The following syntax is simplified from MOF code and includes all inherited properties.

Class SMS_G_System_PC_ANALYSER  : SMS_G_System_Current
{
  string Comment;
  string CompanyName;
  string ComplianceLevel;
  sint32 ComplianceLevelID;
  uint32 GroupID;
  string ProductLanguage;
  string ProductName;
  string ProductVersion;
  uint32 ResourceID;
  uint32 RevisionID;
  datetime TimeStamp;
  string URLPath;
};

Properties

  • Comment
    Data type: string
    Access type: Read-only

    Information on how to make the product year 2000 compliant.

  • CompanyName
    Data type: string
    Access type: Read-only

    Name of the company that manufactured the product.

  • ComplianceLevel
    Data type: string
    Access type: Read-only

    Compliance level of the product.

  • ComplianceLevelID
    Data type: sint32
    Access type: Read-only

    Compliance level identifier of the product. This property can be one of the following values.

    Value Meaning
    1 Compliance unknown
    2 Not compliant
    3 Compliant with minor issues (prerequisite required)
    4 Compliant with minor issues
    5 Compliant (prerequisite required)
    6 Compliant
  • GroupID
    Data type: uint32
    Access type: Read-only
    Qualifiers: Key

    Distinguishes one instance of a class from another within the same resource. Objects with the same ResourceID and GroupID values are deltas of one another, describing the same hardware inventory instance at different times.

  • ProductLanguage
    Data type: string
    Access type: Read-only

    Language for which the product was localized.

  • ProductName
    Data type: string
    Access type: Read-only

    Name of the product.

  • ProductVersion
    Data type: string
    Access type: Read-only

    Version of the product.

  • ResourceID
    Data type: uint32
    Access type: Read-only
    Qualifiers: Key

    SMS-supplied identifier that uniquely identifies the client. A ResourceID value is not unique outside the site.

  • RevisionID
    Data type: uint32
    Access type: Read-only

    Value increments each time an inventory is taken to identify the number of times this object has been inventoried. The object is only inventoried when it has changed. The highest number is the most recent update. Objects with the same ResourceID and GroupID values are deltas. They differ from one another by RevisionID value.

  • TimeStamp
    Data type: datetimeAccess type: Read-only

    Date and time when the object was last revised.

  • URLPath
    Data type: string
    Access type: Read-only

    URL where additional information for this product (ProductName) can be found.

Remarks

This class was added in SMS 2.0 Service Pack 1.

See Also

Hardware Inventory Classes