Deploying Windows 8: Unattended Installation Using Windows Deployment Services (WDS) – Part II

  See also: Deploying Windows 8: Unattended Installation Using Windows Deployment Services (WDS) – Part I In the first post of this series we’ve already reviewed the initial steps for preparing Windows Deployment Services (WDS), adding boot and clean Windows 8 images into the environment, an also how to capture a reference Windows 8 image for deployment. Now, it is […]

Read More →

Deploying Windows 8: Unattended Installation Using Windows Deployment Services (WDS) – Part I

  See also: Deploying Windows 8: Unattended Installation Using Windows Deployment Services (WDS) – Part II For a while now I’ve been preparing articles in this blog regarding deploying operating systems, and especially unattended deployments. I’ve started with Windows Vista deployments and the initial version of Windows Deployment Services (Post I, Post II and Post III); the moving forward with […]

Read More →

Microsoft Deployment Toolkit (MDT) 2012 Beta 1 Available!

  Microsoft has just released as a public beta the newest version of Microsoft Deployment Toolkit (MDT) 2012 with a few important updates: Supporting System Center Configuration Manager (SCCM) 2012. Using Lite Touch Installation (LTI), great improvements in the client side look-n-feel. Also for LTI, behind-the-scenes enhancements for partitioning, UEFI (Unified Extensible Firmware Interface), and user state migration. Some minor […]

Read More →

Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part III

  Other posts in this series: Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part I Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part II Now that we’ve reviewed in Post I of this series how we can complete the initial configurations in MDT 2010, added a clean Windows […]

Read More →

Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part II

Other posts in this series: Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part I Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part III After completing the first post of this series where we’ve installed and configured MDT 2010 Update 1, added a Windows 7 clean image to the […]

Read More →

Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part I

Other posts in this series: Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part II Deploying Windows 7 + Office 2010 Using Microsoft Deployment Toolkit (MDT) 2010 – Part III I’ve started (finally!) re-editing a set of posts created a while ago: “Microsoft Deployment Toolkit 2010 Beta 1: Using MDT to Prepare, Install and Capture […]

Read More →

Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step – Part II

  See also: Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step – Part I After reviewing Post I about installing and configuring Windows Deployment Services, we’ve also review the process of capturing a customized Windows 7 image and upload it to WDS. To image is already available and we can use it to deploy on workstations from a PXE […]

Read More →

Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step – Part I

  See also: Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step – Part II  We had a good look about the possibilities about Windows deployment; regarding Windows 7 we’ve completed a guide using Microsoft Deployment Toolkit 2010 (MDT 2010 beta) to capture and deploy unattended installations of Windows 7 with Office 2007 (Post I, Post II and Post III). […]

Read More →

Step-by-Step: Adding Hyper-V Integration Components to Windows PE using WAIK 2.0 Tools

For those that have been using Windows Automated Installation Kit (WAIK) 2.0 released recently (download link here) or using Microsoft Deployment Toolkit 2010 Beta 1, that works only with WAIK 2.0 (check these articles of mine about MDT 2010: Post I, Post II and Post III); maybe you’ve noticed that the management tools that were included with WAIK 1.1 (and 1.0) disappeared in this new version. These tools were consolidated by one command-line: DISM.exe (more info on Post I about MDT 2010). Meaning that the Windows PE management (like customizing, adding drivers or inserting Hyper-V integration components to those images) that you executed on previous versions of WAIK, has significant changes. On this post we’ll be reviewing how to add the Hyper-V Integration Components to a Windows Preinstallation Environment (Windows PE) image, including the new Windows PE 3.0. Why should I need to add the Hyper-V Integration Components to Windows PE? The Integration Components of Hyper-V are a set of drivers that are a significant performance change that you can apply to virtual machines for them to be able to install synthetic devices instead of emulated devices. Some of the drivers that are installed using the Integration Components are: Video driver, network driver (with this you avoid using Hyper-V’s Legacy Network adapter), storage driver, VMBUS (transport for synthetic devices), time sync (time synchronization with the host), etc. Adding Hyper-V Integration Components  As I mentioned before, I prepared a set of […]

Read More →