Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (2024)

Windows 11 has been released by Microsoft on October 5th, 2021. If you are planning to deploy and manage Windows 11 using SCCM or Configuration Manager, this post has you covered. Like any other Windows version, you need to do a couple of tasks before you can do an SCCM Windows 11 Deployment.

In a previous blog post, we listed everything you need to know about SCCM and Windows 11. You can read the whole post but here’s the important part: SCCM is ready to support Windows 11 starting with SCCM version 2107. You need to run at least SCCM 2107 and your device needs specific requirements. Let’s get started to Deploy Windows 11 using SCCM / MEMCM !

Table of Content

  • Prerequisites
  • Check if you have an SCCM Supported version
  • Upgrade your Windows ADK
  • Download Windows 11 ISO
  • Mount and extract the ISO file
  • Import the Windows 11 WIM File SCCM
  • Distribute your Wim File
  • Import the Upgrade Package in SCCM
  • Distribute your Upgrade Package File
  • Create a Windows 11 Upgrade Task Sequence for existing Windows 10 computers
  • Create a Windows 11 Task Sequence for new Windows 11 computers
  • Edityour Windows 11 Task Sequences
  • Deploy the SCCM Windows 11 Upgrade Task Sequence
  • Launch the Upgrade Process on a Windows 10 computer
  • Launch the Process on a new Windows 11 computer
  • Update Software Update groups
  • Import your ADMX

Prerequisite SCCM Windows 11 Deployment

Before the SCCM Windows 11 Deployment, we’ll make sure that all our tools are updated :

SCCM Version

You need at least SCCM 2107 in order to support it as a Windows 11 client. See the following support matrix if you’re running an outdated SCCM version and make sure to update your site.

Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (2)

Windows ADK

Before capturing and deploying a Windows 11 image, make sure that you’re running a supported version of the WindowsADK. Windows recommends using the Windows ADK that matches the version of Windows you’re deploying. If you’re already running an ADK version on your SCCM server, see our post on how to install a new version.

Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (3)

Windows 11 Hardware Requirements

Here are Microsoft official requirements needed for Windows 11. This would be the major reason if you’ll upgrade your devices or not.

Processor:1 gigahertz (GHz) or faster with 2 or more cores on acompatible 64-bit processoror System on a Chip (SoC)
RAM:4 gigabyte (GB)
Storage:64 GB or larger storage device
System firmware:UEFI, Secure Boot capable
TPM:Trusted Platform Module (TPM)version 2.0
Graphics card:Compatible with DirectX 12 or later with WDDM 2.0 driver
Display:High definition (720p) display that is greater than 9” diagonally, 8 bits per color channel

If you need to identify which machines are ready in your organization, you can use our free Windows 11 Readiness report :

Free Readiness MEMCM / SCCM Windows 11 Report (systemcenterdudes.com)

Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (4)

Download Windows 11 ISO

In order to deploy Windows 11 using SCCM to a new device, we need to download the .ISO file. To get the ISO file, you can either download it from MSDN or VLSC.

  • In the portal, find Windows 11 (business editions)
  • Select the architecture and language, Click on Download
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (5)
  • Save the ISO file on your SCCM file repository

Mount and Extract Windows 11 ISO

Before you can import the Operating System into SCCM, mount and extract the Windows 11 ISO to a folder on your SCCM File repository.

We like to save all the ISO content in one folder for the full operating system (Ex: Win11-FullMedia) and extract the Install.wim file from the \Sources folder to another directory. (Ex:Win11-Wim). You’ll understand why later in this guide.

Import SCCM Windows 11 Operating System

We will now import the Windows 11 WIMfile for Operating System Deployment. You should have downloaded the ISO file in the first step of this guide.

We will be importing the default Install.wim from the Windows 11 media for a “vanilla” Windows 11 deployment. You couldalso import a WIM file that you’ve created through a build and capture process.

