Tag: MECM

  • ConfigMgr Package and Program Return Codes and Reboot Behaviour

    Overview This post describes the ways that Microsoft Configuration Manager handles reboots for a Package & Program deployment. The behaviour depends on the Program configuration, deployment method, and return code. For example, a Package will perform differently when deployed in a Task Sequence than when it is deployed directly to a collection. This post will…

    (Read more…)


  • ConfigMgr Package Success, Reboot and Retry Return Codes

    Overview This post describes the return codes that Microsoft Configuration Manager understands for Package and Program deployments and shows which codes are classed success, reboot, or retry. The meaning of return codes for Packages and Programs is defined in the ConfigMgr site control file. Codes are assigned into three categories: The full list of codes…

    (Read more…)


  • ConfigMgr Create Task Sequence Media Wizard and Network Ports

    Overview This post describes the firewall ports that need to be opened between a Microsoft Configuration Manager console and servers in order to use the Create Task Sequence Media wizard. I recently had to run the Create Task Sequence Media wizard from a ConfigMgr console installed in a secure environment. All the network ports as…

    (Read more…)


  • Script to Detect if Running from ConfigMgr Task Sequence and Avoid False Positives

    Overview This post shows how a script can detect if it is running from inside a Microsoft Configuration Manager Task Sequence in a way that avoids false positives. The Problem At times it’s useful for a script to detect if it is running from a ConfigMgr Task Sequence so it can alter its behaviour accordingly.…

    (Read more…)


  • WinPE Version List

    Overview This post contains a WinPE version list including the WinPE version, the Windows version, and the numeric Windows version string that it was built from. It covers all versions of WinPE from the initial Windows XP versions to the latest Windows 10 versions. Windows Preinstallation Environment (Windows PE or WinPE) is a lightweight version…

    (Read more…)


  • Mass Redistribute Packages in ConfigMgr 2012

    Overview Recently I came across an issue with System Center Configuration Manager (ConfigMgr) 2012 where a large number of packages and applications had failed to be distributed to a new Distribution Point (DP). There were many thousands of packages in the environment and a few hundred were showing in the error state in the console.…

    (Read more…)


  • Using Custom XML and Config Files with USMT and ConfigMgr

    Overview Using USMT In System Center Configuration Manager (SCCM / ConfigMgr)  when performing an Operating System Deployment (OSD) can be a bit of a chore. The built in Task Sequence actions available for capturing and restoring user state only allow you to perform a very basic migration. Most of the time USMT requires quite a…

    (Read more…)


  • Create a USMT Package in ConfigMgr

    Overview In System Center Configuration Manager (SCCM / ConfigMgr)  when performing an Operating System Deployment (OSD) there is usually some form of user data and settings migration. This is often performed using the Microsoft User State Migration Toolkit (USMT). The first step in using USMT is to create the USMT tool ConfigMgr package. This post…

    (Read more…)


  • Create a Windows 7 BitLocker Partition in ConfigMgr

    Overview In System Center Configuration Manager (SCCM / ConfigMgr)  something I’ve done a few times is to create a BitLocker partition for Windows 7 during an Operating System Deployment (OSD) Task Sequence. I’ve seen the method used here a few times before but I wanted to document it for myself so that I can use…

    (Read more…)


  • ConfigMgr 2012 SQL Database Collation

    Overview I just tried to update my ‘default’ installation of System Center Configuration Manager (SCCM / ConfigMgr) 2012 RC1 to RC2. I got a failure at the pre-req check stage stating that my SQL 2008 R2 database was using the wrong collation type and that installation couldn’t continue. It turns out that the default collation…

    (Read more…)


  • Disk of Drivers

    MDT and ConfigMgr Build Drivers for Windows 7

    Overview When doing Windows 7 builds in either MDT 2010 or ConfigMgr 2007 you have to download and install a selection of drivers that are to be installed in your images. Some drivers are used for the WinPE boot image so that the boot image can access the local harddisk (a boot critical driver) and…

    (Read more…)


  • Setting a UK Keyboard in ConfigMgr 2007 OSD

    Overview In the UK, we actually get the US version of Windows 7 and Office 2010, so whenever I do any build engineering in either MDT or ConfigMgr one of the first things I need to customize are the regional settings. In particular the keyboard layout and location. There are many ways to achieve this…

    (Read more…)


  • ConfigMgr 2007 OSD Folder Structure

    Overview When configuring ConfigMgr 2007 Operating System Deployment (OSD) there are an endless number of applications, operating system images, operating system install files, drivers, source files, package files, temp files. Everytime I set it up I end up with a different structure so this blog post presents an example ConfigMgr 2007 OSD folder structure that…

    (Read more…)