Model Filter Query (Lenovo/IBM)

  • 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. Only use this on Lenovo/IBM systems and if you want to use the model name (EX: ThinkPad T410) instead of the model build number (EX: 8807D5U)

Query: 
select * from Win32_ComputerSystemProduct Where VERSION LIKE "%<Model Name Here>%"
Query Type: 
WMI Query