Let me first say that the Task Sequence Debugger is an excellent tool and can and will make troubleshooting task sequences so much easier. BUT, there is a catch….
We’ve amassed a very large number of task sequences since migrating to Configuration Manager 2012 and it got me thinking about ways to archive off older sequences so that we can clean house. So I came up with this script.
The script will first collect all of the task sequences in your site. Next it will enumerate through them, write the sequence to an XML named after the task sequence ID and finally create a CSV index of the TSID, task sequence name, the last modified date of the sequence and when the sequence was backed up.
https://i2.wp.com/sccmf12twice.com/wp-content/uploads/2019/12/download.png?fit=225%2C225&ssl=1225225Mike Marablehttps://sccmf12twice.com/wp-content/uploads/2018/08/SCCM-logo.pngMike Marable2019-12-19 16:27:292019-12-19 16:27:29PowerShell - Archive all Task Sequences to XML with Index
I’ve been looking for a simple way to identify and map out the nested task sequences. This is the first part of a project that I’m working on. The goal of the overall project is to duplicate an entire task sequence “suite” of the parent and all nested sequences, and then update all the nested references.