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: customsettings.ini
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
Test Lab: Base Configuration – Hydration Kit: Custom Default settings
When using the Test Lab:Base Configuration Hydration Kit, you may want to use your own custom domain and server names. After all, it’s your testlab and you might spend a considerable amount of time working there. It makes sense to … Continue reading
Posted in Deployment, MDT 2012, Testlab
Tagged customsettings.ini, Hydration Kit, MDT Media, Testlab
8 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 Scripting: Using VBScript Expressions in customsettings.ini file
I received an email from one of my readers: I’m trying to deploy to a mixed physical / VM environment using the serial number for the OSDComputername. However, on my VMs (VM Ware) the VM serial number is full of … Continue reading
Posted in MDT 2010, MDT 2012, Scripting
Tagged customsettings.ini, Microsoft Deployment Toolkit, Scripting, VBScript
12 Comments
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
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 2012: Sysprep and Shutdown
With today’s virtualisation technologies, the Windows imaging process of creating and deploying a reference image is not always suitable. In some scenarios you may just want to deploy Windows, patch it, then sysprep and shutdown a machine without capturing an image. … Continue reading
Posted in Deployment, MDT 2012
Tagged customsettings.ini, Lite Touch, MDT, MDT 2012, Tips, Windows 7 Deployment
Leave a comment
MDT 2010: Sample customsettings.ini for Fully Automated LTI Deployments
I get a lot of requests for articles on various deployment techniques. One reader yesterday asked for an example of a customsettings.ini file. samburattoSam said: Hey, Thanks for the Blog. Alot of helpfull stuff. Can you show us an example of a … Continue reading
Posted in Deployment, MDT 2010
Tagged Automation, customsettings.ini, Deployment, Lite Touch, Zero Touch
32 Comments
MDT 2010: Managing Packages
Deploying packages in MDT is very straightforward. Simply import them into the Packages node within the deployment workbench and by default they will be installed during the deployment process. You can use selection profiles to control these and ensure that … Continue reading