Edit

SMS_AIHardwareRequirements Server WMI Class

The SMS_AIHardwareRequirements Windows Management Instrumentation (WMI) class, in Configuration Manager, associates a software title with hardware requirements.

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

Syntax

Class SMS_AIHardwareRequirements : SMS_BaseClass
{
      boolean IsLocal;
      uint32 MinCPU;
      sint64 MinDiskFree;
      sint64 MinDiskSize;
      sint64 MinRAM;
      string Product;
      uint32 State;
};

Methods

The following table lists the methods in the SMS_AIHardwareRequirements class.

Method Description
GetSummary Method in Class SMS_AIHardwareRequirements Retrieves a summary of all class instances based on the State property of the class.

Properties

IsLocal Data type: Boolean

Access type: Read Only

Qualifiers: None

true when this entry has been created locally. Local entries are editable.

MinCPU Data type: UInt32

Access type: Read/Write

Qualifiers: None

Minimum CPU in megahertz.

MinDiskFree Data type: SInt64

Access type: Read/Write

Qualifiers: None

Minimum free disk space in KB.

MinDiskSize Data type: SInt64

Access type: Read/Write

Qualifiers: None

Minimum total disk size in KB.

MinRAM Data type: SInt64

Access type: Read/Write

Qualifiers: None

Minimum total RAM in KB.

Product Data type: String

Access type: Read/Write

Qualifiers: key

The software title.

State Data type: UInt32

Access type: Read Only

Qualifiers: None

Value Description
0 Validated, defined by Microsoft through System Center Online.
1 User-defined.

Remarks

Class qualifiers for this class include:

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

Initiate Asset Intelligence synchronization