Does anyone know if it's possible to get a collection variable outside of a task sequence? At our college we use Faronics Insight software in our labs and use a collection variable called LabId to set the channel for the lab. As a package this works great as you can just use the command line... msiexec.exe /i Teacher.msi /qn ADVANCED_OPTIONS=1 AD_SECURE_MODE=1 NO_KEYBOARD_MONITORING_MODE=1 CHANNEL=%LabId% /norestart. However with SCCM 2012 we've been directed to use Applications as much as possible instead of Packages. If I could pull the LabId collection variable I could easily create an application install for the software.
Any help would be appreciated.