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
0
votes
1 answer

Task Sequence fails with Task Sequence error 0x00000001 at the step "error in the task sequence."

I'm attempting to deploy Windows Server 2019 to a virtual machine and I keep getting this error message: I suspect that the error is not actually at this stage, but I can't seem to track it down, and the SMSTS log is out of date. Edit: Got the…
Davidw
  • 1,210
  • 3
  • 14
  • 24
0
votes
1 answer

MDT messed up BCD file settings/location when PXE booting, error 0xc000000f

I have a MDT setup here which worked fine until I updated the Windows image to 1903 recently and made some other changes. Now the PXE boot on clients fails with error "0xc000000f", missing boot configuration data files in folder \Tmp\ of the remote…
0
votes
1 answer

install application on a mounted WIM file

Every night my build server creates an updated WIM image by mounting, updating my application files and unmounting. then I have an updated nightly wim file. I want to take this nightly image and automatically install 2 applications on it and then…
user1902346
  • 133
  • 1
  • 6
0
votes
1 answer

Windows Deployment Services - Variable for Location of Operating Systems Images

Does anyone know which environment variable is used to reference the location of the .wim files used for a WDS deployment? For example the DeploymentShare has the folders below: 23/01/2019 15:29 Applications 19/07/2019 14:22 …
RLBChrisBriant
  • 493
  • 1
  • 6
  • 20
0
votes
1 answer

Installing Module during OSD Task Sequence from NuGet not found

I have an OSD task sequence which one of the steps runs a package containing the PowerShell DSC '.ps1' file and the '.MOF' configuration. Now during the task sequence it looks like it can't find the Modules I want to install on the NuGet provider…
0
votes
0 answers

MDT reboots after typing password in

So, something really weird's going on with MDT. On this one computer that I'm trying to re-image, it has exhibited multiple weird behaviours, like, initially, it took me to the password screen, I entered my credentials, and after that, it just…
user757392
  • 173
  • 1
  • 3
  • 12
0
votes
1 answer

Custom MDT Property/Variable Not Getting Evaluated During Task Sequence

Good-day all, I need some help with a Microsoft Deployment Toolkit (MDT) project I’m working on. So, I'm attempting to set the ComputerName on newly imaged machines using a concatenation of the custom variable/property (ComputerType) and a string…
Kismet Agbasi
  • 323
  • 1
  • 4
  • 17
0
votes
2 answers

WDS/PXE boot for MDT on different subnets

I have an MDT server with WDS setup to PXE boot over the network. It was originally setup on our 10.1.0.x network, but we migrated it out to a co-lo (192.168.250.x). All the networking is setup to talk to each other, DHCP/DNS is on our 10.1.0.x…
Arpan3t
  • 9
  • 1
  • 3
0
votes
1 answer

MDT "A connection to the deployment share could not be made" message Solution

I am using Windows server 2016, and MDT v6.3.8456.1000, ADK Windows 10 1809 and suddenly I started experiencing this error, although settings in BootStrap.ini are correct, and I have already updated the deploy share with "Completely regenerate the…
elekgeek
  • 51
  • 4
  • 14
0
votes
0 answers

How to install an application using MDT during operating system installation?

How do I install an application such as MS Office while installing an operating system in MDT. In DeploymentWorkBench I created new application and then created a task sequence. I used custom task sequence, but it is available for installation…
0
votes
1 answer

Provisioning Package does not apply changes, even though it appears in Provisions folder after MDT Deployment

I have created a provisioning package for deploying Windows 10 1709 to our organization. I have created a task in my task sequence that successfully applies the Package during Post-Install. The desired change is a custom Start menu layout. I had…
arrakis90
  • 3
  • 3
0
votes
1 answer

Deploying Applications via MDT Fails

I'm setting up a test lab for using MDT at our organization and I've been having trouble getting the installs to run properly. So far I only have an older copy (5.2) of RealVNC working. My installation for Adobe Reader DC along with two console…
Sam K
  • 506
  • 5
  • 20
0
votes
1 answer

Applying OOBE to captured WIM

Im trying to deploy an OOBE image using MDT Sysprep Task sequence. I have no problem capturing the "golden" image (with all necessary programs and what-not) but the main point of the confusion is how to deploy the capture in OOBE? When I make a new…
Jon
  • 167
  • 4
  • 15
0
votes
1 answer

Using FirstLogonCommands in an Unattend.xml file

I apologize ahead of time for what is probably a stupid question, but I'm having a hard time figuring this out from the Microsoft Documentation…
aydeisen
  • 86
  • 1
  • 6
0
votes
3 answers

Client wont boot via PXE and WDS [Resolved]

So the past couple of weeks I've been trying to get our WDS running again. The person who set the WDS up doesn't work here anymore and very little is documented about it. I managed to get the majority of the problems out of the way that I had on the…
LM31
  • 3
  • 1
  • 1
  • 4