Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.

Unanswered MDT Managing out-of-box drivers

  • Thursday, October 11, 2012 8:19 PM
     
     

    So I have various machines on my network and I want to inject the drivers that are specific to each machine. I can do this using conditional statements on my inject drivers sequence. The problem is that there are some machines for which the drivers are the same. How do I write a conditional statement in which I can group all these systems into one step instead of having different "inject driver" steps for each system? Like can I have a conditional statement such as:

    If all conditions are true

    Task sequence variable %model% equals "model 1"

    Task sequence variable %model% equals "model 2"

    Task sequence variable %model% equals "model 3"

All Replies