SMS_AIHardwareRequirements 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_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.
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 |
---|---|
Retrieves a summary of all class instances based on the State property of the class. |
Properties
IsLocal
Data type: BooleanAccess type: Read Only
Qualifiers: None
true when this entry has been created locally. Local entries are editable.
MinCPU
Data type: UInt32Access type: Read/Write
Qualifiers: None
Minimum CPU in MHz.
MinDiskFree
Data type: SInt64Access type: Read/Write
Qualifiers: None
Minimum free disk space in KB.
MinDiskSize
Data type: SInt64Access type: Read/Write
Qualifiers: None
Minimum total disk size in KB.
MinRAM
Data type: SInt64Access type: Read/Write
Qualifiers: None
Minimum total RAM in KB.
Product
Data type: StringAccess type: Read/Write
Qualifiers: key
The software title.
State
Data type: UInt32Access 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:
DisplayName("AI Hardware Requirements")
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.