Adam Bise Posted September 22, 2014 Report post Posted September 22, 2014 First off, thanks for all the help. It is appreciated. What I'm trying to do now is add several "apply driver package" steps with a WMI query. But I would also like to add "auto apply drivers" if none of the driver package steps ran. So I was looking for a way to check if a previous step evaluated it's condition as false, set a variable, and then repeat for each driver package step until the auto apply section is reached, which would check the variable. However I can't seem to figure out how to check if a previous step was skipped. I tried _SMSTSLastActionSucceeded but it ignores steps that were skipped due their conditions weren't met. Any suggestions? Quote Share this post Link to post Share on other sites More sharing options...
Jorgen Nilsson Posted September 23, 2014 Report post Posted September 23, 2014 Hi, You should be able to copy all the WMI queries from your models to the Apply Drivers step and then use the IF NONE option.. From Technet: 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. Quote Share this post Link to post Share on other sites More sharing options...
Adam Bise Posted September 23, 2014 Report post Posted September 23, 2014 Yes thank you, that does the trick! Quote Share this post Link to post Share on other sites More sharing options...