Best Guide to Deploy Windows 11 22H2 using SCCM Task Sequence | ConfigMgr

This post will cover all the steps to deploy Windows 11 22H2 using SCCM (aka Configuration Manager). This guide includes downloading Windows 11 22H2 ISO, importing Windows 11 into SCCM, and deploying it using the task sequence.

The new Windows 11 Version 22H2 is now available for all users as a free update. This update introduces a new bunch of features to the user regarding security, visibility, and many more. Microsoft officially released the latest update on 20 September 2022.

Let’s check the steps to install the latest Windows version on a new computer (bare metal) using sccm. The bare metal scenario occurs when you have a blank machine you need to deploy or an existing device you want to wipe and redeploy without preserving any existing data.

This bare metal scenario helps us install a new Windows version on a new computer. It’s a fresh installation of the OS and doesn’t include any settings or user data migration. The deployment process for the new machine scenario is as follows:

Patch My PC
  • Start the setup from boot media (CD, USB, ISO, or PXE).
  • Wipe the hard disk clean and create new volume.
  • Install the operating system image.
  • Apply device drivers by detecting device manufacturers.
  • Install applications.
  • Apply Customization, Additional settings if needed.
  • After taking these steps, the computer is ready for use.

Prerequisites – Windows 11 Deployment

Before you use to deploy Windows 11, You need to make sure of the following prerequisites.

Supported SCCM (ConfigMgr) Version

Ensure you are running with the latest version of Configuration Manager 2207. Here in the support matrix, you can see the supported version for Windows 11, 21H2. I’m expecting the version to remain the same for Windows 11, 22H2.

 Supported SCCM (ConfigMgr) Version - Windows 11
Supported SCCM (ConfigMgr) Version – Windows 11

Windows 11 Hardware Requirements

The devices should meet the Windows 11 minimum requirements for Windows 11 upgrade. Using the PC Health Check app, you can check for compatibility to see if your current PC meets the minimum system requirements to run Windows 11. You have to download the Windows 11 PC Health Check App from the Microsoft site.

  • Make sure that you’re running a supported version of the Windows ADK. The ADK for Windows 10, version 2004, and Windows 11 will work with Windows 11.
  • Add the required Network and Storage drivers to the boot image.
  • Configured the boot image to deploy from a PXE-enabled distribution point.

Download Windows 11 22H2 ISO

You can download Windows 11 22H2 ISO from MSDN or VLSC (Volume Licensing Service Center). Find Windows 11 (business editions) version 22H2. Select the architecture and language. Click on Download.

Adaptiva
Download Windows 11 22H2 (business editions)  - Best Guide to Deploy Windows 11 22H2 Using SCCM
Download Windows 11 22H2 (business editions) – Best Guide to Deploy Windows 11 22H2 Using SCCM

Mount and Extract Windows 11 22H2 ISO

Before importing the Windows 11 22H2 Operating System into SCCM, mount and extract or copy Windows 11 ISO contents to a folder. Create a shared folder, and Mount the ISO using File Explorer or any other available options.

Copy the downloaded ISO to the SCCM site server, Double-click an ISO file to mount it, or Right-click an ISO file in file explorer. Select the Mount option.

Windows 11 22H2 ISO - Select Mount
Windows 11 22H2 ISO – Select Mount

You will notice that Windows 11 ISO will create a disc drive that you can use to access content. Select all contents and copy them to a shared source folder in SCCM Server. The content-copying process might take some time. Wait to complete the process.

Note – You can locate the default OS image in the Windows source folder \Sources\install.wim. Grab a file off of this ISO and Copy it to the shared directory to make use of it.

Copying Windows 11 22H2 Files to SCCM Server- Best Guide to Deploy Windows 11 22H2 Using SCCM
Copying Windows 11 22H2 Files to SCCM Server- Best Guide to Deploy Windows 11 22H2 Using SCCM

Import Windows 11 22H2 Operating System Image

The operating system image contains the files necessary to install the operating system on the destination computer. Use the following to prepare the operating system image –

  • In Configuration Manager Console, Go to Software Library > Operating Systems > Operating System Images.
  • Right click on Operating Systems Images and click on Add Operating System Image.
Add Operating System Image - Best Guide to Deploy Windows 11 22H2 Using SCCM
Add Operating System Image – Best Guide to Deploy Windows 11 22H2 Using SCCM

In Data Source, click Browse and specify the network shared path to the install.wim from the Windows 11 Source directory where you extracted the source of an ISO file.

