SCCM 1910 Step-by-Step Upgrade Guide
The System Center Configuration Manager 1910 update is now released. Upgrading to SCCM 1910 on sites that run below version of SCCM.
Important Points: The Configuration Manager 1910 update is available as an in-console update. There is NO SCCM 1910 baseline version. Configuration Manager is now part of Microsoft Endpoint Manager. Microsoft will be integrating Microsoft Intune, Configuration Manager, and more into a single solution called Microsoft Endpoint Manager. Read more about it here.
Steps:
Servicing Support of Configuration Manager 1910
Third release of SCCM in 2020. It remains in support for 18 months from its general availability release date.
1910 update, the product will receive Security and Critical updates for first 4 months. For next 14 months, it will receive only Security Updates. Below given SCCM servicing support pic should give you a clear idea of servicing phases.
Configuration Manager 1910 Servicing Support, Copyright © Microsoft
New Features of SCCM 1910
There are several new features in SCCM 1910 update. Most of the features were already part of technical preview builds. You can read about all the new features of Configuration Manager 1910 here.
Prerequisites Checklist for SCCM 1910 Upgrade
These are some of the prerequisites checklist that you need to investigate. before you start the installation of Configuration Manager 1910 update.
· 1910 update for Configuration Manager current branch is available as an in-console update. There is NO SCCM 1910 baseline version.
· Ensure you have installed SCCM version 1806 or later.
· In a multi-tier hierarchy, start at the top-level site in the hierarchy. First perform the CAS upgrade, later you can begin the upgrade of each child site. Complete the upgrade of each site before you begin to upgrade the next site.
· Make sure that you are running a supported Operating System and SQL Server version.
· If you’re running SCCM version older than 1806, verify the upgrade Path and supported scenario from MS.
Hotfixes installation of older version.
After SCCM 1906, there were several hotfixes released. You may not have installed any or installed just few hotfixes.
Note – A hotfix contain either one individual fix or a bundle (a rollup of fixes). All the hotfixes released after 1806 will be included in SCCM 1910. So, if you see any hotfixes in your console while installing version 1910, you may skip them and directly install 1910 update.
SCCM 1910 Upgrade Guide
This step-by-step upgrade guide contains all the information that should help to upgrade to SCCM. This process is divided into steps. This should make it easy for you to perform the SCCM upgrade.
Get Configuration Manager 1910 Update
First of all the Configuration Manager 1910 update will not be available for everyone yet. It should take few weeks while the Configuration Manager update 1910 gets rolled out globally. Until then you can either wait for the update to be globally available or run the EnableEarlyUpdateRing 1910 script to enable fast ring for 1910 update package in ConfigMgr Current Branch.
You can download the EnableEarlyUpdateRing 1910 PowerShell script by clicking this link. This script will allow you to enable fast Update-ring in ConfigMgr Current Branch.
On your SCCM server, run the PowerShell as administrator and run the script. Enter the site server name (Top level site server name or IP address) and script gets the update 1910 in console for you.
Enable fast ring for 1910 update package in ConfigMgr Current Branch
You can monitor the update download by opening dmpdownloader.log file. At this point if your SCCM 1910 update gets stuck in downloading state, here is a post to help you – https://www.coeminds.com/post/sccm-current-branch-upgrades-error
SCCM 1910 Prerequisite Check
To run SCCM 1910 Prerequisite check
· Launch SCCM console.
· Navigate to Administration > Overview > Updates and Servicing Node.
· Right click Configuration Manager 1910 update and click Run Prerequisite check.
I always recommend running the prerequisite check before installing the update. In my case I got one warning during prerequisite check. Site Database has a backlog of SQL Change Tracking Data, the solution is available in below links.
Listed below are some of common reasons why the prerequisite check fails. Click the Solution to fix the warning.
· The site database has a backlog of SQL change tracking data – Solution.
· Configuration Manager Pending System Restart.
· SQL Server Native Client Version.
Follow SCCM 1910 Upgrade / Install SCCM 1910 Update
To begin the SCCM 1910 Upgrade Process
· Launch SCCM console.
· Navigate to Administration > Overview > Updates and Servicing Node.
· Right click Configuration Manager 1910 update and click Install Update Pack.
The Configuration Manager version 1910 includes :-
· Configuration Manager Site Server Updates
· Configuration Manager Console and Client Updates
· Fixes for known issues
· New Features
Since my prerequisite checks were completed successfully, I am just going to click Next.
BitLocker Management is one of the new feature is version 1910, we will enable it later. Click Next.
Under Client Update Settings, choose the desired option and click Next.
Finally on the Completion page, click Close.
Monitor SCCM 1910 Update Installation Status
To monitor the update 1910 installation
· In SCCM Console, go to Monitoring node.
· Click Overview > Updates and Servicing Status.
· Select the Configuration Manager 1910 update and click Show Status.
In addition to above method, you can also monitor the update installation status by opening cmupdate.log.
SCCM 1910 Console Upgrade
It’s time for Configuration Manager console upgrade. To see the console upgrade box, either refresh the CM console or close and re-open it.
The new version of console 5.1910.1067.1300 will be installed over old console version 5.1906.1096.1600. Click OK.
Verify Configuration Manager 1910 Update Install
The console upgrade completed successfully. Click drop-down at top left corner of console and click About Configuration Manager. This should show following details.
· SCCM Version 1910
· Console Version – 5.1910.1067.1300
· Site Version – 5.0.8913.1000
It’s now Microsoft Endpoint Configuration Manager and not System Center Configuration Manager. Checking the primary site properties shows the version as 5.00.8913.1000 and build number as 8913.
Update SCCM Boot Images
The Configuration Manager 1910 update installation is complete. Now you must update SCCM boot images.
· Update Boot Images to all the distribution points.
· Update Configuration
Manager client package to all DP’s. You can check the content status to see last update.
· After the update install, the Boot Image version should be 10.0.18362.1.
Upgrade Configuration Manager 1910 Client Agents
To take full advantage of new Configuration Manager features, after you update the site, also update clients to the latest version. Sometimes the admins skip this step and as a result, after the upgrade, they don’t see the new features. You can upgrade client agents using client upgrade feature.
To upgrade SCCM client agents to latest version.
· Go to Administration > Site Configuration > Sites.
· Click the Hierarchy Settings on top ribbon.
· Select Client Upgrade tab.
· Ensure Upgrade all clients in hierarchy using production client box is selected.
· Specify the number of days within which you want to automatically upgrade client agents.
· Click OK.
Use the below query to find out the devices without the latest SCCM client version 5.00.8913.1006.
select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.ClientVersion != '5.00.8913.1006'
This post talks about:
sccm 2010 upgrade checklist
sccm 2010 known issues
sccm 2010 new features
sccm 2010 issues
sccm 1910 upgrade checklist
sccm 2010 prerequisites
sccm 2006 new features
댓글