Questions tagged [mdt]

Microsoft Deployment Toolkit (MDT) is a toolset used to deploy Microsoft Windows and Office automatically in large network environments.

MDT was formerly known as Business Desktop Deployment.

More info:

72 questions
8
votes
1 answer

MDT Module Updating Media through JEA Endpoint fails adding BCD entry

I am running into an issue with remotely updating MDT offline media on a JEA endpoint. The error has something to do with permissions passed to BCDEdit and the virtual account created by JEA (WinRM User...). BCDEdit returns An error occurred while…
BenH
  • 9,766
  • 1
  • 22
  • 35
6
votes
6 answers

Automatically update Windows fully

I'm working on a project where the goal is to be able to update a windows computer 100%. That means a program or a script that updates windows automatically with no user interaction at all. Ideally a standalone script that can be run from another…
aeinstein
  • 73
  • 1
  • 1
  • 7
3
votes
1 answer

What is the silent install command for Docker for windows 10?

I am deploying windows 10 pro to a new machine using Microsoft deployment toolkit (MDT). I need to install docker for windows in that machine using MDT. I have the docker for windows.exe file downloaded from the docker official website. I need the…
AnjK
  • 2,887
  • 7
  • 37
  • 64
3
votes
2 answers

Convert GMT time local time in XSLT

How to convert GMT time to local time ( MDT or MST ) automatically. I got this below working but i need a condition which determines utc -6 or utc -7 based on dates.
hari
  • 31
  • 1
  • 6
2
votes
0 answers

Do Microsoft's imagex/dism have the equivalent of wimlib's --delta-from?

For pushing small changes to an existing wim image, you can significantly reduce network traffic by using the previous wim file as a base wim and a file that contains only the "changes" as the main wim. wimlib is an open source library for playing…
aggieNick02
  • 2,557
  • 2
  • 23
  • 36
2
votes
1 answer

Multiple conditions for Select Case using ChassisType

We use MDT in our environment to image computers. We are using a script in order to name computers based on IP location and the script then writes the data to a database. I need to modify the script to include a section of additional conditions to…
MarliejoS5
  • 23
  • 1
  • 1
  • 4
2
votes
1 answer

Tooling for setting up continuous delivery for ASP .net MVC website with Java based backend on VMWare

I'm looking to change deployment into DevOps (continuous delivery). I get different technologies from Devs and Ops in the organization: (Ops) Microsoft Deployment Toolkit (Dev) Desired State Configuration (Dev) Release Management for TFS Which of…
2
votes
1 answer

Learning Eclipse MDT-UML2 Sequence Diagrams

Are there any tutorials or documentation files for drawing Sequence Diagrams with Eclipse MDT-UML2? I can't put a Lifeline on the page. It took me 10 minutes to figure out that I first have to make a big Iteraction, and then I can put Lifelines…
Mark Lutton
  • 6,959
  • 7
  • 41
  • 57
1
vote
1 answer

MDT step by step deployment capture not generating wim

New to MDT. So I am following through the MS step by step guides: https://learn.microsoft.com/en-us/windows/deployment/windows-10-poc https://learn.microsoft.com/en-us/windows/deployment/windows-10-poc-mdt I am at step 28 in (in the second…
Walter ZAMBOTTI
  • 301
  • 1
  • 2
  • 10
1
vote
1 answer

Accessing Newest Mendel 5.0 from Serial Console

After following the Google Devboard Getting started guide, I finally flashed the devboard with the latest enterprise-eagle-20200724205123 Mendel 5.0 OS. However, when accessing it from the console, I get this: Cannot open access to console, the root…
Zingerella
  • 450
  • 2
  • 11
1
vote
1 answer

How to I disable login prompt when connecting to the Dev Board via serial console?

I can't use mdt as I have already disabled ssh on the dev board. When connecting to the board via serial, I often get stopped with a login prompt, this makes it hard to write automated tasks. Any suggestions?
noli
  • 61
  • 4
1
vote
1 answer

Powershell returning exit code 0 or 1 in MDT Task Sequence

I think I'm breaking my head over something very simple. I've been working on it for two days and unfortunately I can't figure it out. The problem is that I'm using a Powershell script while deploying a Windows system with MDT. The script is called…
Gforse
  • 323
  • 3
  • 20
1
vote
1 answer

Why are changes to the Winlogon registry being ignored by MDT TaskSequence?

I'm setting up a Task Sequence(TS) in MDT for deploying Win10 IoT Enterprise. As one of the final steps in the TS I'm trying to add AutoLogon of the user account to the registry. But when the TS finishes and I check, the changes have either not been…
1
vote
1 answer

When does the start-process get executed?

Basically I'm trying to return exit codes from start-process to the script so that MDT/SCCM can fail correctly if an installation fails. Generically here is the code I'm using: $proc = Start-Process -FilePath $setupexe -ArgumentList $setupargs -Wait…
1
vote
0 answers

OS partition coming as RAW after volume cloning in Windows server 2008, 2012 &etc

I'm facing issue On my disk cloning. (ie.) OS partition is coming as RAW instead of NTFS file system after cloning completed. I have used FSCTL_GET_VOLUME_BITMAP Device IO Control API for getting volume bitmap buffer. Using this volume bitmap i…
my2117
  • 143
  • 1
  • 6
1
2 3 4 5