Browsing: SCCM 2012

When upgrading the System Center Configuration Manager (SCCM) client to a new version, most customers would prefer to create new collections for this task. As a cosultant I create alot of these “ad-hoc” collections every time I visit a customer, so I’ve created a small libary of PowerShell scripts that will help me create these collections really fast when I need them. Here is a simple PowerShell script that will create 2 kinds of collections that will help you for this specific task. #CLI – Client Version; That will have all clients with a specific client version. #CU – Cumulative…

Read More

Some of the questions that often comes up on the Microsoft TechNet forum, are from people that don’t understand why the Automatic Client Upgrade feature don’t behave as they expect. In this blog post I’ll try to explain how this feature was designed, and in what scenarios you can use this feature. Cumulative Updates One of the most common misconceptions is the checkbox that says “Upgrade client automatically when new client updates are available”, and I don’t blame them. It is confusing. The reason for this confusion are the two words “Upgrade” and “Update”, so let’s have a closer look…

Read More

From time to time, I get questions about what version of System Center Configuration Manager is equal what release of Configuration Manager. Here is a complete list of all available builds, versions and Cumulative Updates (CU) for System Center Configuration Manager (Updated March 2017). I’ll try to keep this page updated when new updates are avaliable for download. Release Version Build Download ConfigMgr 2012 RTM 5.00.7711.0000 7711 ConfigMgr 2012 SP1 5.00.7804.1000 7804 ConfigMgr 2012 SP1 CU1 5.00.7804.1202 7804 KB2817245 ConfigMgr 2012 SP1 CU2 5.00.7804.1300 7804 KB2854009 ConfigMgr 2012 SP1 CU3 5.00.7804.1400 7804 KB2882125 ConfigMgr 2012 SP1 CU4 5.00.7804.1500 7804 KB2922875 ConfigMgr 2012…

Read More

Cumulative Update 5 for System Center 2012 SP1 Configuration Manager has been released and are now avaliable for download. Note: If you’re running ConfigMgr 2012 R2 you don’t need this update. This update is for ConfigMgr 2012 SP1 only! The update can be downloaded here: http://support.microsoft.com/kb/2978017 ConfigMgr 2012 SP1 CU5 fixes the following issues: Task sequences The Continue on error check box is not selected under Task Sequences when an Install Software step and a Virtual Application package are defined as the source. This affects only task sequences that are migrated from Configuration Manager 2007 to System Center 2012 Configuration…

Read More

This morning my guide on “Deploying Microsoft Office 2013 using SCCM 2012”, that I have posted on Microsoft TechNet, has now reached +10.000 downloads. Download link: http://gallery.technet.microsoft.com/How-to-Deploying-Office-0f954e7f The next version will be posted early next week, and contains support for both Service Pack 1 and some other minor updates/fixes.

Read More

An update is available to address 3 issues that were discovered after the release of Cumulative Update 3 (CU3) for Microsoft System Center 2012 Configuration Manager Service Pack 1 (SP1). The 3 issues are: Issue 1 The SQL Update part of the Cumulative Update 3 installation fails when the date format on the instance of Microsoft SQL Server is defined in the DD/MM/YYYY format. Issue 2 The All Windows RT and All Windows RT 8.1 Preview entries should not appear in the supported platform list for new configuration items. Issue 3 Task sequences that contain Windows 8.1 as a condition…

Read More

Introduction A couple of months ago, I wrote the “Installing SCCM 2012 SP1 CU1 – Quick Start Guide”, and this post has been one of most visited blog post I’ve ever created, so my guess is that it would good idea to create one for Cumulative Update 2 (CU2). Installing this update is very similar to CU1, but a few things has changed. In this blog post, I’ll walk you through the upgrade process step-by-step, in a standalone primary scenario. As always you should start by checking the health of the system, very the backup etc. Just like any other…

Read More

Why this post? I often get questions on requirement rules and global expressions, so I thought I’d make a blog post to explain some of the things you might need to consider, before you choose what strategy and method you want use, and also what kind of reporting you need. Introduction When deploying applications in System Center 2012 Configuration Manager (SCCM 2012), requirement rules are often used to determine what deployment type are to be used in the current scenario. But even if the application only have a single deployment type, I still recommend to use requirement rules to reduce the risk…

Read More

One of the new feature that has been added in ConfigMgr 2012 SP1 (and updated to support 32-bit in CU1), is support for deploying Windows to computers that are configured to use UEFI. I’m currently working on a Windows 8 deployment project, where one of the requirements was to support Windows 8 deployment to UEFI enabled devices. At this customer, we also integrated MDT 2012 with ConfigMgr 2012. The configuration was easy, and PXE boot worked like a charm. But after the OS Image was downloaded the Task Sequence failed, and after a few minutes we found the problem. The…

Read More

Installing SCCM 2012 SP1 CU1 is a simple process, but before you start, you should always check the health of the system, very the backup etc. Just like any other service pack or update. Update the Site Server In this example, I’ll just show you how to update an environment with a single standalone primary site server (that should cover +95% of all ConfgMgr Customers on the planet ). First, we need to download the setup file here: http://support.microsoft.com/kb/2817245 Run ConfigMgr2012-SP1-CU1-KB2817245-X64-ENU.exe from the site server, and follow the wizard. All default settings should be ok, for most customers. The Welcome…

Read More