Showing posts with label Laptop. Show all posts
Showing posts with label Laptop. Show all posts

Tuesday, March 13, 2012

ConfigMgr Task Sequence: Add a WMI Condition

Scope

During your OSD Task Sequence you may want to determine whether the machine is a laptop or not, install software to a specific machine name format, or install drivers to only specific models of laptops.  For this you can use the WMI Query Condition within the Tasks of your Task Sequence.  A great tool to look up what can be queried from of WMI is WMICodeCreator and is provided by Microsoft.

Procedure

  1. Open your SCCM Task Sequence