Search computer model for applying drivers

Use the following command to find the computer model of specific drivers for the corresponding computer model:

wmic csproduct get name

Use the result as a condition of the Driver Package step within the SCCM Task Sequence. Example:

SELECT * FROM Win32_ComputerSystem WHERE Model LIKE “%modelNameOrNumber%”

Leave a Reply

Your email address will not be published. Required fields are marked *