This WIM file will be used for new computers, to upgrade an existing Windows 11, you need to import anOperating System Upgrade Packages.We will cover this in the next section.

  • Open the SCCM Console
  • Go to Software Library / Operating Systems / Operating System Images
  • Right-click Operating System Imagesand select AddOperating System Image
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (6)
  • On the Data Source tab, browse to your WIM file. The path must be in UNC format
  • You can now select to import only a specific index from the WIM file. We selected the Windows 10 Enterprise index. ** At the time of this writing, Microsoft hasn’t renamed the Wim file
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (7)
  • Select your Architecture and Language and click Next
  • In the General tab, enter the Name, Versionand Comment, click Next
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (8)
  • On the Summary tab, review your information and click Next
  • Complete the wizard and close this window
  • The import process will take about 5 minutes to complete

Distribute your SCCM Windows 11 Operating System Image

We now need to send the Operating System Image (WIM file) to our distribution points.

  • Right-click your Operating System Image, selectDistribute Content and complete the Distribute Content wizard

AddOperating System Upgrade Packages

We will now import the complete Windows 11 media in Operating System Upgrade Packages. This packagewill be used to upgrade an existing Windows 10 deviceto Windows 11 using anUpgrade Task Sequence.

  • Open the SCCM Console
  • Go toSoftware Library / Operating Systems / Operating System Upgrade Packages
  • Right-click Operating System Upgrade Packages and select AddOperating System Upgrade Packages
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (9)
  • In the Data Source tab, browse to the path of your full Windows 11 media. The path must point to an extracted source of an ISOfile. You need to point at the top folder where Setup.exe reside
  • You can now select to import only a specific index from the WIM file. We selected the Windows 10 Enterprise index. ** At the time of this writing, Microsoft hasn’t renamed the Wim file
  • Select your Architecture and Language at the bottom and click Next
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (10)
  • In the General tab, enter the Name, Version, and Comment, click Next
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (11)
  • On the Summary tab, review your information and click Nextand complete the wizard

Distribute yourOperating System Upgrade Packages

We now need to send the Operating System Upgrade Packageto your distribution points.

  • Right-click your Operating System Upgrade Package, selectDistribute Content and complete the Distribute Content wizard
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (12)

Create an Upgrade SCCM Task Sequence for existing Windows 10 Computers

Let’s createan SCCM task sequence upgrade for a computer running a previous version of Windows 10.

  • Open the SCCM Console
  • Go to Software Library \ Operating Systems \ Task Sequences
  • Right-click Task Sequences and selectUpgrade an operating system from upgrade package
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (13)
  • In the Task Sequence Information tab, enter a Task Sequence Name and Description
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (14)
  • On the Upgrade the Windows Operating System tab, select your upgrade package by using the Browse button
  • Select your Edition Indexdepending on the edition you want to deploy. If you select just 1 index as per our indication in previous steps, you’ll see just 1 index to select from.
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (15)
  • On the Include Updatestab, select the desired Software Update task
    • All Software Updates will install the updates regardless of whether there is a deadline set on the deployment (on your OSD collection)
    • Mandatory Software Updates will only install updates from deployments that have a scheduled deadline (on your OSD collection)
    • Do not install any software updateswill not install any software update during the Task Sequence
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (16)
  • On the Install Applications tab, select any application you want to add to your upgrade process
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (17)
  • On the Summary tab,review your choices and click Next and click Close

Create a Task Sequence for new Windows 11 Computer

  • Still in Software Library \ Operating Systems \ Task Sequences
  • Right-click Task Sequences and selectInstall an existing image package
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (18)
  • In the Task Sequence Information tab, enter a Task Sequence Name, Description and select your X64 Boot Image
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (19)
  • On the Install Windows tab, select your image package by using the Browse button
  • Select the Image Index and enter a product key. If you have a valid KMS server, you can skip the product key
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (20)
  • In the Configure Network tab, select the Domain and OU in which the computer account will be created. Also enter valid credentials to join the domain.
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (21)
  • In the Install Configuration Manager tab, select your Client Package
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (22)
  • On the State Migration tab, select if you want to capture user settings and files. For our example, we’ll turn it off
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (23)
  • On the Include Updatestab, select the desired Software Update task
    • All Software Updates will install the updates regardless of whether there is a deadline set on the deployment (on your OSD collection)
    • Mandatory Software Updates will only install updates from deployments that have a scheduled deadline (on your OSD collection)
    • Do not install any software updateswill not install any software update during the Task Sequence
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (24)
  • On the Install Applications tab, select any application you want to add to your upgrade process
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (25)
  • On the Summary tab,review your choices and click Next and click Close

