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: MDT
MDT: Manually configure a Static IP Address during LTI Deployments
No DHCP? No Problem. Part 1. I’ve been working on the various methods of setting Static IP addresses during Lite Touch deployments and decided to space the articles out over the week. Today we’ll cover the easy ones. If you … Continue reading
Posted in MDT 2010, MDT 2012
Tagged IP Address, Lite Touch, MDT, Microsoft Deployment Toolkit, WinPE
Leave a comment
LTI/ZTI Deployments: Injecting drivers during deployment
One of the best reasons implementing MDT 2012 is the way it manages your drivers. I had a customer who was using WDS only for deploying their Windows 7 images. They told me that the deployment would halt for around … Continue reading
MDT 2012: DomainOUs List
There’s a feature in MDT that displays a dropdown list of Domain OU’s in the Lite Touch deployment wizard. There are 2 ways to set it up. First, you can create a list of OU’s in the customsettings.ini by using … Continue reading
LTI/ZTI PowerShell: Debugging Scripts (Part 3 of 3)
Testings results with a test matrix My Rename-Computer script is in production and I’ve made some major changes to it so it’s time for some major testing. It’s important when testing your scripts to understand and document what your expected … Continue reading
Posted in MDT 2010, MDT 2012, PowerShell, SCCM, Scripting
Tagged ConfigMgr, MDT, Microsoft Deployment Toolkit, PowerShell, SCCM, Scripting
Leave a comment
LTI/ZTI PowerShell: Debugging Scripts (Part 2 of 3)
Testing variables with the ZTIUtility module My Rename-Computer script worked great on a computer in a workgroup environment. But now, I have a new server that I want to rename before I join it to a domain. I’ve worked out … Continue reading
Posted in MDT 2010, MDT 2012, PowerShell, SCCM, Scripting
Tagged ConfigMgr, MDT, Microsoft Deployment Toolkit, PowerShell, SCCM, Scripting
Leave a comment
LTI/ZTI PowerShell: Debugging Scripts (Part 1 of 3)
Adding new functions and features to a perfectly good script is common practice. One example is my evolving Rename-Computer script. I want to modify the way it works (again) but I don’t want to rename my computer and join a … Continue reading
Posted in MDT 2010, MDT 2012, PowerShell, SCCM, Scripting
Tagged ConfigMgr, MDT, Microsoft Deployment Toolkit, PowerShell, SCCM, Scripting
Leave a comment
LTI/ZTI PowerShell: Using parameterised scripts in Task Sequences
There are methods in creating PowerShell scripts suitable for task sequence deployment. A good starting point is the Technet article about_Scripts. One of the most useful features of MDT/SCCM are the deployment properties. Today, I’m going to talk about using … Continue reading
Posted in MDT 2010, MDT 2012, SCCM, Scripting
Tagged Lite Touch, MDT, Microsoft Deployment Toolkit, PowerShell, SCCM, Zero Touch
Leave a comment
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
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: 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