SMS_AIHardwareRequirements Server WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_AIHardwareRequirements Windows Management Instrumentation (WMI) class, in System Center 2012 R2 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;
};
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. |
- 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.
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
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.