
UNSOLVED
Expanding on this setup
So we use about 4 different types of Dell computer here with our SCCM setup. So with these WMI queries included could I just have one build and capture task sequence and just use the WMI queries to decide what driver package/mass storage driver to apply? If so, where can I find the proper names I need to include in my WMI query? Also, I noticed that your task sequence is a custom one, is this what you reccomend for deploying XP? I've always used a build n' capture followed by deploying that image.
Responses (1)
Solutions (0)

kyle.oliver
1 Message
336
0
Posted June 29th, 2010 18:00
1. create an action for each model and configured with the different drivers etc.
2. configure the conditions for each - wmi query. (either model or PnPEntity) if you do not standardise your SATA mode using DCCU, you should use PnPEntity as I belive the DeviceID changes between the SATA modes.
I used model "SELECT * From Win32_ComputerSystem WHERE Model LIKE '%{model number}%' "