Note! Extract a specific image index from the specified WIM file – You can now automatically import a single Image index rather than all image indexes in the file. Using this option results in a smaller image file.

Specify the path to the operating system image file
Specify the path to the operating system image file

On the Pre-cache settings page, select Architecture as x64 and Language English (United States), and click Next. You can leave this option as default.

Pre-cache settings Select Architecture, Language - Deploy Windows 11 22H2 Using SCCM
Pre-cache settings Select Architecture, Language – Deploy Windows 11 22H2 Using SCCM

It is best to provide all the information for OS Image. On the General page, Enter the NameVersion, and Comment for the Task Sequence. Click Next.

Enter the Name, Version for the operating system image - Deploy Windows 11 22H2 Using SCCM
Enter the Name, Version for the operating system image – Deploy Windows 11 22H2 Using SCCM

Once you have done, Review the provided information, and click Next to complete the wizard.

Review Operating System Image Details - Deploy Windows 11 22H2 Using SCCM
Review Operating System Image Details – Deploy Windows 11 22H2 Using SCCM

Wait for a moment while exporting is in progress. After successful completion, click Close to exit the wizard.

The Windows 11 22H2 Operating System Image now appears in the Operating System Images node of the Configuration Manager console.

Best Guide to Deploy Windows 11 22H2 using SCCM Task Sequence | ConfigMgr 1
The Operating System Image added successfully – Deploy Windows 11 22H2 Using SCCM

Distribute Windows 11 22H2 Operating System Image

After the creation of the OS Image Package, it will appear in the Operating System Images Node. To begin with, the distribution right-click on the Windows 11 Image and click on Distribute Content.

Click on Distribute Content - Best Guide to Deploy Windows 11 22H2 Using SCCM
Click on Distribute Content – Best Guide to Deploy Windows 11 22H2 Using SCCM

Here you have selected Windows 11 Image for distribution, Review the selected content for distribution. Click Next.

Distribute Windows 11 22H2 Image - Review Selected Content
Distribute Windows 11 22H2 Image – Review Selected Content

Add the Distribution Point to distribute the content, Review the selected distribution points, groups. Click Next.

 Specify the DPs, DP Groups - Best Guide to Deploy Windows 11 22H2 Using SCCM
Specify the DPs, DP Groups – Best Guide to Deploy Windows 11 22H2 Using SCCM

On the Summary page, review the settings. Click Next. Click Close to complete the Distribute Content wizard.

 Distribute Windows 11 22H2 Image - Best Guide to Deploy Windows 11 22H2 Using SCCM
Distribute Windows 11 22H2 Image – Best Guide to Deploy Windows 11 22H2 Using SCCM

You can monitor the content status. If it’s showing a yellow color, that means distribution is in progress. If the content distribution were successful, it would appear with Green color as shown.

The task Distribute Content Wizard completed successfully - Best Guide to Deploy Windows 11 22H2 Using SCCM
The Content distribution completed successfully – Best Guide to Deploy Windows 11 22H2 Using SCCM

Create Task Sequence to Deploy Windows 11 22H2

In the Configuration Manager console, Go to the Software Library workspace, expand Operating Systems, right-click Task Sequences, and select Create Task Sequence.

Select Install an existing image package. This option creates a task sequence that installs the OS, migrates user settings, applies software updates, installs applications, and then selects Next.

On the Task Sequence Information page, specify the following settings and click Next.

  • Task sequence name: Specify a name that identifies the task sequence.
  • Description: Optionally specify a description
  • On the Boot Image, Click Browse and select the available boot image package. Select Run as high performance power plan check box.
Specify task sequence information - Best Guide to Deploy Windows 11 22H2 using SCCM
Specify task sequence information – Best Guide to Deploy Windows 11 22H2 using SCCM

On the Install Windows page, specify the following settings and click Next.

Image package: Click on Browse to select the image. Select Partition and format the target computer installing the operating system.

  • Unchecked Configure task sequence for use with BitLocker – Since we don’t want to add the Bitlocker step to the task sequence,
  • Product key: you can specify the Windows product key for the OS to install.

Specify how to handle the administrator account for the new OS. Enable the account and specify the local administrator password – Windows uses the same password for the local administrator account on all computers where the task sequence deploys the OS image.

 Create Task Sequence Wizard - Specify the Windows OS and Installation Information
Create Task Sequence Wizard – Specify the Windows OS and Installation Information

