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/WriteQualifiers: NoneOptional. 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_WMIConditionExpression ArrayAccess type: Read/WriteQualifiers: [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/WriteQualifiers: [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/WriteQualifiers: [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/WriteQualifiers: [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/WriteQualifiers: [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/WriteQualifiers: [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

Development Requirements

See Also


Send comments about this topic to Microsoft.