Freigeben über


SMS_AICpu Server WMI Class

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

The SMS_AICPU Windows Management Instrumentation (WMI) class in Configuration Manager provides a list of known CPUs and their attributes.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_AICPU : SMS_BaseClass 
{ 
      uint32 BrandID; 
      datetime CPU_Birth; 
      string CPUHash; 
      string Manufacturer; 
      boolean Mobile; 
      string Name; 
      uint32 NormSpeed; 
      uint32 PCache; 
};

Methods

The following table lists the methods in the SMS_AICPU class.

Method Description

GetSummary Method in Class SMS_AICpu

Provides a count of all CPU entries.

Properties

  • BrandID
    Data type: UInt32

    Access type: Read Only

    Qualifiers: None

    Designated by manufacturer.

  • CPU_Birth
    Data type: DateTime

    Access type: Read Only

    Qualifiers: None

    When the CPU was originally created.

  • CPUHash
    Data type: String

    Access type: Read Only

    Qualifiers: key

    MD5 hash based on the following properties:

    Property

    Manufacturer

    BrandID

    PCache

    NormSpeed

    Mobile

    Name

  • Manufacturer
    Data type: String

    Access type: Read Only

    Qualifiers: None

    The company that manufactures the CPU.

  • Mobile
    Data type: Boolean

    Access type: Read Only

    Qualifiers: None

    true when the CPU has been designed for laptop usage.

  • Name
    Data type: String

    Access type: Read Only

    Qualifiers: None

    Brand name of the CPU.

  • NormSpeed
    Data type: UInt32

    Access type: Read Only

    Qualifiers: None

    Normalized speed of the CPU in Mhz

  • PCache
    Data type: UInt32

    Access type: Read Only

    Qualifiers: None

    L2 cache size of the CPU in KB

Remarks

Class qualifiers for this class include:

  • DisplayName("AI CPU Table")

  • Dynamic

  • Provider("ExtnProv")

  • Secured

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Concepts

Configuration Manager Supporting Classes