Model Filter Query

  • 20 December 2016
  • Sean Huggans

Use for filtering task sequence steps to specific PC models during a task sequence. Replace with output of "WMIC CSProduct Get Name" from the model in question. If you use this on a Lenovo/IBM system, you will need to use the machine type number (8807D5U) in place of the model name.

Query: 
SELECT * FROM Win32_ComputerSystem WHERE Model LIKE "%<Model Name Here>%"
Query Type: 
WMI Query