Expanding on this setup

Enterprise Client

Expanding on this setup

  • rated by 0 users
  • This post has 1 Reply |
  • 0 Followers
  • 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.
  • "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}%' "
Page 1 of 1 (2 items)