How to Add a Condition to an Operating System Deployment Task Sequence Step
In brief
The page’s ms.service value changed from microsoft-endpoint-configuration-manager to configuration-manager.
What Intune admins need to know
Administrators using service metadata to locate this documentation should use the configuration-manager label.
This summary was assembled from the tracked documentation change. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
How to Add a Condition to an Operating System Deployment Task Sequence Step
Conditions can be added to an operating system deployment step (action and group), in Configuration Manager, by creating a SMS_TaskSequence_Condition class instance and then associating it with the step. If the condition operands are all met, then the step is processed; otherwise it is not. The condition can have one or more operands that are instances of SMS_TaskSequence_Condition derived classes. You specify operators for the operands with instances of SMS_TaskSequence_ConditionOperator.
@@ -5,7 +5,7 @@ ms.date: 09/20/2016 ms.subservice: sdk ms.topic: how-to ms.collection: tier3-ms.service: microsoft-endpoint-configuration-manager+ms.service: configuration-manager --- # How to Add a Condition to an Operating System Deployment Task Sequence Step Conditions can be added to an operating system deployment step (action and group), in Configuration Manager, by creating a [SMS_TaskSequence_Condition](../../develop/reference/osd/sms_tasksequence_condition-server-wmi-class.md) class instance and then associating it with the step. If the condition operands are all met, then the step is processed; otherwise it is not. The condition can have one or more operands that are instances of SMS_TaskSequence_Condition derived classes. You specify operators for the operands with instances of [SMS_TaskSequence_ConditionOperator](../../develop/reference/osd/sms_tasksequence_conditionoperator-server-wmi-class.md).