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: MDT
Windows 10: Deployment and management lab kit
I’m currently updating my Microsoft certifications with the exam 70-697 Configuring Windows Devices and have done a lot of hands on lab training recently. I’ve downloaded the whopping 30Gb Windows 10 deployment and management lab kit for my testlab and felt … Continue reading
Posted in Certified Training, Deployment, MDT 2013, SCCM, Testlab, Windows 10
Tagged MDT, SCCM, Testlab, Training, Windows 10
Leave a comment
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
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
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
2 Comments
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