diff --git a/windows/deployment/deploy-windows-mdt/TOC.md b/windows/deployment/deploy-windows-mdt/TOC.md index e0b70bc13a..60f0fb9b96 100644 --- a/windows/deployment/deploy-windows-mdt/TOC.md +++ b/windows/deployment/deploy-windows-mdt/TOC.md @@ -1,7 +1,8 @@ # Deploy Windows 10 with the Microsoft Deployment Toolkit (MDT) ## [Understand MDT](get-started-with-the-microsoft-deployment-toolkit.md) -## [Deploying Windows 10 with MDT](deploy-windows-10-with-the-microsoft-deployment-toolkit.md) -## Scenarios and procedures +## [Install MDT](install-mdt.md) + +## Deploy Windows 10 with MDT ### [Prepare for deployment with MDT](prepare-for-windows-deployment-with-mdt.md) ### [Create a Windows 10 reference image](create-a-windows-10-reference-image.md) ### [Deploy a Windows 10 image using MDT](deploy-a-windows-10-image-using-mdt.md) @@ -9,7 +10,8 @@ ### [Refresh a Windows 7 computer with Windows 10](refresh-a-windows-7-computer-with-windows-10.md) ### [Replace a Windows 7 computer with a Windows 10 computer](replace-a-windows-7-computer-with-a-windows-10-computer.md) ### [Perform an in-place upgrade to Windows 10 with MDT](upgrade-to-windows-10-with-the-microsoft-deployment-toolkit.md) -## Configuring MDT + +## Customize MDT ### [Configure MDT settings](configure-mdt-settings.md) ### [Set up MDT for BitLocker](set-up-mdt-for-bitlocker.md) ### [Configure MDT deployment share rules](configure-mdt-deployment-share-rules.md) @@ -18,4 +20,7 @@ ### [Use the MDT database to stage Windows 10 deployment information](use-the-mdt-database-to-stage-windows-10-deployment-information.md) ### [Assign applications using roles in MDT](assign-applications-using-roles-in-mdt.md) ### [Use web services in MDT](use-web-services-in-mdt.md) -### [Use Orchestrator runbooks with MDT](use-orchestrator-runbooks-with-mdt.md) \ No newline at end of file +### [Use Orchestrator runbooks with MDT](use-orchestrator-runbooks-with-mdt.md) + +## Orphan topics +### [Deploying Windows 10 with MDT](deploy-windows-10-with-the-microsoft-deployment-toolkit.md) \ No newline at end of file diff --git a/windows/deployment/deploy-windows-mdt/install-mdt.md b/windows/deployment/deploy-windows-mdt/install-mdt.md new file mode 100644 index 0000000000..9def89ecdb --- /dev/null +++ b/windows/deployment/deploy-windows-mdt/install-mdt.md @@ -0,0 +1,32 @@ +--- +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) + + + +![Prioritize applications](images/upgrade-analytics-prioritize.png) + +## Related topics