Edityour Windows 11 Task Sequences

Now that we have created the upgrade and new computer task sequences, let’s see what it looks like under the hood.

  • Open the SCCM Console
  • Go to Software Library \ Operating Systems \ Task Sequences
  • Right-click your upgrade or new computer task sequences and select Edit

As you can see, it’s fairly simple. SCCM will take care of everything in a couple of steps :

Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (26)
  • The Upgrade Operating Systemstepcontains the important step of applying Windows 10
  • Ensure to choose the right Edition

Deploy the SCCM Windows 11 Upgrade Task Sequence

We are now ready for our SCCM Windows 11 Deployment. Deploy the task sequence to the computer we want to upgrade. In our case, we are targeting a Windows 10 computer that is running Windows 10 21H2.

  • Go to Software Library \ Operating Systems \ Task Sequences
  • Right-click Task Sequences and select Deploy
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (27)
  • On the General pane, select your collection. This is the collection that will receive the Windows 10 upgrade. For testing purposes,we recommend putting only 1 computer to start
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (28)
  • On the Deployment Settings tab, select the Purpose of the deployment
    • Available will prompt the user to install at the desired time
    • Required will force the deployment at the deadline (see Scheduling)
  • You cannot change the Make available to the following drop-down since upgrade packages are available to clients only
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (29)
  • On the Scheduling tab, enter the desired available dateand time. On the screenshot, we can’t create an Assignment schedule because we select Available in the previous screen
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (30)
  • In the User Experience pane, select the desired options
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (31)
  • In the Alerts tab, check Create a deployment alert when the threshold is higher than the following check-boxif you want to create an alert on the failures
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (32)
  • On the Distribution Point pane, select the desired Deployment options. We will leave the default options
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (33)
  • Review the selected options and complete the wizard

Launch the Upgrade Process on a Windows 10 computer

Everything is now ready to deploy to our Windows 10 computers. For our example, we will be upgrading a Windows 10 21H2 to Windows 11.

  • Log on to your Windows 10 computer and launch a Machine Policy Retrieval& Evaluation Cycle from Control Panel / Configuration Manager Icon
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (34)
  • Open the newSoftware Centerfrom the Windows 10 Start Menu
  • You’ll see the SCCM upgrade task sequence as available. We could have selected the Required option in our deploymentschedule, tolaunch automatically without user interaction at a specific time
  • When ready, click on Install
  • On the Warning, click Install
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (35)
  • The update is starting, the task sequence Installation Progress screen shows the differentsteps
  • The WIM is downloading on the computer and saved in C:\_SMSTaskSequence
  • You can follow task sequence progress in C:\Windows\CCM\Logs\SMSTSLog\SMSTS.log
  • After downloading, the system will reboot
  • The computer restarted and is loading the files in preparation for the Windows 11 upgrade
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (36)
  • WinPE is loading
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (37)
  • The upgrade process starts. This step should take between 60-90 minutes depending on the device hardware
  • Windows 11 is getting ready, 2-3 more minutes and the upgrade will be completed
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (38)
  • Once completed the SetupComplete.cmd script runs. This step is important to set thetask sequence service to the correct state
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (39)
  • Windows is now ready, all software and settings are preserved. Validate that you are running Windows 11 21H2 (Build 22000.194)
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (40)

Launch the SCCM Windows 11 Deployment on a new Windows 10 computer

To install Windows 11 on a new computer, the process is fairly the same except on how we start the deployment.

For my test, I’m booting a new VM. PXE boot the VM and press Enter for network boot service.

Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (41)
  • On the Welcome to task sequence wizard screen, enter the password and clickNext
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (42)
  • Select your Windows 11 Task Sequence and click Next
  • The process will start and if everything goes right, should be fully automated.

If you encounter any issues, please see our troubleshooting guide.

Create Windows 11 Software Update Group

After your SCCM Windows 11 Deployment makes sure that your Software Update Point is configured to synchronize Windows 11 patches.

Prepare your Software update point to include Windows 11 as a product to synchronize.

  • Adminsitration / Site / Configure Site Component (top Ribbon)
  • Select Software Update Point
  • In the Product tab, select Windows 11 and initiate a synchronization
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (43)

