Hello,
This is the situation.
My client has 4 HW configs.
We use SCCM PXE OSD
We have created 4 collections with in each collection a model variable. We then add our bare metal machine in the correct collection
Collection Machinetype1 variable Model = type1
Colleciton Machinetype2 variable Model = type2
Collection Machinetype3 variable Model = type3
Collection Machinetype4 variable Model = type4
We have 1 Generic OSD Task Sequence that we advertise on the 4 collections above.
In the task sequence we add a task install softwarepackage "drivers for model 1" if task sequence variable Model equals type 1 etc...
Everything runs smoot.
Now the client wants to make a media (DVD) from this amazing generic task sequence.
The problem here is that the task sequence on the media no longer is going to verify the variables in the collections.
In stead we can set variables on the media or even in the tasksequence itself (set task sequence variable)
This leads to the point that we have to make 4 task sequence media's , 1 for each Model with its own variable.
My client now wants 1 DVD that can be used on all different HW models.
My question: Is there an option in SCCM Task Sequence that can ask the users input for example a drop down list with all the different HW Models and use that input to fill in its variables?