In this post, we will deploy the newly released Windows 2016 with SCCM 1606. We will describe how to create a SCCM Windows 2016 deployment task sequence and deploy it to your servers. If you’re new to operating system deployment, read the preparation of your environment post before reading this one.

This task sequence will help you deploy a “vanilla” Windows 2016 using the default Install.wim from the Windows 2016 media. This means that you’ll end up with a basic Windows 2016 with the SCCM client and nothing else.

You will be able to edit this task sequence later to customize it to your environment.

[su_box title=”Important” style=”glass” box_color=”#000000″ title_color=”#F0F0F0″]For this post, we used SCCM 1606 with ADK 1607 on an HyperV platform[/su_box]

Prepare your Operating Systems

We will now import the Windows 2016 WIM file before deployment.

[su_box title=”Important” style=”glass” box_color=”#000000″ title_color=”#F0F0F0″]You’ll see both Operating System Images and Operating System Upgrade Packages. One is to import .WIM files and the other one is for Full Media. We will need both for different scenarios. In the case of a vanilla deployment or after a build and capture, you use Operating System Images to import the WIM files. In an Upgrade task Sequence, you will need to have the Full media imported in Operating System Upgrade Packages.[/su_box]

We will start by importing the default Install.Wim from the Windows 2016 media. You could also import a WIM file that you’ve created through a build and capture process.

  • Mount the Windows 2016 ISO file
  • Go to the Sources folder
  • Copy the Install.Wim file to your SCCM repository. You can rename the Wim file if needed
  • Open the SCCM Console
  • Go to Software Library / Operating Systems / Operating System Images
  • Right click Operating System Images and select Add Operating System Image

SCCM Windows 10 deployment

  • On the Data Source tab, browse to the WIM file you just imported. The path must be in UNC format

SCCM Windows 10 deployment

  • In the General tab, enter the Name, Version and Comment, click Next

SCCM Windows 2016 Deployment

  • On the Summary tab, review your information and click Next

SCCM Windows 2016 Deployment

  • Complete the wizard and close this window

SCCM Windows 2016 Deployment

Distribute your Operating System Image

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

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

SCCM Windows 2016 Deployment

Create SCCM Windows 2016 Deployment Task Sequence

  • Open the SCCM Console
  • Go to Software Library \ Operating Systems \ Task Sequences
  • Right-click Task Sequences and select Create Task Sequence

SCCM Windows 10 Task Sequence

  • On the Task Sequence wizard, select Install an existing image package

SCCM Windows 10 Task Sequence

  • On the Task Sequence Information pane, enter the desired Name, Description and Boot Image

SCCM Windows 2016 Deployment

  • On the Install Windows pane, select the Image package and Image index. We will select the second index which is Windows 2016 Standard edition.
  • Leave the check box beside Partition and Format the target computer before installing the operating system
  • Uncheck Configure task sequence for use with Bitlocker
  • Leave the Product key blank, if you are using MAK keys, read this post on how to handle that in your Task Sequence. (TL;DR: Even with MAK key, you need to leave the Product key blank)
  • Enter an Administrator password if needed

SCCM Windows 2016 Deployment

  • In the Configure Network pane, you can select to Join a workgroup or domain. If you select Join a domain, enter your domain information, OU and credentials

SCCM Windows 10 Task Sequence

  • On the Install Configuration Manager Client pane, select your Configuration Manager Client Package and enter your installation properties

SCCM Windows 10 Task Sequence

  • On the State Migration pane, we will remove all checkbox as we don’t want to use User State Migration at this time

SCCM Windows 10 Task Sequence

  • On the Include Updates pane, select the desired Software Update task
    • Required for installation will install the updates regardless of whether there is a deadline set on the deployment (on your OSD collection)
    • Available for installation will only install updates from deployments that have a scheduled deadline (on your OSD collection)
    • Do not install any software updates will not install any software update during the Task Sequence

19910-7

  • On the Install Applications tab, click on the Star Icon to add any application that you want to be installed during your deployment. Only applications will be listed. If you need to add packages, you can add it by editing the task sequence later. Theses applications will be deployed each time the task sequence is executed.

SCCM Windows 10 Task Sequence

  • On the Summary tab, review your settings and click Next

SCCM Windows 2016 Deployment

  • On the Completion tab, click Close

SCCM Windows 2016 Deployment

Deploy Windows 2016 Task Sequence

Now that your Task Sequence is created, we will deploy it to a collection and start a Windows 2016 deployment.

[su_box title=”Warning” style=”glass” title_color=”#F0F0F0″]Be careful when targeting the deployment. This task sequence will format and install a new OS to targeted devices.[/su_box]

  • Open the SCCM Console
  • Go to Software Library \ Operating Systems \ Task Sequences
  • Right-click your Windows 2016 Task Sequence and select Deploy

SCCM Windows 2016 Deployment

  • On the General pane, select your collection. This is the collection that will receive the Windows 2016 installation. For testing purposes, we recommend putting only 1 computer to start

SCCM Windows 2016 Deployment

  • 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)
  • In the Make available to the following drop down, select the Only media and PXE. This will ensure that you do not send the deployment on clients. This is also useful to avoid errors, using this options you *could* send the deployment to All Systems and no clients would be able to run the deployment from Windows

SCCM Windows 10 Task Sequence

  • On the Scheduling tab, enter the desired available date and time. On the screenshot, we can’t create an Assignment schedule because we select Available in the previous screen

SCCM Windows 10 Task Sequence

  • In the User Experience pane, select the desired options

SCCM Windows 10 Task Sequence

  • In the Alerts tab, check Create a deployment alert when the threshold is higher than the following checkbox if you want to create an alert on the failures

SCCM Windows 10 Task Sequence

  • On the Distribution Point pane, select the desired Deployment options. We will leave the default options

SCCM Windows 10 Task Sequence

  • Review the selected options and complete the wizard

SCCM Windows 2016 Deployment

SCCM Windows 2016 Deployment

PXE Boot

Now that we’ve created our task sequence and that it’s deployed. We can start the deployment on the machine. Make sure that your system is a member of your deployment collection and start the device. For this example, we will be using a virtual machine running on Hyper-V.

  • The machine is booting and waiting for the PXE to respond

SCCM Windows 10 Task Sequence

  • Our SCCM distribution point is sending the boot image to our VM

SCCM Windows 10 Task Sequence

  • The Welcome to the Task Sequence Wizard pops-up. This is because of the Available purpose in the Deployment Settings. If we had a Required deployment, the task sequence would start right away. Click Next

SCCM Windows 10 Task Sequence

  • All the available task sequence are listed. In our example we have only 1 deployment on our collection so only 1 task sequence is available. Select the task sequence and click Next

SCCM Windows 2016 Deployment

  • The Task Sequence starts

SCCM Windows 2016 Deployment

Completed !

19910-101

Monitoring

See our blog post on this topic which covers the various ways to monitor your Task Sequence progress.

Comments (3)

Richard

11.20.2019 AT 07:28 AM
Hello System Center Dudes another really useful guide thankyou. Can you help me with something please that's really bugging me. I have done the above build with success, but its installing with "en-US" I.e. language / keyboard / display settings. So at the moment any time and efficiency savings of using this is being wasted by having to go in and hack about with the language settings. I need it to install everything as "en-GB". Do I use a "Answer File" to achieve this? Does anyone have a working one I could try, because no matter how many I try its never worked for me. Any help would be really appreciated thankyou. Richard

XXXYYY

08.22.2017 AT 09:11 AM
Create a variable on the collection called OSDComputerName with no value and it will prompt you for the server name before the Task Sequence starts.

fabrice

08.14.2017 AT 02:55 PM
hello I try to manage computername Only with SCCM whitout MDT how can I do that I tried also with mdt with cs.ini but he dont manage the cs.ini for I still have mini-434343 name Do you have a solution