refreshing conversion test build

This commit is contained in:
Brian Lich
2016-03-21 11:28:01 -07:00
parent fec19851ba
commit 6d38dc68b7
736 changed files with 2316 additions and 5430 deletions

View File

@ -1,9 +1,8 @@
---
title: Upgrade to Windows 10 with the Microsoft Deployment Toolkit (Windows 10)
description: The simplest path to upgrade PCs that are currently running Windows 7 Windows 8 or Windows 8.1 to Windows 10 is through an in place upgrade.
MSHAttr: PreferredLib /library
description: The simplest path to upgrade PCs that are currently running Windows 7, Windows 8, or Windows 8.1 to Windows 10 is through an in-place upgrade.
ms.assetid: B8993151-3C1E-4F22-93F4-2C5F2771A460
keywords: ["upgrade update task sequence deploy"]
keywords: ["upgrade, update, task sequence, deploy"]
ms.prod: W10
ms.mktglfcycl: deploy
ms.sitesec: library
@ -17,16 +16,6 @@ author: CFaw
- Windows 10
**In this article**
- [Proof-of-concept environment](#proof-of-concept-environment)
- [Set up the upgrade task sequence](#set-up-the-upgrade-task-sequence)
- [Create the MDT production deployment share](#create-the-mdt-production-deployment-share)
- [Add Windows 10 Enterprise x64 (full source)](#add-windows-10-enterprise-x64--full-source-)
- [Create a task sequence to upgrade to Windows 10 Enterprise](#create-a-task-sequence-to-upgrade-to-windows-10-enterprise)
- [Perform the Windows 10 upgrade](#perform-the-windows-10-upgrade)
- [Related topics](#related-topics)
The simplest path to upgrade PCs that are currently running Windows 7, Windows 8, or Windows 8.1 to Windows 10 is through an in-place upgrade. You can use a Microsoft Deployment Toolkit (MDT) 2013 Update 1 task sequence to completely automate the process.
## Proof-of-concept environment