RE: [scripting] SCCM Task sequence package auto updation

2013-11-05 Thread Daniel Ratliff
I have started on a PowerShell script to do some automation of the export, xml modification, and import but that doesn't work for editing existing task sequences. It created a new one on the import. I haven't found any easy way to make mass changes to task sequences via script, WMI, or SQL. Da

Re: [scripting] SCCM Task sequence package auto updation

2013-11-05 Thread Kevin Ray
Yes i used to do the same but trying for any automation for it since we have around Hundred's of package's keep's updating with new version of package's ..so how you people will do other then manual process On Tue, Nov 5, 2013 at 11:11 PM, Daniel Ratliff wrote: > There is no easy way to handle

RE: [scripting] SCCM Task sequence package auto updation

2013-11-05 Thread Daniel Ratliff
There is no easy way to handle that. I would recommend editing one task sequence the way you see fit then using copy/paste or drag/drop to copy the steps to the other 49 task sequences. We have to do this today but we only have about 20 task sequences. Daniel Ratliff From: listsad...@lists.myi

Re: [scripting] SCCM Task sequence package auto updation

2013-11-05 Thread Kevin Ray
I have package called Office 2007..Its part of 50 Custom Task sequence .Now Office 2010 application i want replace with office 2007 in all task sequence's.So it should get auto replace in all 50 Task sequence's without disturbing the order of the task sequence On Tue, Nov 5, 2013 at 12:43 AM