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 2012
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: Skipping Deployment Wizard Panes
This is an updated version of the skipping deployment wizard pages table. This is one of the most popular articles on Scriptimus Ex Machina as it covers most of what is required to automate Lite Touch deployments. Readers use it as a … Continue reading
Posted in Deployment, MDT 2012
Tagged bootstrap.ini, customsettings.ini, Lite Touch, MDT 2012
10 Comments
LTI/ZTI Deployments: Add roles and features
I had a post drafted on adding roles and features, to begin a series of posts on server role deployment. However, Michael Neihaus has been kind enough to write up a great article on his blog. You can read it … Continue reading
Posted in Deployment, MDT 2010, MDT 2012
Tagged customsettings.ini, MDT 2012, Microsoft Deployment Toolkit
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 Powershell: Creating a Driverstore folder structure
I was thinking about my drivers folder and helping people to organise their drivers and I remembered Chris Nackers and Johan Arwidmark had posted scripts to help import drivers into MDT. I’ve created a script that can be used to … Continue reading
Posted in Deployment, MDT 2010, MDT 2012, PowerShell, SCCM
Tagged Drivers, MDT 2012, PowerShell, SCCM
10 Comments
MDT PowerShell: Creating a New Deployment Share
When you perform Actions in MDT you can use the View Script function to replicate the PowerShell commands that you run. This is so you can store them in a custom script to build up your own automation task(s). Clicking … Continue reading
MDT PowerShell: New Module in MDT 2012
Microsoft Deployment Toolkit 2012 now comes with a PowerShell module in addition to the PSSnapIn used in previous versions. In earlier versions of PowerShell in order to start using the PowerShell cmdlets for MDT you would have to add the … Continue reading
Posted in MDT 2012, PowerShell, Scripting
Tagged MDT 2012, Microsoft Deployment Toolkit, PowerShell
1 Comment
Microsoft Deployment Toolkit (MDT) 2012 RTM now available
Today, Microsoft have released Microsoft Deployment Toolkit (MDT) 2012. I hosts a world of new features and improvements. My favourites are the ability to hide the GUI during deployments and the Validation check fix when deploying to Virtual Machines. You … Continue reading
Posted in Deployment, MDT 2012
Tagged MDT 2012, Microsoft Deployment Toolkit, software, technology
3 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