by Marco Nuijens | May 29, 2017 | Microsoft, Scripting, Windows 10
This post is more or less a note for myself and therefor I will not go into detail with this post. Next to this there are already many more posts about this subject if you would like to know more. Step 1. Copy the ‘sxs’ folder or at least the file:...
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...