Hi All, I put together this simple PS script that will generate a message box with a friendly message that your TS has failed. It will then auto launch your SMSTS.log file with CMTrace and add a Task Sequence variable of "TSFailed" which you can leverage as a step in your Task Sequence if you … Continue reading Powershell: Pause SCCM Task Sequence with Message Box, Auto launch SMSTS.log
Month: February 2016
Backup SCCM Task Sequences With Scheduled Task+Powershell
Hi All, I needed a basic script to backup my task sequences on a schedule. Using PowerShell to back up your Task Sequences is a much faster way than manually doing it through the console. See below code: https://gist.github.com/danjpadgett/bc60b09e4e78880923df Save the code above to a ps1 file, put on your SCCM server and set up … Continue reading Backup SCCM Task Sequences With Scheduled Task+Powershell
Potential Fix: Windows 10 Build Fails When Imaging Machines With Intel i217-LM Network Card
(Scroll down to The Fix: to see the potential fixes)I don't think i have ever been happier to consider an imaging issue resolved than this one. If you are reading this you are probably having similar issues imaging to Windows 10 with the painful (and shit) Intel i217-LM Network Card.Your symptoms will probably look a … Continue reading Potential Fix: Windows 10 Build Fails When Imaging Machines With Intel i217-LM Network Card
Dart – Remote Control WinPE (The Nice Way)
Before i begin, a big thanks to reddit/user/ab0mbs for the initial script for this project! For the longest time i have always Dart Remote Tools in my WinPE boot images. Dart is included in the Microsoft Desktop Optimization Pack which is available if you have Software Assurance with Microsoft. Dart's Remote Tools allows you to remote … Continue reading Dart – Remote Control WinPE (The Nice Way)