by Marco Nuijens | Jan 26, 2017 | Microsoft, SCCM CB
A few days ago Microsoft made technical preview 1701 for SCCM available for download. Here are my first thoughts on this technical preview (TP). Boundary groups improvements for software update points In CB 1610 Microsoft introduced important changes to boundary...
by Marco Nuijens | Jan 20, 2017 | Microsoft, SCCM 2012, SCCM CB, Scripting
In some cases it comes in handy to restart or shutdown your task sequence (TS) at the end of the TS. A downside of giving a shutdown or restart command at the end of a TS is that SCCM will not log the TS as finished until the last task is peformed succesfully. This is...
by Marco Nuijens | Jan 19, 2017 | Microsoft, Powershell, Scripting
Once I needed to launch a specific program from a USB stick during a SCCM Task Sequence. In this case it was a cmd script which needed to be launched outside the Task Sequence. Underneath my Powershell script to do so. It searches for a specific directory (<UNIQUE...