The SMS_TaskSequence_Group Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a group of steps in a task sequence.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_TaskSequence_Group : SMS_TaskSequence_Step { SMS_TaskSequence_Condition Condition; Boolean ContinueOnError; String Description; Boolean Enabled; String Name; SMS_TaskSequence_Step Steps[]; }; |
Methods
The SMS_TaskSequence_Group class does not define any methods.
Properties
- Condition
- Data type: SMS_TaskSequence_ConditionAccess type: Read/WriteQualifiers: NoneSee SMS_TaskSequence_Step Server WMI Class.
- ContinueOnError
- Data type: BooleanAccess type: Read/WriteQualifiers: NoneSee SMS_TaskSequence_Step Server WMI Class.
- Description
- Data type: StringAccess type: Read/WriteQualifiers: [AllowedLen("0-255")]See SMS_TaskSequence_Step Server WMI Class.
- Enabled
- Data type: BooleanAccess type: Read/WriteQualifiers: NoneSee SMS_TaskSequence_Step Server WMI Class.
- Name
- Data type: StringAccess type: Read/WriteQualifiers: [AllowedLen("1-100")]See SMS_TaskSequence_Step Server WMI Class.
- Steps
- Data type: SMS_TaskSequence_Step ArrayAccess type: Read/WriteQualifiers: NoneSMS_TaskSequence_Step Server WMI Class objects representing the steps in the group.
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.
A group is a set of one or more task sequence actions or groups. Because a group can contain further groups, it is possible to create nested groups.
You can use groups to associate multiple steps with a condition. For example, you can restrict a group of steps to run only with Windows Vista.
Your application can set up a group of task sequence steps as described in How to Create an Operating System Deployment Task Sequence Group. Further information is provided in How to Add a Step to an Operating System Deployment Group.
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
Tasks
How to Create an Operating System Deployment Task Sequence GroupHow to Add a Step to an Operating System Deployment Group
Reference
SMS_TaskSequence_Step Server WMI ClassOther Resources
Operating System Deployment Server WMI ClassesConfiguration Manager Operating System Deployment
About Operating System Deployment Task Sequences
Send comments about this topic to Microsoft.