For the complete documentation index, see llms.txt. This page is also available as Markdown.

Install MDT

MDT version 6.3.8456.1000 is the final release. The installer is no longer hosted on Microsoft's servers and must be downloaded from the Internet Archive.

Property
Value

Version

6.3.8456.1000

Architecture

x64

SHA256

dabfd183c525bdb4866d2d9324f064a291ca62f3a16ac429cf3338be529d1d58


Install MDT with OSDeploy

The OSDeploy module handles the download, SHA256 verification, and silent installation in a single command. Administrator rights are required.

Preview (no changes made):

Install-OSDeploySoftware -Name 'mdt'

Install:

Install-OSDeploySoftware -Name 'mdt' -Force

Download only (skip installation):

Install-OSDeploySoftware -Name 'mdt' -DownloadOnly -Force

The MSI is cached to C:\ProgramData\OSDeployCore\cache\downloads\Microsoft.DeploymentToolkit_6.3.8456.1000\ and the SHA256 checksum is verified before installation proceeds.

Requires PowerShell 7.6 or later running as Administrator. curl.exe must be available in PATH (included with Windows 10 1803 and later).


Install MDT

To install MDT manually, download the MSI from the Internet Archive, verify the SHA256 checksum, and run a silent install with msiexec.

Download:

Verify SHA256:

Install silently:

Administrator rights are required for the msiexec install step.


Last updated

Was this helpful?