Quantcast
Channel: Windows 10 - System Center Dudes
Viewing all articles
Browse latest Browse all 73

How to Update Windows ADK on a SCCM Server

$
0
0

With each major release of Windows 10, comes a new release fo the Windows Assessment and Deployment Kit. This means yet another product to keep up-to-date in your environment. In this post, we will cover how to update an existing installation of a Windows ADK on an SCCM server. If you are looking for a history of Windows ADK versions, see our post here.

The following steps can be applied no matter what version of the ADK is already installed or will be installed.

Why the Windows ADK must be updated?

  • Stay supported for SCCM and Windows 10 OS deployment
  • *Should* match the Windows 10 version deployed
  • New setting in WinPE or in the Unattend.xml for the latest Windows 10 build
Notes
  • Windows ADK has not an history of bug-free releases. You should hold on the update for a couple days/weeks to see bug reports
  • It’s not mandatory to update the Windows ADK in order to deploy the latest Windows 10 build. An earlier version of the Windows ADK should work just fine, even if unsupported when a new rWindows 10 release comes out.

Windows ADK Compatibility Chart

Here’s the table for Windows ADK compatibility with SCCM Current Branch, as the time of posting.

SCCM Update Windows ADK

For the latest compatibility chart, click this Technet documentation

Consideration before updating Windows ADK
  • If you modified the default USMT configuration XML, they should be backed up before starting the update of Windows ADK
  • Boot images will require more or less work, depending on your setup.

How to update Windows ADK

The process of updating the Windows ADK is pretty straight forward:

  • Download the latest version of the Windows ADK
  • Execute ADKSetup.exe

SCCM Update Windows ADK

  • Select Download and provide a path. This will allow to pre-download Windows ADK content prior to the installation

SCCM Update Windows ADK

  • Select Privacy level for the download

SCCM Update Windows ADK

  • Accept the License Agreement

SCCM Update Windows ADK

  • Download will take some time as the Windows ADK is about 4.4GB

SCCM Update Windows ADK

  • Download completed

SCCM Update Windows ADK

  • Once ready for the update, the old version of the Windows ADK must be uninstalled
  • Open Program and Features, select Windows Assessment and Deployment Kit – Windows 10 and click on Uninstall

SCCM Update Windows ADK

  • Once the previous Windows ADK is uninstalled, reboot the server
  • Once rebooted, run ADKsetup.exe in the download folder you specified in the previous step

SCCM Update Windows ADK

  • Select the installation path, click Next

SCCM Update Windows ADK

  • Select Privacy level wanted. Click Next

SCCM Update Windows ADK

  • Accept license agreement

SCCM Update Windows ADK

  • Select the following mandatory features. You can select more if you need others. Click Install
    • Deployment Tools
    • Windows Preinstallation Environment (Windows PE)
    • User State Migration Tool (USMT)

SCCM Update Windows ADK

  • Once completed, verify in the Program and Feature that Windows ADK has been updated to the latest version

SCCM Update Windows ADK

  • Reboot the server once again

Updating Boot images

After the Windows ADK update is completed,  boot images must be updated in order to use the latest bits for Windows PE.

There are 2 scenarios for you boot images:

Default boot image and updated ADK prior of an SCCM upgrade

If you updated the ADK prior to an in-place upgrade of SCCM to a latest Current branch release, the upgrade of SCCM will automatically regenerate the default boot images as part of the upgrade.

This is not clearly stated as part of an SCCM upgrade. After an upgrade, look at the OS version of the default Boot images, if it is matching your installed version of the Windows ADK, you are good!

SCCM Update Windows ADK

Some times, the automatic update of the default boot images doesn’t work. This is often caused by old driver that are added to boot images.

This will be possible to catch by having a previous version on the boot images

Custom boot image or updated Windows ADK after an SCCM Upgrade

If you are in one of those situation, boot images must be taken care of in a more manual fashion.

  • If you use custom boot images
  • If you already did the SCCM upgrade prior to the Windows ADK update

Wilhelm Kocher and Herbert Fuchs, from Microsoft Premier, created a powershell script to help with this matter

  • Download the powershell script here
  • Execute a Powershell command as administrator
  • Run the script

SCCM Update Windows ADK

  • Provide Boot Image name. This is the WIM file name

SCCM Update Windows ADK

  • Provide Boot Image Console name. This is the Name field used for the boot image in the SCCM console

SCCM Update Windows ADK

  • Provide BootImageConsoleDescription. This is the comment. Can be blank.

SCCM Update Windows ADK

  • Provide the BootImageConsoleVersion. This is the Version field for the boot image in the SCCM console

SCCM Update Windows ADK

  • Provide the OSArchitecture. Possible value X86 or AMD64

SCCM Update Windows ADK

  • Choose to EnableDebugShell. Possible value True or False

SCCM Update Windows ADK

  • Select if PXEEnabled. Possible value True or False

SCCM Update Windows ADK

  • Select OverwriteExistingImage. Possible value True or False

SCCM Update Windows ADK

  • Select UpdateDistributionPoints. Possible value True or False

SCCM Update Windows ADK

  • The script will now update the boot image with the latest source, while adding all your customization selected from SCCM.

 SCCM Update Windows ADK

Using this script will inject the latest WinPE and also update distribution point when done

Note

A new feature is available in the Technical Preview 1704 of SCCM.

When we hit Update Distribution Point on a boot image (custom or default), it will be possible to Reload this boot image with the current Windows PE version from the Windows ADK

This will actually do the exact same thing as the script used!

SCCM Update Windows ADK

 

Unattend.xml consideration

Unattend.xml files are used to pass configuration to Windows while the installation is going on. With a new release of Windows 10, new settings could become available at the installation time.  XML files are configured using Windows System Image Manager (Windows SIM). Windows SIM is part of the ADK.

That said, new or modified unattend.xml files could be needed along with new Windows 10 releases. They should be modified or created with Windows SIM, after the Windows ADK as been updated.

Contributor of System Center Dudes. Based in Montreal, Canada, Senior Microsoft SCCM consultant, working in the industry for more than 10 years. He developed a strong knowledge of SCCM and MDT to build automated OS deployment solution for clients, managed large and complexe environment, including Point of Sale (POS) related projects.

The post How to Update Windows ADK on a SCCM Server appeared first on System Center Dudes.


Viewing all articles
Browse latest Browse all 73

Trending Articles