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

MDT 2013 Update 1 Failure 5456

We currently have a working setup of MDT linked to WDS. When I PXE boot, everything works as expected, and the new computer deployment succeeds. However, I am trying to see if we can push the build remotely with PsExec or PDQ Deploy. I've got it…
Sam Lewis
  • 25
  • 2
  • 7
0
votes
1 answer

Enterprise Admin can't use MDT?

Running a rather large network with an MDT deployment server. I currently have another person who works with me registered as a 'Enterprise Administrator'. Part of his job is imaging machines. Currently I have it set so that devices that need…
Daniel Nitschke
  • 101
  • 1
  • 3
  • 13
0
votes
1 answer

PowerShell code behaving differently under SCCM and MDT TaskSequences

I've got code that has been extensively tested across multiple PowerShell sessions, multiple machines, etc all doing exactly what I expect. switch ($e.Data.Type) ` { {$_ -in [Policy.Reg]::SZ, [Policy.Reg]::EXPAND_SZ} ` { …
TofuBug
  • 573
  • 1
  • 6
  • 22
0
votes
1 answer

MDT 2013 Update 1 breaks USMT?

After upgrading from MDT 2012 to 2013 Update 1 (6.3.8298), USMT seems broken. Whether using the new XML files or the old ones we used in 2012, it does not migrate the user wallpaper or IE homepage when selecting to move the user data from the task…
Boris4ka
  • 93
  • 1
  • 1
  • 7
0
votes
1 answer

How to enable Auto logon using MDT 2013 after Litetouch installation is over?

I have a Gold build image which i have used in my Task sequence 2 to create a device specific image by adding the drivers.The Gold build already has an autologon registry entry for the Administrator account which is what i want after Task sequence 2…
0
votes
1 answer

MDT 2012 image Failure - Unable to find Imagex.exe

I am running Windows Server 2012 R2 with MDT 2012, I installed the Windows 8 ADK before installing MDT 2012. I have created my Deployment Share and set everything up, but when I try to run the build it fails. I have included the error log bellow;…
tparky
  • 33
  • 1
  • 9
0
votes
1 answer

Windows Automated Install vs Imaging

Is it better to create a reference image and clone that image on all of the machines or is it better to use the the Microsoft Deployment Toolkit to do an automated install on every machine? In a Lab setting with 25 identical machines why is one…
0
votes
2 answers

Entering a password for DomainCredential in Rename-Computer in Powershell

I am trying to use a Powershell script to rename computers based on their serial numbers. So far I have - Set-ExecutionPolicy -Unrestricted $name = (Get-WmiObject win32_bios).SerialNumber.Trim() Rename-Computer -NewName $name -DomainCredential \ I…
Fridflenstone
  • 95
  • 1
  • 5
  • 11
0
votes
1 answer

Microsoft Deployment Toolkit 2013 over Workgroup

I have been trying to deploy Win 8 using the new MDT 2013 over a workgroup as we are not using a domain. Here are the required info: Workgoup: Bigben1 username: user145 password: pa$$ PC name: NDA145 …
Manish Pradhan
  • 1,141
  • 10
  • 28
-1
votes
1 answer

mdt 2013 how to deploy single os for multiple model pc at once

We have multiple model PCs, we have setup MDT 2013+WDS server, for NewComputer or Refresh (reintall) scenario we uses MDT only new PCs all are same model so had no issues so far, for reinstall scenario at once just 1 or 2 PCs deploy. But now trying…
-1
votes
2 answers

Powershell Script to write to registry based on WMI information

I am looking to use a powershell script to WMI query the computer during post-install of the imaging sequence via MDT/SCCM. Actively there are multiple VB scripts to accomplish parts of the System Properties area (Manufacturer, Model, InstallDate,…
-1
votes
2 answers

Task sequence variable for OS, I want to install

I'm verry beginer in powershell, I'm wonking in a project, the goal it's to set the Biossetting like disabling or enabling the secureBoot and UEFI mode, while installing windows 7 or 10 by MDT. I'm working with Dell and hp computer, I have the…
Khalfe
  • 15
  • 2
  • 8
1 2 3 4
5