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: Microsoft Deployment Toolkit
SCCM PowerShell: Connect to SCCM Function
Today’s post is another time-saver function I wrote to connect to SCCM. Again, it is designed to eliminate the need to hard code the module path and/or the SCCM primary site. It allows me to just type Connect-SCCM to import the module … Continue reading
Posted in MDT 2010, MDT 2012, MDT 2013, PowerShell
Tagged MDT, Microsoft Deployment Toolkit, PowerShell
3 Comments
MDT PowerShell: Connect to MDT Function
Todays post is a time-saver function I wrote to connect to MDT shares. It allows me to just type Connect-MDT to import the module then enter to the MDT PSdrive. It discovers the location of the MDT module(from the registry) and uses the Restore-MDTPersistentDrive … Continue reading
Posted in MDT 2010, MDT 2012, MDT 2013, PowerShell
Tagged MDT, Microsoft Deployment Toolkit, PowerShell
5 Comments
LTI/ZTI Scripting: Add computer to an AD Group
I’m currently doing some intense SCCM 2012 training so I’ve not been posting or in the forums recently. I’ve still been responding to emails though. I received an email from a reader earlier this week. He wanted to add the … Continue reading
Posted in MDT 2010, MDT 2012, SCCM, Scripting
Tagged ConfigMgr, Microsoft Deployment Toolkit, SCCM, VBScript, ZTIUtility
24 Comments
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
4 Comments
MDT 2012: Missing network drivers during LTI boot
I was contacted last week by a former colleague who is just getting into MDT. He was missing drivers on one model and received this common error page during his boot sequence. Naturally, I had loads of resources to share but … Continue reading
Posted in Deployment, MDT 2010, MDT 2012
Tagged Drivers, Lite Touch, Microsoft Deployment Toolkit, WinPE
19 Comments
Test Lab: Base Configuration – Hydration Kit released.
I’ve released my first Codeplex project today. It’s available at http://testlabhydrationkit.codeplex.com Hydration Kit – Test Lab: Base Configuration for Windows Server 2008 R2 The code is Microsoft Deployment Toolkit standalone media (Hydration Kit) that will configure each of the servers … Continue reading
Posted in Deployment, MDT 2012, Testlab
Tagged Deployment, Microsoft Deployment Toolkit, Testlab, Training
12 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: Running a single PowerShell Cmdlet from a Task Sequence Step
Sometimes I want to perform small tasks that don’t really require a script creation. In those cases I use a Run Command Line task sequence step. It was always easy for cmd.exe and it’s just as easy for PowerShell.exe(once you … Continue reading
Posted in Deployment, MDT 2010, MDT 2012, PowerShell
Tagged ConfigMgr, Microsoft Deployment Toolkit, PowerShell
10 Comments
MDT: RTFM
There is a help file/manual that comes with MDT. It’s called Microsoft Deployment Toolkit Documentation Library. It’s located in the start menu. This documentation is immense. It covers everything from getting started, walkthroughs, App-V, SCCM, Scripting. (and it’s free) I … Continue reading
LTI/ZTI Scripting: MDT Scripting Template
It’s back to VBScript today. I received an email from a reader last week. He had an issue with a deployment script. We thought it would be a good idea to share the solution. For me, a chance to review … Continue reading
Posted in MDT 2010, MDT 2012, SCCM, Scripting
Tagged ConfigMgr, Microsoft Deployment Toolkit, SCCM, VBScript, ZTIUtility
3 Comments