On the Configure Network page, specify the following settings. Click Next.

Join a workgroup: Add the destination computer to a workgroup.

Join a domain: Add the destination computer to a domain. In Domain, click Browse to specify the name of the domain. You can also specify an organizational unit (OU) in the Domain OU field. This setting is optional—Account: The user name and password for the account have permissions to join the specified domain.

  Create Task Sequence Wizard - Configure the network - Best Guide Deploy Windows 11 22H2 Using SCCM Task Sequence
Create Task Sequence Wizard – Configure the network – Best Guide Deploy Windows 11 22H2 Using SCCM Task Sequence

On the Install Configuration Manager page, specify the Configuration Manager client package is selected automatically. If required, you can specify additional SCCM client installation properties. Click Next.

Create Task Sequence Wizard - Specify SCCM Client Package
Create Task Sequence Wizard – Specify SCCM Client Package

On the State Migration page, you can leave it to default or Uncheck all the options if you do not want to capture settings.

These steps are condition-based in a task sequence that is not going to run automatically. Click Next.

Create Task Sequence Wizard - Configure state migration
Create Task Sequence Wizard – Configure state migration

On the Include Updates page, you can specify whether to install the required software updates or all software updates. Here I’m not installing any software updates, leaving the option default and Clicking Next.

Include Software Updates - Best Guide to Deploy Windows 11 222H2 using SCCM
Include Software Updates – Best Guide to Deploy Windows 11 222H2 using SCCM

On the Install Applications page, specify the applications to install, or later you can add in task sequence steps. Click Next.

Select the applications - Best Guide to Deploy Windows 11 22H2 using SCCM
Select the applications – Best Guide to Deploy Windows 11 22H2 using SCCM

Review the task sequence details, Click Next.

Windows 11 22H2 Task Sequence - Confirm the task sequence details
Windows 11 22H2 Task Sequence – Confirm the task sequence details

Click Close to complete the wizard.

Windows 11 22H2 Task Sequence - Completed Successfully
Windows 11 22H2 Task Sequence – Completed Successfully

Edit Windows 11 22H2 Task Sequence

Let’s follow the steps to modify an existing task sequence in the Configuration Manager console –

Under Software Library – Operating Systems – Task SequencesRight-click on task sequence and select Edit.

Edit Windows 11 22H2 Task Sequence - Select Edit
Edit Windows 11 22H2 Task Sequence – Select Edit

Edit the Task Sequence to add or remove settings – The Task Sequence uses these phases to determine which tasks must be completed. You can use the task sequence editor to –

  • Add or remove steps and groups from the task sequence
  • Change the order of the steps of the task sequence
  • Set step options like whether the task sequence continues when an error occurs
  • Add conditions to the steps and groups of a task sequence

Add Drivers

Let’s check the steps to Add Apply Driver Package Step to SCCM Task Sequence. Review drivers and applications that will be installed with the task sequence.

Before you deploy the task sequence, make sure the drivers are compatible. To Import DriversCreate Driver packages, and Process to Integrate Driver package into Task Sequence.

Edit Windows 11 22H2 Deployment Task Sequence - Best Guide to Deploy Windows 11 22H2 Using SCCM
Edit Windows 11 22H2 Deployment Task Sequence – Best Guide to Deploy Windows 11 22H2 Using SCCM

You can refer to the following post to modify an existing task sequence –

Important⚠️- Review other settings added in Task Sequence. Make sure to apply all changes. Click Apply and OK, and close the task sequence editor.

Deploy Windows 11 22H2 Using SCCM

Use the following procedure to deploy a task sequence to the computers in a collection.

In the Task Sequence list, select the task sequence you have created, Right-click, and select Deploy.

Windows 11 22H2 Task Sequence - Select Deploy
Windows 11 22H2 Task Sequence – Select Deploy

On the General, click Browse to select the device collection where you wish to perform the deployment.

Deploy to All Unknown Computers – Computers that are not managed by Configuration Manager or a computer not imported into Configuration Manager.

Select Collection - Best Guide to Deploy Windows 11 22H2 using SCCM
Select Collection – Best Guide to Deploy Windows 11 22H2 using SCCM

On the Deployment Settings, select the Purpose of the deployment.

Available – Available deployments require that the user is present at the destination computer. A user must press the F12 key to continue the PXE boot process. If a user isn’t present to press F12, the computer boots into the current OS, or from the next available boot device.

