I've had my head buried in answer files for days now and have gotten quite comfortable setting them up, test, etc...
I use a handful of Components to help my migrations, for my unattend.xml
I like:
Windows-International-Core-WinPE --> this is good for setting Locales the preboot environment (
en-us
for us english US speakers). Keeps me from having to set these on the initial image boot.Windows-Setup_neutral --> I like the
WindowsDeploymentServices -> ImageSelection
, especially if I'm only pushing a single image. This keeps me from having to select it each time.
My OOBE_Unattend.xml
is really useful and I barely have to touch anything during this part of the installation:
Windows-Shell-Setup_neutral --> This lets me put a ProductKey in for my MAK volume license (very useful and time saving). I can also set the TimeZone for the installation.
Windows UnattendedJoin_neutral --> I couldn't live without this component. It joins the machine on my domain before logging in as a domain administrator. I would hate to not have this ability.
Windows-International-Core --> Again this component really speeds up the OOBE process. I configure my locals and time zone so I don't have to do it by hand when the machine enters OOBE.
Windows-Shell-Setup --> Allows you to configure an autologon when the new machine is finished. I like to logon as a domain admin automatically for customizing and troubleshooting the new machine immediately after it is imaged. Also the OOBE component under here lets me skip the EULA, Hide Wireless Setup, and set my default NetworkLocation. All of this makes the entire OOBE totally automated.
What are some other good components I am missing as far as helping me get these images pushed and configured as quickly as possible?
Enable Remote Desktop
But you also use the Microsoft Deployment Toolkit 2010, which works better that WAIK. The latest version of the MDT 2010, also supports Office 2010. To simplify desktop deployment, Microsoft first created Microsoft Solution Accelerator for Business Desktop Deployment (BDD), an integrated toolset together with comprehensive guidance for deploying Windows Vista and the 2007 Office System. BDD went through several versions including:
BDD has now morphed into Microsoft Deployment Toolkit 2008 (MDT 2008) which lets you deploy the following versions of Microsoft Windows:
In addition, you can use MDT 2008 to deploy the 2007 Microsoft Office system and Microsoft Office 2003 to your desktop computers.
MDT 2008 simplifies the task of deploying Windows Vista by providing the following benefits:
A newer version of that is the MDT 2010, which supports: PowerShell Windows 7 and Windows Server 2008 (R2) Finally, there are a number of other enhancements in MDT 2010 relating to security, stability and performance. For example, you can now refresh a computer that has a volume protected by Windows BitLocker Drive Encryption without having to decrypt and re-encrypt the protected volume. This makes this particular refresh scenario more secure and much faster than before.