Task Sequence Software Install by Subnet?
Hi everyone,
I'm hoping that someone can point me in the right direction on this. I have a single software package that can only be installed on computers that are getting deployed in one particular branch office. Is there a way that I can query WMI or some
other manner which will allow me to deploy this software during a task sequence deployment, but have the task sequence detect that that the OSD is being done in that particular location?
The location has a unique subnet so if I could have it detect that the computer is on the 192.168.160.x subnet, it could deploy this software.
Thanks in advance!
Sean
October 12th, 2010 6:18pm
you could use collection variables and have a step in your task sequence to detect the value of the variable and act accordingly, here's an example of using
collection variables
My step by step
SCCM Guides
I'm on Twitter > ncbrady
Free Windows Admin Tool Kit Click here and download it now
October 12th, 2010 8:10pm
If you need help with wmi queries but are not familiar with wsh or vbs you can use WMI Code Creator , and generates the wmi script for you
You can download WMI code creator from
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=2cc30a64-ea15-4661-8da4-55bbc145c30e&displaylang=en
October 12th, 2010 8:36pm
Thanks guys. Those look like they could work. I will give both of them a shot and report back!
Free Windows Admin Tool Kit Click here and download it now
October 14th, 2010 12:44am