Required – Required deployments use PXE without any user intervention.

To use a PXE-initiated OS deployment, For the Make available to the following setting, select one of the following options –

Configuration Manager clients, media, and PXE
Only media and PXE
Only media and PXE (hidden)

Note – Use the Only media and PXE (hidden) setting for automated task sequence deployments. To have the computer automatically boot to the deployment without user interaction, select Allow unattended operating system deployment and set the SMSTSPreferredAdvertID variable as part of the media.

Configure Deployment Settings - Best Guide to Deploy Windows 11 22H2 using SCCM
Configure Deployment Settings – Best Guide to Deploy Windows 11 22H2 using SCCM

On the Scheduling tab, you can specify the schedule for this deployment. Click Next.

Specify the schedule for deployment - Best Guide to Deploy Windows 11 22H2 using SCCM
Specify the schedule for deployment – Best Guide to Deploy Windows 11 22H2 using SCCM

On the User Experience tab, leave the default selected options. Click Next.

Specify User Experience Settings - Best Guide to Deploy Windows 11 22H2 using SCCM
Specify User Experience Settings – Best Guide to Deploy Windows 11 22H2 using SCCM

On the Alerts page, leave it as default. Click Next.

Alert option - Best Guide to Deploy Windows 11 22H2 using SCCM
Alert option – Best Guide to Deploy Windows 11 22H2 using SCCM

On the Distribution Points page, you can specify how clients interact with the DPs to retrieve content from reference packages. Click Next.

Distribution Points - Best Guide to Deploy Windows 11 22H2 using SCCM
Distribution Points – Best Guide to Deploy Windows 11 22H2 using SCCM

To understand the available options in the Distribution Points tab during task sequence deployment – SCCM Task Sequence Available Deployment Options in Distribution Points Tab | ConfigMgr

Review the selected settings and click Next.

Summary for the deployment - Best Guide to Deploy Windows 11 22H2 using SCCM
Summary for the deployment – Best Guide to Deploy Windows 11 22H2 using SCCM

The deployment targeted successfully to the collection. Click Close to exit the wizard.

The task completed successfully - Best Guide to Deploy Windows 11 22H2 using SCCM
The task completed successfully – Best Guide to Deploy Windows 11 22H2 using SCCM

Results – Windows 11 22H2 Deployment

Different hardware models have different experiences for PXE. To boot to the network – UEFI-based devices typically use the key and BIOS-based devices use the key.

After the device successfully boots via PXE, the task sequence wizard appears. If you password-protect the media, the user has to enter the password on this welcome page. Click Next.

Click Next - Best Guide to Deploy Windows 11 22H2 using SCCM
Click Next – Best Guide to Deploy Windows 11 22H2 using SCCM

Select a task sequence to run: If you deploy more than one task sequence to the device, you see this page to select a task sequence.

Make sure to use a name and description for your task sequence that users can understand. Complete the Task Sequence Wizard by selecting deployed task sequence.

Click Next. The task sequence begins when the policy for the task sequence is downloaded, and the content location is verified.

Policy downloading - Best Guide to Deploy Windows 11 22H2 using SCCM
Policy downloading – Best Guide to Deploy Windows 11 22H2 using SCCM

Once you complete the Wizard, the deployment of the new operating system begins. When the task sequence runs, it displays the Installation progress window. Check more How to Improve SCCM Task Sequence Progress Bar End User Experience | ConfigMgr

Please wait to complete the task sequence deployment. Sign in to the device with your domain or local credentials. Click Start, Type Winver, and Press Enter. You will see Windows 11 version 22H2 (OS Build 22621), was installed successfully.

Let’s quickly look at the Windows 11 build numbers and version numbers. The Windows 11 version build number starts at 22000. But the Windows 11 22H2 version is 10.0.22621.

Windows 11 21H2New! – Windows 11 22H2
10.0.2200010.0.22621
Windows 11 version 22H2 - Deploy Windows 11 22H2 using SCCM
Windows 11 version 22H2 – Deploy Windows 11 22H2 using SCCM

Troubleshooting – Deploy Windows 11 22H2 using SCCM

The SMSTS.log is one of the important log files that will help you troubleshoot installation issues related to Operating System Deployment (OSD) and fix those.

Learn how to read SMSTS.log effectively for troubleshooting SCCM OSD Task Sequence. You can also check SCCM OSD SMSTS Log File Reading Tips with the built-in log reader tool CMTrace.

Author

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.