Most Popular Posts

Monday 23 April 2012

SCCM Task Sequence - Exclude Model from Step

Just a quick one for future reference:

To exlcude a model from a step in a task sequence use the following syntax:

SELECT * From Win32_ComputerSystem WHERE NOT Model Like "%Model%"

slightly different to what you would expect and may catch you out ;)

Cheers

No comments:

Post a Comment