
UNSOLVED
SCCM Task Sequence Conditions for Dell Combo Driver packages
Hi,
I've added two driver packages (Notebook and Desktop) builr from the combo cabs and I have both of them in a task sequence with conditions set so that the correct package will apply. Here are the conditions I'm using - I'd like to see if I'm on track:
Notebook Drive package conditions:
If All of the conditions are true:
-WMI Query select * from win32_Battery where Name IS NOT NULL
-If Any o fthe conditions are true:
-WMI Query select * win32_ComputerSystemProduct where Name LIKE "%Latitude%"
-WMI Query select * win32_ComputerSystemProduct where Name LIKE "%Precision%"
Because the win32Battery query will return no results for a desktop, I think this will let the notebook package apply to notebooks OK.
I'd like to use ChassisTypes instead, but I'm not able get that query to work right in WBEMTEST.
Any pointers?
Thanks - BH
I've added two driver packages (Notebook and Desktop) builr from the combo cabs and I have both of them in a task sequence with conditions set so that the correct package will apply. Here are the conditions I'm using - I'd like to see if I'm on track:
Notebook Drive package conditions:
If All of the conditions are true:
-WMI Query select * from win32_Battery where Name IS NOT NULL
-If Any o fthe conditions are true:
-WMI Query select * win32_ComputerSystemProduct where Name LIKE "%Latitude%"
-WMI Query select * win32_ComputerSystemProduct where Name LIKE "%Precision%"
Because the win32Battery query will return no results for a desktop, I think this will let the notebook package apply to notebooks OK.
I'd like to use ChassisTypes instead, but I'm not able get that query to work right in WBEMTEST.
Any pointers?
Thanks - BH
Responses (0)
Solutions (0)
