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 3 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: 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
3 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
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 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 MDT 2010, Deployment, Microsoft Deployment Toolkit, customsettings.ini, Lite Touch, Tips, MDT 2012
12 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
26 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