Overview
- In this video guide, we will be covering how you can integrate MDT in Microsoft SCCM for creating a User-Driven Installation (UDI) in SCCM OSD. This guide covering installing the latest version on MDT, Integrating it into SCCM, Creating an MDT task-sequence, and customizing the UDI Wizard.
Topics in Video
- Installing MDT – https://youtu.be/UREhjeKM-TM?t=124
- Configure MDT Integration into SCCM – https://youtu.be/UREhjeKM-TM?t=148
- Creation UDI Task Sequence in SCCM – https://youtu.be/UREhjeKM-TM?t=182
- Customizing the UDIWizard_Config.xml in the UDI Designer – https://youtu.be/UREhjeKM-TM?t=560
- Customizing SCCM Task Sequence based on UDI Variables – https://youtu.be/UREhjeKM-TM?t=1723
- Running Task Sequence to Deploy Image to Client – https://youtu.be/UREhjeKM-TM?t=2329
- UDI Wizard Running on Client During OSD – https://youtu.be/UREhjeKM-TM?t=2424
Helpful Resources:
- Microsoft Deployment Toolkit documentation – https://docs.microsoft.com/en-us/sccm/mdt/
- Download MDT – https://aka.ms/mdtdownload
- Using the Microsoft Deployment Toolkit – https://docs.microsoft.com/en-us/sccm/mdt/use-the-mdt
- Microsoft Deployment Toolkit Samples Guide – https://docs.microsoft.com/en-us/sccm/mdt/samples-guide
- Performing UDI Deployments – https://docs.microsoft.com/en-us/sccm/mdt/use-the-mdt#PerformingUDIDeployments
- Microsoft Deployment Toolkit release notes – https://docs.microsoft.com/en-us/sccm/mdt/release-notes
Notes From Justin
- Third-Party Software Updates in SCCM
- Patch My PC Third-Party Update Catalog – https://patchmypc.net/third-party-patch-management-sccm-scup-catalog
- UI ++ OSD Frontend
- UI ++ Download – https://home.configmgrftw.com/uiplusplus/
- ConfigMgr OSD FrontEnd
- ConfigMgr OSD FrontEnd Download – https://gallery.technet.microsoft.com/ConfigMgr-OSD-FrontEnd-100-55209031
Excellent video and information. I was wondering if there’s a way to keep the OU path when selecting the OUs? Example: OHIO>MFG>Accounting>AR. Currently when I select multiple OUs holding down ctrl the UDI wizard doesn’t keep the path. So If I have AR in Texas and AR in Ohio the wizard just displays AR without the entire path/tree structure.
I think Shift or Cntrl has worked for me in the past.
Hi justin,
Thank you for the video.
i just follow your video to create my first MDT task but it keep failing with this error.
Not in SSL
Error code: 0x80004005
This is a generic error would need you to share out the task sequence logs to provide you anything helpful.
Please find the smsts logs.
https://drive.google.com/drive/folders/1vtP29eqAmFRTpKHts1JcZIImT5Ih106a?usp=sharing
in an organization which decided to go nuts on OU creation…
what’s the best way to populate a dynamic list of OUs in UDI?
We were able to work through this pretty easily in MDT.
You can probably look at the XML and duplicate OUs or add all the elements via script.
Hi i do need your help am trying to deploy multiple computers using sccm mdt how can i configure it to allocate different name to the multiple computers for example to alocate multiple name like vm1,vm2 vm3 etc
OSDCOMPUTERNAME you could either manually prompt or use a script to randomize it.
i’ve been having continued problems on attempting the UDI wizard.
– first, after upgrading to 1810, the using the OSDsetupwizard preview is locked to one UDIwizard, even if I change the file path
– second, i didn’t want to use a fixed password so builds are fixed to a particular user. the password variable never seems to pass correctly
– third, i’m using vms and laptops to repeatedly retry my builds. however after deleting the record, sccm still detect as these devices as “alreadyrun = 1” how do i reset that counter without redeploying the task sequence?
thanks in advance,
jason
in regards to the first point…
it seems that osdsetupwizard is referencing config.xml on the same directory the osdsetup is in… very odd, but i can test the wizard by overwriting that file.
in regards to the 3rd point…
i didn’t set my task sequence to “already rerun”.
no luck on the 2nd point.
the 2nd point has been corrected because i tried to set the OU path as computers. if that OU patch is selected, the domain join will fail automatically.
would be nice to have something about mdt database and monitoring related to dart in relation with sccm winpe boot image
Excellent Video,
I have a question
I am trying to find a solution to create a task sequence environment
AD Join the Device
Install SCCM Client
Install And Application
Ad license key to converting to Enterprise
So far we are having error or issues. 7
80000032
80004005
The device is pre Built with Windows 10 1809 -00BE
Any direction or help will be appreciated
Would need logs to provide anything helpful.
Is there a way to make it restart after a software is installed from the list we checked boxed. I noticed after installing 2016 proplus project 2016 or visio 2016 wont install after proplus without a restart.
There should be an option to set the application as always needing a restart after the install.
Hi Justin,
Hope you could help,
I deleted the MDT console extensions and MDT task sequence under Operating System images as well as MDT settings package and MDT Toolkit package folders.
Now I could no longer load “Configure ConfigMgr Integration” anymore.
Please advise how to repair or reinstall Microsoft Deployment Toolkit (MDT) 8456.
Thanks so much
Just re-install MDT and run the integration tool.
Justin.. Thanks for providing Extensive details.
Just wanted to know Instead of Dropdown list in Domain , Organization Unit (OU) under Network Details. Can we use the Text Box where we can allow users to Input the Domain instead of direct selections.
Please provide your inputs
On a custom UDI page how do you put asterisks for a textbox that users will type in a password?
I think there’s a password control you can add.