Use an If Statement to group conditions together when evaluating them for a task sequence step. When an If Statement is selected and you click Add Condition, the new condition is contained within the If Statement and evaluated depending on the If Statement evaluation option you choose.

The following evaluation options can be selected when you add an If Statement:

All conditions

Select this option if all conditions contained in the If Statement must evaluate to True for the If Statement to evaluate to true. This option is equivalent to a Boolean AND.
Any condition

Select this option if any conditions contained in the If Statement must evaluate to True for the If Statement to evaluate to true. This option is equivalent to a Boolean OR.
None

Select this option if none of the conditions contained in the If Statement can evaluate to True for the If Statement to evaluate to true. This option is equivalent to a Boolean NOT AND.

See Also