Once Windows 11 is added to your Software Update Point, we will create a Software Update Group that will be deployed to ourWindows 11 deployment collection. This way, all patches released after the Windows 11 media creation (or your Capture date) will be deployed duringthe deployment process.

To create a Windows 11 Software Update Group :

  • Open the SCCM Console
  • Go to Software Library / Software Updates / All Software Updates
  • On the right side, click Add Criteria, select Product, Expired andSuperseded
    • Product : Windows 11
    • Expired : No
    • Superseded: No
    • Title contains 20H2
  • Select only the latest Cumulative Updates that apply (x64 or x86) and select Create Software Update Group
  • Once created, go toSoftware Library / Software Updates / Software Update Groups
  • Right-click your Windows 11 SUG and deploy it to your OSD deployment collection

Import ADMX File

After your SCCM Windows 11 Deployment, If you’re responsible for managing group policy in your organization. Ensure that you import the latest Windows 11 ADMX file on your domain controller.

SCCM Windows 11 Deployment – Bonus Resources

After your SCCM Windows 11 Upgrade, need a report to track your Windows 11 devices? We developed a report to help you achieve that. The report was built for Windows 10 but it will list Windows 11 devices also.

Asset – Windows 10 SCCM Report

Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (44)
Deploy Windows 11 using SCCM / MEMCM | System Center Dudes (2024)

References

Top Articles
Obituary | Willard E. Swanke of Rhame, North Dakota | Krebsbach Funeral Service
Norma A. Wolfgram Obituary 2018 - Ballard-Sunder Funeral & Cremation
Nybe Business Id
Metallica - Blackened Lyrics Meaning
Unity Stuck Reload Script Assemblies
Free Atm For Emerald Card Near Me
Comforting Nectar Bee Swarm
Senior Tax Analyst Vs Master Tax Advisor
A Complete Guide To Major Scales
Stl Craiglist
craigslist: south coast jobs, apartments, for sale, services, community, and events
How do you mix essential oils with carrier oils?
When Is the Best Time To Buy an RV?
Orlando Arrest and Public Records | Florida.StateRecords.org
Hssn Broadcasts
Morocco Forum Tripadvisor
No Strings Attached 123Movies
About Us | TQL Careers
Insidekp.kp.org Hrconnect
TS-Optics ToupTek Color Astro Camera 2600CP Sony IMX571 Sensor D=28.3 mm-TS2600CP
Unlv Mid Semester Classes
Second Chance Maryland Lottery
Gemita Alvarez Desnuda
Icommerce Agent
라이키 유출
360 Tabc Answers
BMW K1600GT (2017-on) Review | Speed, Specs & Prices
Www.craigslist.com Savannah Ga
Xfinity Outage Map Fredericksburg Va
Craigslist Alo
Directions To Nearest T Mobile Store
Mandy Rose - WWE News, Rumors, & Updates
Kohls Lufkin Tx
Harbor Freight Tax Exempt Portal
Bj타리
Top 20 scariest Roblox games
13301 South Orange Blossom Trail
O'reilly's In Mathis Texas
Craigslist Sf Garage Sales
Filmy Met
Lawrence Ks Police Scanner
Newsday Brains Only
Great Clips On Alameda
Pickle Juiced 1234
Dreammarriage.com Login
Pitchfork's Top 200 of the 2010s: 50-1 (clips)
Discover Wisconsin Season 16
Postgraduate | Student Recruitment
Satucket Lectionary
Product Test Drive: Garnier BB Cream vs. Garnier BB Cream For Combo/Oily Skin
18443168434
M Life Insider
Latest Posts
Article information

Author: Mr. See Jast

Last Updated:

Views: 6520

Rating: 4.4 / 5 (55 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Mr. See Jast

Birthday: 1999-07-30

Address: 8409 Megan Mountain, New Mathew, MT 44997-8193

Phone: +5023589614038

Job: Chief Executive

Hobby: Leather crafting, Flag Football, Candle making, Flying, Poi, Gunsmithing, Swimming

Introduction: My name is Mr. See Jast, I am a open, jolly, gorgeous, courageous, inexpensive, friendly, homely person who loves writing and wants to share my knowledge and understanding with you.