Andrew Barnes (aka Scriptimus Prime)
-
Recent Posts
Follow me on Twitter
- I've just passed the SCCM 2012 exam 70-243.#MSVirtAcademy #BornToLearn #MSLearning #MCP 2 weeks ago
May 2013 M T W T F S S « Apr 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 31 Archives
Categories
Tags
70-680 videos 70-681 Andrew Barnes Automation bootstrap.ini Conditions ConfigMgr customsettings.ini Deployment Drivers Free MCTS Videos HP N40L MicroServer IP Address Lite Touch MCTS MDT MDT 2010 MDT 2012 MDT Scripting MDT Video Links Microsoft Certified Microsoft Deployment Toolkit P2V PowerShell SCCM script Scripting Scripting ZTIUtility Testlab Tips Training USMT VBScript Video Links Vista VMware Volume Activation Windows 7 Windows 7 Deployment Windows 8 Windows Server 2012 Windows SIM WinPE Zero Touch ZTIUtilityMeta
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
Leave a comment
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
Leave a comment
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
Leave a comment
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, Lite Touch, MDT 2010, MDT 2012
10 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
8 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
12 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
24 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
11 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