Hi all,
I am fairly new to SCCM 2012 scripting/SDK and couldn't find any helpful examples how to change the deployment options of task sequences by using a script.
The problem is: we have got a significant number of TS that have the deployments set to "Download content locally when needed by running task sequence". I have to change this setting to "Download all content locally before starting task sequence".
Afterwards I need to create a list of all changed TS Deployment options and also a list of current settings of all TS Deployment options.
Therefore I would need a script that can read and set this particular option of the TS.
Does anybody have a script that can do such tasks? Any help is highly appreciated.
Btw, I am not picky, I can handle WMI, SQL, VBS, PowerShell, .Net Code (vb.net or c#). Whatever you have handy would be quite helpful.
Many thanks
Amir