Drivergroup001
Or a better implementation of Ben Hunter's script.

Updated by bobmn for sangeev/OSD
2 comments
-
Jeff Latta commented
MDT has ability to dynamically apply the correct drivers to a machine based by matching WMI to the "DriverGroup001" TS variable.. As of now SCCM only has the "chaos method" of applying drivers or a WMI condition TS step per model, which quickly becomes chaos in itself.
Ben Hunter wrote a script that mimics DriverGroup001 by leveraging OSDAutoApplyCategoryList variable but it requires credentials to query SCCM. https://blogs.technet.microsoft.com/deploymentguys/2008/04/18/configuration-manager-dynamic-driver-categories/
Having a single step to identify and use the correct driver package would be ideal.
-
Hi Jeff, can you provide some further detail on this? I think I know what you're asking but don't want to make any assumptions.