Questions tagged [mdt]

26 questions
2
votes
1 answer

Recover application installation parameters from MDT deployment

I used MDT to deploy Windows 7 with a bunch of applications. After a hard-drive failure, I no longer have the original deployment directory and have lost everything. I do, however, have the USB key which was used for installations and have all the…
Gaspode
  • 83
2
votes
0 answers

How to automate OOBE System Configuration, install Apps, add drivers, GPO and network Configuration on brand new computers with Windows 11?

tl;dr; We need to automate the Windows 11: configuration of a couple of hundred Brand New Computers that come with Windows 11 Pro x64 pre-installed. Is it possible to use MDS/MDT for this o is there something better to accomplish these goals? Where…
Omar Yafer
  • 51
  • 1
  • 6
2
votes
1 answer

How to manage powershell script in task sequence (MDT)?

I have a question about running a powershell script as a task sepeunce. My .ps1 file contains the following script: powercfg /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c I put the file on C:\users\desktop on the mdt server. Now I try to create a…
Ala
  • 23
2
votes
1 answer

I can install Windows 10 2004 with MDT but not 21H1

So the time to deploy Windows to some new laptops rolled around this year. As 21H1 was already out, so I thought I'd spare my users a feature upgrade by installing from the 21H1 image. I've found that I can deploy Windows 10 2004 to the same…
Spencer
  • 295
2
votes
3 answers

Coral Dev Board Not Recongized on mdt shell

I have tried to follow the steps on google's getting started for their Coral Dev Board (https://coral.withgoogle.com/docs/dev-board/get-started/). However when I reach the step where you switch from the mircoB USB cable to the USB-C cable the…
katmcg
  • 21
1
vote
1 answer

MDT 2013 Update 1 - Stalling at "Processing Bootstrap Settings"

Current setup Microsoft Deployment Toolkit (MDT) 2013 Update 1 (recently released version) All images done from Windows 10 Enterprise machine using HyperV Windows 10 and Windows 7 images and task sequences Windows 7 image works both deployment and…
user76211
1
vote
0 answers

Importing multiple certificates in folder during MDT task sequence

I am using a deployment task sequence to call a Powershell script to install multiple certificates, but it is not installing them. I am using the following in the Power Shell Script: Import-Certificate -FilePath…
1
vote
0 answers

MDT Fails at post apply cleanup step

I have a task sequence to install a custom image, standard client task sequence stuff. Tested and works just fine in a VM. However, running it on a laptop here, it installs, boots into task sequence, and starts running. But it fails at Post-Apply…
cclloyd
  • 882
1
vote
2 answers

MDT Move Join Domain To End of Task Sequence

I'm working on setting up MDT to deploy computers from blank to ready-to-go. I can deploy a computer, but I run into a bunch of issues because of our domain's restrictive policies. The simplest solution would be to not join to the domain until after…
cclloyd
  • 882
1
vote
1 answer

WMI query to detect if Windows Home or Pro

I am using MDT to deploy my computers and want to have it run a second task sequence when it hits the custom tasks stage. One thing is that i want to have Both Windows Home and Pro editions in the same task and have a WMI query select the correct…
1
vote
1 answer

Chocolatey upgrade all as non admin user

I install chocolatey and the programs I want to install with chocolatey on all my domain devices trough MDT. That works! But I want to create a task that executes (as SYSTEM) the "choco upgrade all" command, so that when a user (non admin) sign in…
m00p
  • 63
  • 1
  • 1
  • 6
0
votes
1 answer

Running Powershell script on MDT2013

I am using MDT Task sequence for PowerShell that uses a script like this %SCRIPTROOT%\ConfigureWinRMwithCertificate_https.ps1 The script configures winrm with https perfectly but every time, this task creates exception message in the LOG and not…
0
votes
0 answers

Adding a variable to the PATH variable not translating

I have a bunch of applications that I install using MDT packages. One of the packages needs an entry to the PATH variable. I would like to add a variable to the PATH variable. But this variable is not being translated. My example: I would like to…
0
votes
0 answers

MDT Not Rebooting for Final Few Steps in Task Sequence

I have a task sequence to deploy a sysprep'd Windows 10 image. The TS works fully automatically after the wizard, EXCEPT for the last reboot. After 'Restart computer' shown in the screenshot, it does not auto login again. If I manually login to the…
cclloyd
  • 882
0
votes
1 answer

Upgrade Windows 7 to Windows 10 via MDT: The system registry cointains invalid file paths

I try to upgrade Windows 7 machines to Windows 10 with MDT Microsoft Deployment Tool. The installation is getting stuck at 30% after a reboot. I tried several solutions but none of them worked. Delete entries in system variables. Delete drive letter…
Sercan
  • 1
1
2