In my organization, our current build process leverages applications 'groups' which are specific to various lines of buinsess. This allows us to keep a rather generic 'base build' image, and then layer on the appropriate apps depending on which department will receive the device. That was built heavily on the Altiris DS platform.
We are now trying to accomplish a similar design in SCCM 2012, but are running into some issues/confusion.
My first idea was to create multiple task sequences for building the machine and including the apps for individual departments. This results in many full OSD task sequences (drop image, configure, install apps), so a minor change to the base build TS has to be reflected many many TS's.
Linking task sequences seems like a better approach (keep the OS image deploy and config in one TS, then link to the individual department 'app mix' TS based on a condition+variable.) So far this appears impossible.
Curious if anyone else has a similar approach to OSD, and if so, how did you accomplish this in SCCM? Are we trying to do to much in OSD and should rely on the SCCM software/application distribution model to get the LOB specific apps to the device?