Deploy Windows 8.1 with the Microsoft Deployment Toolkit

Applies To: Windows 8.1

This guide will walk you through the process of deploying Windows 8.1 in an enterprise environment using the Microsoft Deployment Toolkit (MDT), and MDT 2013 specifically.

The Microsoft Deployment Toolkit is a unified collection of tools, processes, and guidance for automating desktop and server deployment. In addition to reducing deployment time and standardizing desktop and server images, MDT enables you to more easily manage security and ongoing configurations. MDT builds on top of the core deployment tools in the Windows Assessment and Deployment Kit (Windows ADK) with additional guidance and features designed to reduce the complexity and time required for deployment in an enterprise environment.

MDT 2013 support the deployment of Windows 8.1 and Windows Server 2012 R2, as well as Windows 7 and Windows 8. It also includes support for zero-touch installation (ZTI) with Microsoft System Center 2012 R2 Configuration Manager.

Download MDT 2013

In this topic

See also

Proof-of-Concept Environment

For the purposes of this guide, and the topics discussed herein, we will use the following servers and client machines: DC01, MDT01, CM01, PC0001, and PC0002.

Figure 1. The servers and machines used for examples in this guide.

DC01 is a domain controller; the other servers and client machines are members of the domain contoso.com for the fictitious Contoso Corporation.

Figure 2. The organizational unit (OU) structure used in this guide.

Server details

  • DC01. A Windows Server 2012 R2 Standard machine, fully patched with the latest security updates, and configured as Active Directory Domain Controller, DNS Server, and DHCP Server in the contoso.com domain.

    • Server name: DC01

    • IP Address: 192.168.1.200

    • Roles: DNS, DHCP, and Domain Controller

  • MDT01. A Windows Server 2012 R2 Standard machine, fully patched with the latest security updates, and configured as a member server in the contoso.com domain.

    • Server name: MDT01

    • IP Address: 192.168.1.210

  • CM01. A Windows Server 2012 R2 Standard machine, fully patched with the latest security updates, and configured as a member server in the contoso.com domain.

    • Server name: CM01

    • IP Address: 192.168.1.214

Client machine details

  • PC0001. A Windows 8.1 Enterprise x64 machine, fully patched with the latest security updates, and configured as a member in the contoso.com domain. This machine is referenced as the admin workstation.

    • Client name: PC0001

    • IP Address: DHCP

  • PC0002. A Windows 7 SP1 Enterprise x64 machine, fully patched with the latest security updates, and configured as a member in the contoso.com domain. This machine is referenced during the migration scenarios.

    • Client name: PC0002

    • IP Address: DHCP

Sample files

The information in this guide is designed to help you deploy Windows 8.1. In order to help you put the information you learn into practice more quickly, we recommend that you download a small set of sample files for the fictitious Contoso Corporation:

  • Gather.ps1. This sample Windows PowerShell script performs the MDT Gather process in a simulated MDT 2013 environment. This allows you to test the MDT gather process and check to see if it is working correctly without performing a full Windows deployment.

  • Set-OUPermissions.ps1. This sample Windows PowerShell script creates a domain account and then configures OU permissions to allow the account to join machines to the domain in the specified OU.

  • MDTSample.zip. This sample web service shows you how to configure a computer name dynamically using MDT 2013.