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
1
vote
1 answer

Batch file, I want to supress the Windows Script Host Pop-Ups

I use the MDT (Microsoft Deployment Toolkit) with WDS (Windows Deployment Services) in my organization. I call a CMD-File with cmd /c %scriptroot%\HP_Win_7.bat within the task sequence. Content of the batch file: slmgr /ilc…
1
vote
0 answers

Microsoft deployment toolkit from c#

I am trying to use MDT from c# like I can already do with powershell when importing MicrosoftDeploymentToolkit.psd1. For example I can run the command Get-MDTPersistentDrive directly from powershell without problem. But I can't find a way to do the…
Gatoyu
  • 642
  • 1
  • 6
  • 22
1
vote
1 answer

Pulling OEM Key and activating

I work as a Microsoft partner for their loaning and seeding process for Surface Pro 3's and 4's. We re-image hundreds of devices a day and are having a problem with digital entitlement. I need a way to pull the OEM key from the device and force…
1
vote
1 answer

How to access a folder in a virtual machine from a computer on the network?

I am setting up MDT , where my virtual box VM hosts the server & the deployment share directory. My client (those which I want to upgrade to Windows 10) need to access the deployment share folder. Clients are across the LAN network . What changes…
Aazim
  • 750
  • 2
  • 11
  • 24
1
vote
0 answers

Powershell: Grab USB Drive letter and run script MDT2013

I'm running a PowerShell script with the following: Copy-Item -Path d:\Deploy\Scripts\content\PC-IP -Destination c:\installs -recurse -Force Copy-Item -Path d:\Deploy\Scripts\content\Mobile-license -Destination c:\installs -recurse -Force This…
Justin
  • 11
  • 1
1
vote
0 answers

MDT - Disable auto login of default administrator account in the task sequence

In my task sequence for a deployment of a captured image of Windows 7 Pro, I have a step that disables the default administrator account. I also have a step that elevates another account dubbed 'localadmin' as an administrator. Unfortunately it's…
slumpmonkey
  • 79
  • 1
  • 4
  • 11
1
vote
1 answer

Automatically name Computer using PowerShell get host name and MDT

My question is if it is possible to obtain the Domain Name of a computer in a Enterprise environment and use it as computer name in a MDT deployment. I am aware that MDT has an option for setting the computer name here: Right cklick on Deployment…
karkraeg
  • 445
  • 4
  • 18
1
vote
2 answers

Integrate Lan drivers for windows server 2012 r2 for Intel NUC with MDT

I am trying to install windows 2012 r2 via MDT to NUC . However I am having problems with the network driver. Intel did not write support for windows server into the driver. I have found posts on the internet on how to modify the .inf file and to…
1
vote
3 answers

Copying Files in MDT 2013

I am working to automate deployment of Windows 7 along with several application on some XP laptops. I am able to silently install the OS and most applications but I am having an issue just copying files (no installation) from my DeploymentShare to…
1
vote
1 answer

Modify MDT wizard to automate computer naming

Situation: I am imaging new systems using MDT Lite-Touch. I am trying to customize the wizard to automate the naming of new systems so that they include a prefix "AG-", a department code which is selected from a drop-down box in the wizard page…
Jeramy
  • 450
  • 1
  • 5
  • 19
0
votes
1 answer

How to fix MDT Failure 5624 : 14 Dism.exe

When deploying a image to Hyper-V VM's using the latest MDT & Windows ADK installations, the imaging process will fail with the first line of errors being: FAILURE (5627): 14: Rum DISM.exe Litetouch deployment failed, Return Code = – 2147467259…
RyT
  • 13
  • 4
0
votes
0 answers

PS script to remove AD computer using local hostname

Using MDT for re-imaging. Scenario: Laptop with hostname GJ76TG-27 exists in AD in an OU called 2027 Laptop needs to be re-imaged with MDT The customsettings.ini will want to place it into a different domain OU temporarily while the TS runs.…
0
votes
0 answers

MDT unable to PXE boot

I use an MDT server for PXE boot to image my PC's. Havent had any issues with my process for years. One of my field techs ordered a touch panel for one of our offices instead of the regular PC we install. I had it shipped to me for imaging. Well,…
Eric
  • 1
  • 1
0
votes
0 answers

mdt run powershell script from "network" share

I'm trying to create simple task sequence in MDT. One of the points is run PowerShell script located not in %SCRIPTROOT% but on external server in the same LAN. TS is always failed with this error: What I tried so far was create standard step: "Run…
MikeZetPL
  • 97
  • 5
0
votes
0 answers

MDT: Create Drop down list for Joining Domain

We have implemented MDT and it is working fine. We have multiple child domains in our forest. The default parent domain is populated in the Join domain field. Would it be possible to add a drop down list to be able to select a domain to join like…
Rick
  • 2,288
  • 18
  • 66
  • 98