Andrew Barnes (aka Scriptimus Prime)
-
Recent Posts
April 2026 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Archives
Categories
- 70-680 videos
- 70-681
- Andrew Barnes
- Answer Files
- Automation
- BDE
- bootstrap.ini
- Conditions
- ConfigMgr
- customsettings.ini
- Deployment
- Desired State Configuration
- Desktop Virtualization
- DomainJoin
- Drivers
- Free MCTS Videos
- HP N40L MicroServer
- Hydration Kit
- Internet Explorer
- IP Address
- KMS
- Lite Touch
- MAK
- MCTS
- MDT
- MDT 2010
- MDT 2012
- MDT Media
- MDT Scripting
- MDT Video Links
- microsoft certification program
- Microsoft Certified
- microsoft certified solutions
- Microsoft Deployment Toolkit
- microsoft kb
- microsoft update
- Migration
- new certifications
- Office 2010
- P2V
- Packages
- PowerShell
- Regional Settings
- SCCM
- SCCM Scripting
- script
- Scripting
- Scripting Techniques
- Scripting ZTIUtility
- software
- task sequence
- technology
- Testlab
- Tips
- Training
- Troubleshooting
- UFD
- USMT
- Variables
- VBScript
- Video Links
- Vista
- VMware
- Volume Activation
- Windows 7
- Windows 7 Deployment
- Windows 8
- Windows 10
- Windows Server 2012
- Windows SIM
- Windows Updates
- WinPE
- XP
- Zero Touch
- ZTIUtility
Meta
Tag Archives: MDT 2010
MDT: Refreshing computers with Static IP Addresses
No DHCP? No Problem In this scenario, you have a computer with static IP Address assignments that you wish to maintain during a REFRESH. There’s a Task Sequence step called Capture Network Settings. This runs the script ZTINICConfig.wsf that can … Continue reading
Posted in Deployment, MDT 2010, MDT 2012
Tagged IP Address, Lite Touch, MDT 2010, MDT 2012, task sequence
16 Comments
MDT: Automating Static IP during Bare metal boot
No DHCP? No Problem In this scenario, the requirement is to boot a lite touch boot image with a static IP address, where is no DHCP available. You can use a custom answer file (unattend.xml) to configure your static IP settings … Continue reading
Posted in Deployment, MDT 2010, MDT 2012
Tagged IP Address, Lite Touch, MDT 2010, MDT 2012
2 Comments
MDT 2012: Automating Network Interface Configuration
I’m currently using MDT (and SCCM) to build servers. After I clone templates in VMWare I run a Post OS task sequence that will rename the Server, assign a static IP address, Join the domain, install Apps etc. One server … Continue reading
Posted in Deployment, MDT 2010, MDT 2012
Tagged Automation, customsettings.ini, IP Address, Lite Touch, MDT 2010, MDT 2012, Static IP Address
16 Comments
MDT 2010: Imaging to similar hardware
After a Sysprep operation, Hardware is detected and devices reinstall all their drivers. This behaviour is to by design and to be expected. In many scenarios however, you may not want this to happen. For example, when you create a … Continue reading
Posted in MDT 2010
Tagged MDT 2010, MDT 2012, Microsoft Deployment Toolkit, Windows SIM
Leave a comment
MDT 2010: Managing Answer Files
Microsoft Windows installation can be automated by the use of answer files. In previous editions, there was a Unattend.txt. These days the answer files are all xml based so you will need to author an Unattend.xml file. MDT takes the … Continue reading
Posted in MDT 2010
Tagged Answer Files, Automation, MDT 2010, MDT 2012, Microsoft Deployment Toolkit, Windows SIM
6 Comments
MDT 2012: Tip – Getting UUID, SerialNumber
I was working at a customers site last year creating a media based Windows 7 deployment for some laptops. I over heard one of the technical leads saying that he was deploying XP to a machine so he could use … Continue reading
MDT 2012: Targeting Lite-Touch Deployments
There are a number of Operating System Deployment scenarios where you will need to automate specific configurations to individual or certain types of computers. The most common scenarios are: Automating a Deployment to a Specific Computer Automating a Deployment to a … Continue reading
Posted in Deployment, MDT 2010, MDT 2012
Tagged customsettings.ini, Deployment, Lite Touch, MDT 2010, MDT 2012, Microsoft Deployment Toolkit, Tips
17 Comments
MDT2012: ZTIGather
In MDT there’s a script called ZTIGather.wsf that collects a massive list of unique data about the machine you’re running a deployment on. To test it out manually, boot up in WinPE and press F8 to open a command prompt, then type … Continue reading
MDT 2012: Automating updates in Lite-Touch Deployments
Microsoft Deployment Toolkit has a built-in script designed to update images, with Microsoft Updates, during a Lite-Touch deployment. I’ve been meaning to write this article for a while now but the enormity of the topic has deterred me from seeing … Continue reading
Posted in Deployment, MDT 2010, MDT 2012
Tagged customsettings.ini, Deployment, Lite Touch, MDT 2010, MDT 2012, Windows Updates
56 Comments
MDT Scripting: Creating custom scripts Getting Started
Although MDT is very powerful, there will still be times when dealing with complex tasks that you will require a custom script. Fortunately you can use your own custom VB scripts in MDT as a task sequence step by calling … Continue reading