How can I dynamically deploy multiple operating systems with System Center 2012 R2 Configuration Manager ?

Introduction

Traditionally you deploy one operating system per task sequence but there are times when you might want to deploy more than operating system in the same task sequence.

There are a variety of ways of doing this, for example you could use a MDT based User Driven Installation (UDI) task sequence which in turn requires you to use the UDI Wizard Designer to edit the Volume page and add, remove or re-order Operating System wim images which can then be displayed to the end user (shown below).

Multiple WIMS via UDI task sequence.png

 

This works well as long as you are willing to use UDI based task sequences and the associated UDI Designer Wizard and don’t mind updating the MDT Toolkit Files package after doing so.

 

Alternatively you could use a dynamic task sequence which uses a HTA FrontEnd (hypertext application or web page..) that is based on variables set in the task sequence itself. The HTA method is more dynamic as you do not need to update the MDT Toolkit files package every time you make a change to one of the operating systems included in the task sequence and you don’t need to use a User Driven Installation based task sequence either.

 

Here is what the FrontEnd looks like

 

Multi Image.png

 

you can click on the drop down menus to select from the Operating Systems that you make available

 

drop down menu.png

 

In addition you can use tooltips (by hovering over a drop down menu) in this task sequence to display helpful info to the end user about what each operating system is for.

 

tooltip.png

 

 

So how is it done ? I’ll show you.

 

Step 1. Get the Task Sequence

 

Download the Multiple Operating Systems in a Task Sequence below.

 

Attached File  Multi-Image task sequence.zip   33.33KB

 

You need to import it into your Configuration Manager server. To Import it, in the Configuration Manager console navigate to the Software Library and find the Operating Systems section, right click on Task Sequences and choose Import Task Sequence as shown below.

 

Import Task Sequence.png

 

browse to the UNC path where you downloaded the ZIP file above

 

browse to the source.png

 

click next, you will get an import failure for the boot wim, select Ignore Dependency as shown below

 

ignore dependency.png

 

The task sequence is imported successfully.

 

successfully imported.png

 

Step 2. Get the HTA

 

Download the Multi Image HTA below

 

Attached File  Multi-Image.zip   526.6KB

 

Unzip these files and copy them to a folder on your Configuration Manager server. Next, create a package by doing as follows, select Application Management in software Library, and choose Packages, right click and choose Create Package

 

create package.png

 

fill in some info about the package, call it Multi-Image

 

path of multi-image.png

 

Select do not create a program

 

do not create a program.png

 

continue through the wizard until done

 

continue until done.png

 

Step 3. Distribute the package

 

Right click on the Multi-Image package and choose Distribute Content,

 

distribute content.png

 

distribute it to all your distribution points as shown below

 

content destination.png

 

continue until the wizard is complete.

 

wizard is complete.png

 

Step 4. Edit the Task sequence

 

Right click on the Multiple Operating Systems in a Task Sequence task sequence and choose edit,

 

edit task sequence.png

 

you’ll probably see the error below, it’s ok we are going to add that package next…

 

objects referenced.png

 

On the Display HTA step, click on the Browse button beside Package, and select the Multi-Image so it looks like below

 

display hta.png

 

Once done, take a look at the three OSName variables, they are what is shown to the end user in the Multi-Image HTA. You can set these variables to match whatever three (or two or more) operating systems you are deploying in this task seqence.

 

OSName variable.png

 

in addition you can define the two tooltips used in the HTA

 

tooltip variable.png

 

If you want the HTA to display make/model and serial number info then add a MDT Toolkit Files step, immediately followed by a MDT Gather step as shown below (this is optional, and requires MDT Integration with Configuration Manager 2012.)

 

MDT Gather.png

 

Now you need to add your operating system images, under the New Computer Group,click add,choose images and then apply operating system image as shown below

 

add images apply operating system image.png

 

click on browse and browse to your selected operating system image

 

windows 7 enterprise.png

 

Next, select the Options tab, and add a condition (Task Sequence Variable) and enter the following info, ImageValue = OSValue1 as shown below

 

OSVALUE1.png

 

repeat the above for each Operating System Image you want to deploy, however set the options value for the variable ImageValue to OSValue2 or OSValue3 as appropriate.

 

You don’t need to make all three available, you can simply disable one or two in the task sequence if you want and they won’t appear in the HTA. Dynamic !

 

disable this step.png

 

for the purpose of this task sequence, you can go ahead and add a boot wim and then deploy it for testing, obviously you’ll want to customize the task sequence to do all the actions you normally do,

 

below you can see that the second Operating System image was selected (OSValue2) and is being deployed as logged in SMSTS.log

 

osvalue2 selected.png

 

That’s it, job done !

 

 

 

 

 

 

Summary

Deploying multiple operating systems with Configuration Manager 2012 R2 is easy enough and there are many ways of doing it, this method is dynamic and I hope you try it out !.

 

Related Reading

Downloads

You can download a Microsoft Word copy of this guide here.

 

Attached File  Multiple Wim Images in One Task Sequence.zip   2.27MB

This entry was posted in ConfigMgr 2012, MDT 2012, MDT 2013. Bookmark the permalink.

One Response to How can I dynamically deploy multiple operating systems with System Center 2012 R2 Configuration Manager ?

  1. savedinhi says:

    I couldn’t understand why all my HTA’s I attempted to use with SCCM 2012 wouldn’t work, well I discovered there are two key prerequisites!

    1) Install MDT and integrate into SCCM (Follow the link below and scroll down to the “Now we are ready to integrate MDT with SCCM” section.
    http://geekswithblogs.net/Wchrabaszcz/archive/2013/11/12/sccm2012-r2–how-to-integrate-mdt-with-sccm.aspx

    2) Add HTA support to your boot image.
    http://www.petervanderwoude.nl/post/add-hta-support-to-a-boot-image-with-configmgr-2012/

    After doing both these steps I was finally able to get it to work, wahoo!!!

    Thanks and good luck!

Leave a Reply

Your email address will not be published. Required fields are marked *

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