SMS_TaskSequence_Group 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_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

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

Concepts

Operating System Deployment Server WMI Classes
SMS_TaskSequence_Step Server WMI Class
Configuration Manager Operating System Deployment
About Operating System Deployment Task Sequences
How to Create an Operating System Deployment Task Sequence Group
How to Add a Step to an Operating System Deployment Group