mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 02:43:43 +00:00
draft01
This commit is contained in:
@ -1,6 +1,5 @@
|
|||||||
# Deploy Windows 10 with the Microsoft Deployment Toolkit (MDT)
|
# Deploy Windows 10 with the Microsoft Deployment Toolkit (MDT)
|
||||||
## [Understand MDT](get-started-with-the-microsoft-deployment-toolkit.md)
|
## [Get started with MDT](get-started-with-the-microsoft-deployment-toolkit.md)
|
||||||
## [Install MDT](install-mdt.md)
|
|
||||||
|
|
||||||
## Deploy Windows 10 with MDT
|
## Deploy Windows 10 with MDT
|
||||||
### [Prepare for deployment with MDT](prepare-for-windows-deployment-with-mdt.md)
|
### [Prepare for deployment with MDT](prepare-for-windows-deployment-with-mdt.md)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Understand the Microsoft Deployment Toolkit (MDT) (Windows 10)
|
title: Get started with the Microsoft Deployment Toolkit (MDT) (Windows 10)
|
||||||
description: This topic will help you gain a better understanding of how to use the Microsoft Deployment Toolkit (MDT), as part of a Windows operating system deployment.
|
description: This topic will help you gain a better understanding of how to use the Microsoft Deployment Toolkit (MDT), as part of a Windows operating system deployment.
|
||||||
ms.assetid: a256442c-be47-4bb9-a105-c831f58ce3ee
|
ms.assetid: a256442c-be47-4bb9-a105-c831f58ce3ee
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
@ -16,18 +16,31 @@ author: greg-lindsay
|
|||||||
ms.topic: article
|
ms.topic: article
|
||||||
---
|
---
|
||||||
|
|
||||||
# Understand the Microsoft Deployment Toolkit (MDT)
|
# Get started with MDT
|
||||||
|
|
||||||
**Applies to**
|
**Applies to**
|
||||||
- Windows 10
|
- Windows 10
|
||||||
|
|
||||||
This guide will help you gain a better understanding of how to use the [Microsoft Deployment Toolkit (MDT)](https://docs.microsoft.com/en-us/configmgr/mdt/index) to deploy Windows 10.
|
This guide will help you understand how to install, configure, and use the [Microsoft Deployment Toolkit (MDT)](https://docs.microsoft.com/en-us/configmgr/mdt/index) to deploy Windows 10.
|
||||||
|
|
||||||
When you are ready to try using MDT, see a list of available [Topics in this guide](#topics-in-this-guide).
|
## Topics in this guide
|
||||||
|
|
||||||
|
| Topic | Description | Required / optional |
|
||||||
|
| :--- | :--- | :--- |
|
||||||
|
| [Get started with MDT](get-started-with-the-microsoft-deployment-toolkit.md) | A detailed overview of MDT (this topic). | Optional |
|
||||||
|
| [Deploying Windows 10 with MDT](deploy-windows-10-with-the-microsoft-deployment-toolkit.md) | A description of the lab infrastructure and requirements. | Optional |
|
||||||
|
| [Prepare for deployment with MDT](prepare-for-windows-deployment-with-mdt.md) | Installation of MDT. | Required |
|
||||||
|
| [Create a Windows 10 reference image](create-a-windows-10-reference-image.md) | Create a deployment share, configure rules and settings, and import all the applications and operating system files required to build a Windows 10 reference image. | Required |
|
||||||
|
| [Deploy a Windows 10 image using MDT](deploy-a-windows-10-image-using-mdt.md) | Take a reference image for Windows 10 and deploy that image to your environment using MDT. | Required |
|
||||||
|
| [Build a distributed environment for Windows 10 deployment](build-a-distributed-environment-for-windows-10-deployment.md) | Replicate your Windows 10 deployment shares to facilitate the deployment of Windows 10 in remote or branch locations. | Optional |
|
||||||
|
| [Refresh a Windows 7 computer with Windows 10](refresh-a-windows-7-computer-with-windows-10.md) | Use MDT Lite Touch Installation (LTI) to upgrade a Windows 7 computer to a Windows 10 computer using the computer refresh process. | Required |
|
||||||
|
| [Replace a Windows 7 computer with a Windows 10 computer](replace-a-windows-7-computer-with-a-windows-10-computer.md) | Use MDT Lite Touch Installation (LTI) to replace the a Windows 7 computer with a Windows 10 computer using the replace process. | Required |
|
||||||
|
| [Perform an in-place upgrade to Windows 10 with MDT](upgrade-to-windows-10-with-the-microsoft-deployment-toolkit.md) | Use an MDT task sequence to completely automate the in-place upgrade process. | Required |
|
||||||
|
| [Configure MDT settings](configure-mdt-settings.md) | Learn about configuring MDT customizations for your environment. | Optional |
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
MDT is one of the most important tools available to IT professionals today. You can use it to create reference images or as a complete deployment solution. MDT also can be used to extend the operating system deployment features available in Microsoft System Center Configuration Manager.
|
MDT is one of the most important tools available to IT professionals today. You can use it to create reference images or as a complete deployment solution. MDT also can be used to extend the operating system deployment features available in [Configuration Manager](https://docs.microsoft.com/configmgr/).
|
||||||
|
|
||||||
In addition to familiarizing you with the features and options available in MDT, this topic will walk you through the process of preparing for deploying Windows 10 using MDT by configuring Active Directory, creating an organizational unit (OU) structure, creating service accounts, configuring log files and folders, and installing the tools needed to view the logs and continue with the deployment process.
|
In addition to familiarizing you with the features and options available in MDT, this topic will walk you through the process of preparing for deploying Windows 10 using MDT by configuring Active Directory, creating an organizational unit (OU) structure, creating service accounts, configuring log files and folders, and installing the tools needed to view the logs and continue with the deployment process.
|
||||||
|
|
||||||
@ -165,20 +178,7 @@ The easiest way to view log files is to use Configuration Manager Trace (CMTrace
|
|||||||
|
|
||||||
On the deployment share, you also can enable monitoring. After you enable monitoring, you will see all running deployments in the Monitor node in the Deployment Workbench.
|
On the deployment share, you also can enable monitoring. After you enable monitoring, you will see all running deployments in the Monitor node in the Deployment Workbench.
|
||||||
|
|
||||||
## Topics in this guide
|
|
||||||
|
|
||||||
| Topic | Description | Required / optional |
|
|
||||||
| :--- | :--- | :--- |
|
|
||||||
| [Understand the Microsoft Deployment Toolkit (MDT)](get-started-with-the-microsoft-deployment-toolkit.md) | An overview of MDT. | Optional |
|
|
||||||
| [Deploying Windows 10 with MDT](deploy-windows-10-with-the-microsoft-deployment-toolkit.md) | (This topic). A description of the lab infrastructure and requirements. | Optional |
|
|
||||||
| [Prepare for deployment with MDT](prepare-for-windows-deployment-with-mdt.md) | Installation of MDT. | Required |
|
|
||||||
| [Create a Windows 10 reference image](create-a-windows-10-reference-image.md) | Create a deployment share, configure rules and settings, and import all the applications and operating system files required to build a Windows 10 reference image. | Required |
|
|
||||||
| [Deploy a Windows 10 image using MDT](deploy-a-windows-10-image-using-mdt.md) | Take a reference image for Windows 10 and deploy that image to your environment using MDT. | Required |
|
|
||||||
| [Build a distributed environment for Windows 10 deployment](build-a-distributed-environment-for-windows-10-deployment.md) | Replicate your Windows 10 deployment shares to facilitate the deployment of Windows 10 in remote or branch locations. | Optional |
|
|
||||||
| [Refresh a Windows 7 computer with Windows 10](refresh-a-windows-7-computer-with-windows-10.md) | Use MDT Lite Touch Installation (LTI) to upgrade a Windows 7 computer to a Windows 10 computer using the computer refresh process. | Required |
|
|
||||||
| [Replace a Windows 7 computer with a Windows 10 computer](replace-a-windows-7-computer-with-a-windows-10-computer.md) | Use MDT Lite Touch Installation (LTI) to replace the a Windows 7 computer with a Windows 10 computer using the replace process. | Required |
|
|
||||||
| [Perform an in-place upgrade to Windows 10 with MDT](upgrade-to-windows-10-with-the-microsoft-deployment-toolkit.md) | Use an MDT task sequence to completely automate the in-place upgrade process. | Required |
|
|
||||||
| [Configure MDT settings](configure-mdt-settings.md) | Learn about configuring MDT customizations for your environment. | Optional |
|
|
||||||
|
|
||||||
## Related topics
|
## Related topics
|
||||||
|
|
||||||
|
@ -1,32 +0,0 @@
|
|||||||
---
|
|
||||||
title: Key features in MDT (Windows 10)
|
|
||||||
description: The Microsoft Deployment Toolkit (MDT) has been in existence since 2003, when it was first introduced as Business Desktop Deployment (BDD) 1.0.
|
|
||||||
ms.assetid: 858e384f-e9db-4a93-9a8b-101a503e4868
|
|
||||||
ms.reviewer:
|
|
||||||
manager: laurawi
|
|
||||||
ms.author: greglin
|
|
||||||
keywords: deploy, feature, tools, upgrade, migrate, provisioning
|
|
||||||
ms.prod: w10
|
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.localizationpriority: medium
|
|
||||||
ms.sitesec: library
|
|
||||||
ms.pagetype: mdt
|
|
||||||
audience: itpro
|
|
||||||
author: greg-lindsay
|
|
||||||
ms.topic: article
|
|
||||||
---
|
|
||||||
|
|
||||||
# Install MDT
|
|
||||||
|
|
||||||
**Applies to**
|
|
||||||
- Windows 10
|
|
||||||
|
|
||||||
A typical installation of MDT is shown below.
|
|
||||||
|
|
||||||
1. [Download MDT](https://aka.ms/mdtdownload)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Related topics
|
|
Reference in New Issue
Block a user