SMS_TaskSequence_OSExpressionGroup 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_TaskSequence_OSExpressionGroup Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents an evaluation of a single operating system platform in a task sequence. An object of this type is always contained by an SMS_TaskSequence_OSConditionGroup Server WMI Class object.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_TaskSequence_OSExpressionGroup : SMS_TaskSequence_ConditionOperator
{
String Name;
SMS_TaskSequence_WMIConditionExpression Operands[];
String OperatorType;
String PlatformArchKey;
String PlatformMaxVerKey;
String PlatformMinVerKey;
String PlatformTypeKey;
};
Methods
The SMS_TaskSequence_OSExpressionGroup class does not define any methods.
Properties
Name
Data type: StringAccess type: Read/Write
Qualifiers: None
Optional. The name of an operating system, for example, "Windows XP SP2". The default value is "". See the DisplayText property for SMS_SupportedPlatforms Server WMI Class.
Operands
Data type: SMS_TaskSequence_WMIConditionExpressionArrayAccess type: Read/Write
Qualifiers: [Not_NULL]
See SMS_TaskSequence_ConditionOperator Server WMI Class.
Each element of this property is an SMS_TaskSequence_WMIConditionExpression Server WMI Class object that matches the WQL query for the SMS_SupportedPlatforms Server WMI Class object indexed by the platform keys. The expressions are typically built from the WQL query stored in the Condition property of SMS_SupportedPlatforms. There must be at least one SMS_TaskSequence_WMIConditionExpression Server WMI Class contained by the SMS_TaskSequence_OSExpressionGroup Server WMI Class.
OperatorType
Data type: StringAccess type: Read/Write
Qualifiers: [Not_NULL]
See SMS_TaskSequence_ConditionOperator Server WMI Class.
The only operator type supported by this class is "and".
PlatformArchKey
Data type: StringAccess type: Read/Write
Qualifiers: [Not_Null]
Platform key that maps to the OSPlatform property for SMS_SupportedPlatforms Server WMI Class objects. For more information, see the Remarks section later in this topic.
PlatformMaxVerKey
Data type: StringAccess type: Read/Write
Qualifiers: [Not_Null]
Platform key that maps to the OSMaxVersion property for SMS_SupportedPlatforms Server WMI Class objects. For more information, see the Remarks section later in this topic.
PlatformMinVerKey
Data type: StringAccess type: Read/Write
Qualifiers: [Not_Null]
Platform key that maps to the OSMinVersion property for SMS_SupportedPlatforms Server WMI Class objects. For more information, see the Remarks section later in this topic.
PlatformTypeKey
Data type: StringAccess type: Read/Write
Qualifiers: [Not_Null]
Platform key that maps to the OSName property for SMS_SupportedPlatforms Server WMI Class objects. For more information, see the Remarks section later in this topic.
Remarks
There are no class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
The platform strings specified by PlatformArchKey, PlatformMaxVerKey, PlatformMinVerKey, and PlatformTypeKey are used to index the corresponding SMS_SupportedPlatforms object instance for the expression.
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
Operating System Deployment Server WMI Classes
SMS_TaskSequence_ConditionOperator Server WMI Class
SMS_SupportedPlatforms Server WMI Class
SMS_TaskSequence_WMIConditionExpression Server WMI Class
Configuration Manager Operating System Deployment
About Operating System Deployment Task Sequences
How to Create an Operating System Deployment Task Sequence
How to Add a Condition to an Operating System Deployment Task Sequence Step
How to Create an Operating System Deployment Task Sequence Group
How to Add a Step to an Operating System Deployment Group