Questions tagged [mdt]

Microsoft Deployment Toolkit is Microsoft's imaging and provisioning system for automated systems deployments.

MDT can help build an automated installation source for deploying Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Office 2010 and Office 365 from either a single machine or a central server distribution tool, such as Windows Deployment Services (WDS) or System Center Configuration Manager (SCCM).Device drivers, Windows updates and software can be included with the build.

143 questions
1
vote
2 answers

PC won't PXE boot to WDS/MDT with Dell Optiplex 755

I am trying to set up a basic MDT solution. I have set one up in the past at a previous job and it worked flawlessly, however here I'm running into a problem and am having no luck getting around it. I've installed Windows Server 2012 and MDT 2013,…
Moman10
  • 23
  • 1
  • 2
  • 5
1
vote
2 answers

MDT Injecting Drivers still does not bring up network in PE

Laptop: HP HDX X16T-1200 CTO Drivers: Taken from the HP Site and extracted. Imported in to MDT 2013. When I launch the Lite Touch it pops up an image saying it can not find the ImageDeploymentShare via DHCP so it looks like even with the network…
Jason
  • 3,931
  • 19
  • 66
  • 107
1
vote
0 answers

Blank MDT 2013 boot screen on USB Deployment

I am attempting to do refreshes on some machines and on the bootup of a USB drive with a LiteTouch Image I get to the Microsoft Solutions Accelerators screen but I do not get a window for actions. I burned the ISO file to the USB drive as an…
Jason
  • 3,931
  • 19
  • 66
  • 107
1
vote
1 answer

MDT and VC++ 2010 Silent Installing

For 32bit and 64bit I am using the following commandline: vcredist_2010_x64.exe /q:a /c:"msiexec /i vcredist.msi /qn /l*v %temp%\vcredist_x86.log" The application will install, but it requires me to manually accept the terms on both 32/64bit…
Jason
  • 3,931
  • 19
  • 66
  • 107
1
vote
0 answers

MDT 2012 - Use custom pane variable in customsetting.ini

I have a deployment share that allows me to deploy a single image across several sites. Each site has its own default applications and other specific parameters ( WSUS , etc). For a more automated deployment possible, I created a custom panel that…
1
vote
2 answers

Using MDT and adding Microsoft Visual C++ Redistribution Packages

I've been using WDS to deply default images for awhile and I just learned about MDT. I am at the point of adding applications. I want to include all the Microsoft Visual C++ 2005-2010 x86/x64. However, I currently have them in .exe from the Windows…
Jason
  • 3,931
  • 19
  • 66
  • 107
1
vote
1 answer

Adding and using a Domain Admin during OSD, in MDT

So during my Windows 7 OSD. Going by Company Politics I'm suppose to A: Disabled the standardlized Administrator (Done, can do that in task sequence) B: Create a new Administrator called 'ITadmin' and set a fixed password C: Join a Domain (Done…
user195296
  • 31
  • 1
  • 4
1
vote
1 answer

How to create a POST OS custom task sequence for an out-of-the box laptop

I'm playing around with MDT with the intent of facilitating the rollout of new laptops. As we turn on the new laptop for the first we want to go through with the standard windows OEM installation. Afterwards we just want to run a post os task…
Datapimp23
  • 191
  • 1
  • 3
  • 21
1
vote
1 answer

How can I make my custom app list show up properly in MDT 2012

I have an MDT task sequence that installs an OS and presents an application list based on your OU choice (differing departments need separate applications). When booting to WinPE and running the task sequence the selection options show properly and…
Leonastas
  • 93
  • 8
1
vote
1 answer

MDT capture process injecting drivers, Why?

During the capture process from the MDT sequence, it will inject drivers into the sysprepped image, why would you need that? I know you can prevent it from doing that simply by unchecking it, but why would you need to inject the drivers into the…
Matt
  • 175
  • 2
  • 10
1
vote
3 answers

MDT 2012 - Task Sequence Not Completing

I'm a complete novice with MDT 2012, but I have had pretty good luck getting a deployment for Server 2008 R2. I have a reference system, and I do a very vanilla sysprep and capture using the template task sequence with no changes. My deployment has…
Mark
  • 21
  • 1
  • 4
1
vote
0 answers

Getting message as machine type other than current machine, how to fix that in MDT?

I am installing applications as part of OS task sequence in windows 10 and got below message and the installation is skipped. My application: The OS filter is not kept, how to fix this?
uday kiran
  • 56
  • 5
1
vote
1 answer

How to execute powershell scripts from MDT?

I have created MDT environment with PSD Extension by following these steps. There is a default step for running a powershell script(Configure). I duplicated that and created Configure1. And created a script in DeploymentShare scripts folder. Just…
Sara June
  • 451
  • 1
  • 9
  • 28
1
vote
1 answer

MDT auto-logon and update fails on when re-imagining Windows 10

Overview: In our environment, we have MDT + WDS. Each night a Windows 10 VM boots and MDT installs Windows 10, along with downloading and install the latest updates from Microsoft. The "install.wim" we're using was copied from a Windows 10 ISO…
user1913559
  • 219
  • 2
  • 12
1
vote
1 answer

Capturing installed applications with MDT

I am using Microsoft Deployment Workbench v6.3.8450.1000. I am trying to configure MDT to capture/deploy Windows 10 images. I have done a few test runs and I am able to capture the image with LiteTouch.vbs and deploy it with PXE boot, as…