I need a solution
I know how to do this in Microsoft Deployment Toolkit but not in CMS. If I have a client job with several tasks in it and I want a specific task to only run on specific hardware based on model number how would I do this. I know in WDS I would use a Task Sequence and add a WMI query under options to this task
e.g. : Select * FROM Win32_ComputerSystem WHERE Model Like "HP EliteBook 8"
Anyone help ?