UNSOLVED

ColfaxIT

updated

16 years ago

C

ColfaxIT

7 Posts

0

4856

June 28th, 2010 12:00

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.
  • kyle.oliver

    1 Message

    336

    0

    Posted June 29th, 2010 18:00

    "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? "
    Yes you can, basically...

    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}%' "