As an SCCM administrator, when a new Windows 10 Feature Update would come out, you’d have to go to Microsoft website and download the latest ISO file and import it as a new Windows Operating System Upgrade Packages. Starting with SCCM 2103, you can now upgrade your SCCM client to Windows 10 by using feature update synchronized through the software update point. This simplifies the process and the size of downloaded content should also be smaller since an ESD file is smaller than a Wim file. In this post, we’ll show you how to deploy Windows 10 feature update using an SCCM task sequence.

Requirement

Before deploying Windows 10 feature update using an SCCM Upgrade task sequence, there’s a few step to follow.

First, verify if you have any Windows 10 Feature Update synchronized in your SCCM console.

  • In the SCCM Console
  • Go to Software Library \Windows 10 Servicing\All Windows 10 Updates
  • Ensure that you have Windows 10 appearing there
SCCM Feature Update Task Sequence

If it’s not the case, you first need to enable the synchronization of these update in your Software Update Point. If you already have Feature Update, skip to the next step.

  • Go to Administration \ Site Configuration \ Sites
  • Click Configure Site Component at the top and select Software Update Point
SCCM Feature Update Task Sequence
  • In the Classification tab, put a check beside Upgrades
SCCM Feature Update Task Sequence
  • In the Product tab, select Windows 10
SCCM Feature Update Task Sequence
  • Initiate a full software update scan by right-clicking the All Windows 10 Updates and select Synchronize Software Updates

Now that your Windows 10 Feature Updates are showing up, you can proceed to the next steps.

Create the SCCM Feature Update Task Sequence

We will now create the SCCM Upgrade Task Sequence to upgrade a Windows 10 client to Windows 10 20H2. You can use this method for any Windows 10 version.

To use the new Feature Update option, you can’t just create a new Upgrade task sequence since the wizard doesn’t include this option…. I’m sure this will change over time but for now, you need to use an existing task sequence and edit the Upgrade Operating System step.

If you never created an Upgrade task sequence, you’ll have to use the alternative method (import Operating System Upgrade package first) since the wizard won’t let you hit Next until an Upgrade Package selection. No extra benefits for you now but at least you’ll be fine in the next Windows version.

Another option would be to create a blank task sequence and add the Upgrade Operating System step manually but you won’t benefit from the built-in task created by the default Upgrade Task Sequence.

The prefered method is to use an existing Windows 10 Upgrade Task Sequence. We will modify a Task Sequence we used to upgrade a previous Windows version.

  • Right-Click your Upgrade Task Sequence and click Edit
  • Locate the Upgrade Operating System step and click on it
  • Instead of using the Upgrade Package option at the top, select Install the following feature updates
  • Click on the Star icon to select the desired Windows 10 feature update
SCCM Feature Update Task Sequence
  • In the new window, go through Classifications / Upgrades / Microsoft / Windows 10
  • Select the desired Windows 10 version. You can use the search at the top to ease the process or sort by Required which should show what your clients are requesting
SCCM Feature Update Task Sequence
  • The interesting part here is that if your environment supports multiple languages or architectures, you can add multiple Windows 10 feature updates. The client will use the first applicable update that’s not superseded by any other deployed updates.
  • Once selected, just hit Apply and you’re done
SCCM Feature Update Task Sequence
  • The only thing left to do is to deploy the Task Sequence to the desired collection
SCCm Feature Update Task Sequence

Once deploy to your SCCM clients, your user won’t notice the difference. It’s the same with a feature update in a task sequence as with an OS upgrade package.

We hope this post have been helpful. Happy Windows 10 upgrading.

Comments (6)

klonk

01.19.2022 AT 02:15 PM
I inherited a system. We have 1700+ Windows 10 systems running version 1903. I followed your instructions and 1 hour and 15 minutes the test system is now 20H2. At the time I added some .msi applications that were out of date on the Windows 10 1903 system and they updated fine. There were no deployment instructions so I chose no deployment package which obviously worked. If I have to reproduce this with the rest of the sites won't it have to download from Windows Update and then send it across the network for each individual client. That seems very inefficient. Can't this feature upgrade be distributed?

klonk

08.11.2021 AT 09:03 AM
I loved this report and downloaded the jillions of SUP pointers for numerous feature updates. (Most I don't need) and then copied a working upgrade task sequecne and edited it and chose a 20H2 version of windows feature update not expired and not superseded and showing as required and then went through the deploy and no download. What did I miss?

bwalz87

05.27.2021 AT 07:20 AM
I added this to my TS to avoid downloading the new ISO. My system says it completed but when it finishes the TS and I can login, it's still 20H2. I will have to dive deeper into logs to figure it out. My normal TS works, but not my test TS with the feature update added.

tramsey4

05.14.2021 AT 12:41 PM
When I kick off my feature update TS to a collection, I can see the TS begins to run and then it gives me the generic 0x80004005 error. After looking in the smst log, I see it gives me a different error: "Upgrade with Windows Update failed with exit code 0x80240440". Any ideas?

nbdamman

05.13.2021 AT 09:17 AM
Thanks for the step by step on this new feature. Is it recommended to d/l the Feature Update and create a Deployment Package? Or just have clients d/l the update from Microsoft online?

Jonathan Lefebvre

05.26.2021 AT 02:34 PM
Hi, It's really case by case. For example employee working from home, it's usually a better idea to download from Microsoft online to avoid using VPN bandwidth. But for on-prem device, DP can be used, or Delivery Optimization if you already have that. thanks Jonathan