Book Image

Microsoft System Center Configuration Manager Advanced Deployment

By : Martyn Coupland
Book Image

Microsoft System Center Configuration Manager Advanced Deployment

By: Martyn Coupland

Overview of this book

Table of Contents (20 chapters)
Microsoft System Center Configuration Manager Advanced Deployment
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Creating custom boot images


When you deploy a Configuration Manager site, you will find that two boot images already exist in the console. These are created using the Windows Assessment and Deployment Toolkit or Windows ADK just like any other boot image.

Configuration Manager does not support the ability to create a boot image out of the box, unless you integrate MDT, in which case, you can then create your boot image from the console. Configuration Manager does, however, support adding custom boot images that have already been created. Without this interaction, we need the ability to build a boot image. This can be done using the .NET Framework along with the Windows ADK and some other utilities.

Before we begin with any scripting, the following few steps need to be completed:

  1. Create a folder called PEImage_x64.

  2. Then copy winpe.wim from the installation path of your ADK installation (Windows Preinstallation Environment\amd64\en-us) to the folder created in step 1.

  3. Create another folder called...