Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering the Microsoft Deployment Toolkit

You're reading from   Mastering the Microsoft Deployment Toolkit Take a deep dive into the world of Windows desktop deployment using the Microsoft Deployment Toolkit

Arrow left icon
Product type Paperback
Published in May 2016
Publisher
ISBN-13 9781782172499
Length 330 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Authors (2):
Arrow left icon
Jeff Stokes Jeff Stokes
Author Profile Icon Jeff Stokes
Jeff Stokes
Manuel Singer Manuel Singer
Author Profile Icon Manuel Singer
Manuel Singer
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. Imaging Concepts and Theory FREE CHAPTER 2. Setting Up Your Environment 3. Creating Reference Images 4. Default User Profile Customization 5. CustomSettings.ini and Task Sequence 6. Drivers 7. Image Deployment 8. USMT – The User State Migration Tool 9. Troubleshooting Deployment Logs 10. Validating the Image 11. Database, UserExit Scripts, and Web Services A. Additional Enterprise Configuration Items

Setup

For most Windows users, the setup process is something of a black box. You run setup and stuff happens and then voilá, you have a Windows installation. For the deployment engineer however, the setup process is where the magic happens. MDT manipulates the setup by providing variables along the process, to customize the resulting image for the target machine.

MDT does this by inserting variables into the Unattend.xml file for Windows setup. Some of these variables can even be provided dynamically based on queries using a technique known as UserExit scripts. These are used to determine a variables property based on something such as the organizational unit (OU) of a user account, the location of the machine on the network (usually determined by what the default gateway value is), or a hardware query such as chassis type=laptop to specify that the machine is a laptop and therefore needs a VPN client installed.

The options available to the engineer are detailed in depth in the technical documents of the MDT word documents available on the Microsoft download site at https://technet.microsoft.com/en-us/library/dn781292.aspx. Some are documented in MSDN as well in further detail.

Troubleshooting in the setup isn't generally considered an easy thing to work on in IT. MDT makes it somewhat more straightforward for engineers by centralizing a logging directory for the administrator. A master smsts.log file logs the activity of the task sequencer and will indicate which sublog is needed to review for additional information if needed.

You have been reading a chapter from
Mastering the Microsoft Deployment Toolkit
Published in: May 2016
Publisher:
ISBN-13: 9781782172499
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image