Thursday, June 7, 2012

Connfiguration Manger 2007 OSD Task Sequence Application Conditions Based on Computer Model

Connfiguration Manger 2007 OSD Task Sequence Application Conditions Based on Computer Model

There will be times when you want packages to be applied to certain hardware platforms. This tip will give you the information you need to setup custom WMI Queries in your Task Sequence.
In the Task Sequence, click on the package you want to edit and click on the options tab.
1. Click Add Condition:
If statement: If any condition
2. Click Add Condition:
Click Query WMI
WMI Namespace = root\cimv2
WQL Query = Select * From Win32_ComputerSystem WHERE Model LIKE "%HP%%5700%"
Click Test Query: Should get Zero as the response. If you get 1, then the query is wrong. Click OK
Add as many models as required that you want by repeating step 2 and simply change the model in the quotes.

No comments:

Post a Comment