We deploy LanSchool in our labs and have currently been using Altiris to do this but we're moving to SCCM 2012 and I'm trying to figure out the best way to do this.
In Altiris we pushdown the lan school student.msi to the local machine and then run this command -
cd c:\download\lanschool
Msiexec.exe /i student.msi /qn ADVANCED_OPTIONS=1 CHANNEL=1000
We have this one job and just change the Channel for the particular lab we push to, that way the lab manager can control just those machines on that channel.
I'm not sure how to do this in SCCM 2012 I can create an application to push and install for one lab, but how for all the other labs, am I going to need to make separate application installs for each lab channel I want to set??
Thanks,
bonedog