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: Zero Touch
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
LTI/ZTI PowerShell: Accessing Task Sequence Variables
In order to create more useful scripts in your Lite/Zero-Touch deployments, you will need access to the deployment variables. In MDT 2012 you can now access these Task Sequence variables from 2 new PSDrives called TSEnv: and TSEnvList:. Now these drives … Continue reading
Posted in Deployment, MDT 2010, MDT 2012, SCCM, Scripting
Tagged Lite Touch, PowerShell, Scripting, Zero Touch
13 Comments
LTI/ZTI PowerShell: Using PowerShell in Task Sequences
Now that we’re in the golden age of PowerShell many administrators will want to take advantage of its features in their deployments. With Lite/Zero-Touch you can do this by using the Run PowerShell Script task sequence step. The great thing … Continue reading
Posted in Deployment, MDT 2010, MDT 2012, PowerShell, SCCM, Scripting
Tagged Deployment, Lite Touch, Microsoft Deployment Toolkit, Zero Touch
5 Comments
LTI/ZTI Deployments: Post OS Task Sequence
One of the useful features of MDT is the Post Operating System Installation Task Sequence. I use it to configure servers after I clone them from templates. If you want to do any of the following tasks then a Post … Continue reading
Posted in Deployment, MDT 2010, MDT 2012, SCCM
Tagged Deployment, Lite Touch, Microsoft Deployment Toolkit, Zero Touch
2 Comments
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
32 Comments
MDT 2010: User State Migration
In order to automate the User State Capture and Restore task sequence steps in MDT 2010 you will need to configure your deployment share so it knows where to store the data. MDT 2010 installs the User State Migration Tool … Continue reading
Posted in Deployment, MDT 2010
Tagged customsettings.ini, Lite Touch, MDT 2010, USMT, Vista, Windows 7, Windows 7 Deployment, Zero Touch
27 Comments
MDT 2010: Managing Product Keys
If you are deploying Windows Vista/7 Professional, Enterprise or Server 2008(R2) and you have a KMS host configured, you can simply ignore the sections that ask for product keys during Lite-Touch deployments and skip past them without adding aditional propertys. … Continue reading
Posted in Deployment, MDT 2010
Tagged customsettings.ini, KMS, Lite Touch, MAK, MDT 2010, Vista, Volume Activation, Windows 7, Windows 7 Deployment, Zero Touch
7 Comments
MDT 2010: Deployment Type
When automating your Lite-Touch environment, you should first consider the usage of your task sequences. There are 4 task sequence usage scenarios in MDT 2010, they are the new computer scenario, the refresh computer scenario, the replace computer scenario and the upgrade … Continue reading
Posted in Deployment, MDT 2010
Tagged customsettings.ini, Lite Touch, MDT 2010, Vista, Windows 7, Windows 7 Deployment, XP, Zero Touch
2 Comments
MDT 2010: Timezone
To automate the TimeZone setting in your Lite-Touch deployments, edit the CustomSettings.ini file and add the following line for Windows XP/2003: TimeZone=85 or for Windows Vista/Server 2008/Windows 7/Server 2008 R2 use: TimeZoneName=GMT Standard Time Now to hide the pane during … Continue reading
Posted in Deployment, MDT 2010
Tagged customsettings.ini, Lite Touch, MDT 2010, Regional Settings, Vista, Windows 7, Windows 7 Deployment, Zero Touch
1 Comment
MDT 2010: Setting the built in Administrator Password
As you may be aware, the local administrator account is disabled by default in Windows 7. MDT 2010 re-enables it and resets the password. This is initially done when you create a new task sequence so you don’t really need … Continue reading
Posted in Deployment, MDT 2010
Tagged customsettings.ini, Lite Touch, MDT 2010, Vista, Windows 7, Windows 7 Deployment, Zero Touch
16 Comments