22nd March 2012Eject CD script, quarantined by FEP! PowerShell to the rescue!
I guess everyone knows that you can’t enable BitLocker on a machine from a Task Sequence if there is a CD in the CD drive… The workaround is quit simple, just run a script to eject the cd drive before running the “enable BitLocker” step. Well the other day this script, a vbs, I use, [...]
Category: Bitlocker, OS Deployment, Powershell, Tips and Tricks | Comment
15th March 2012What’s that! I have a session @MMS2012
Tree years ago, my Girlfriend gave birth to our son, which kind of got in the way of me attending, and 2 years ago, that Icelandic Volcano eruption got in the way! Last year I did attended for the first time and it was great! This year though, I get to speak at a Break [...]
Category: OS Deployment, Personal | Comment
14th March 2012Removing components and shortcuts from XP during OS deployment
In Windows 7 Components are called features, and can easily be added and removed using DISM, but XP tends to be more about inf, ini and txt files, so here we must use SYSOCMGR.EXE
Category: OS Deployment, Tips and Tricks, XP deployment | Comment
6th March 2012All Windows Keyboard layouts
I’m working for this customer who needs computers deployed I several different country’s. Because they run XP (I know!) they need that LCID – “hex code” number for the keyboard layout instead of the more user friendly “culture name” used in Win7, like en-US or da-DK. Every time I need these LCID’s I find myself [...]
Category: Language, OS Deployment, Tips and Tricks, Windows 7, XP deployment | 1 Comment
27th February 2012Extending OSD progress UI Info in SCCM
While running a task sequence, info on what is happening is shown in the progress UI, well the name of the Task Sequence, and the step that is running anyway!! But what if we could extend that info to let us know other things as well! Turns out that is as easy as typing a [...]
Category: Configuration Manager, OS Deployment, Tips and Tricks, Windows 7, XP deployment | 1 Comment
23rd February 2012Changing the regional related (small) stuff! Dot vs. Comma
During OS deployment you normally set the regional settings to match the nationality of the user who are to receive the computer! This can be anything from the OS UI and keyboard, to Date and time formats, and is normally done using sysprep values like SystemLocale, UserLocale, UIlanguage etc. One problem though, is the UserLocale [...]
Category: Language, OS Deployment, Tips and Tricks | Comment
15th February 2012Small useful scripts – OSD from USB without HAL.dll error (vbs)
If you are experiencing problems with OS deployment of Windows XP, booting off USB, and the error is HAL.dll related, it might be because its configured wrong, her is a script that fixes this
Category: Boot Media, HAL, OS Deployment | 2 Comments
27th January 2012Small useful scripts–Changing Driver Package source (PS1)
I have this customer who had to move all driver packages from from one server a another. This of cause meant all the Data Source references had to be change as well. Once al the packages were moved to the new server I ran the following two scripts to change the source. All you need [...]
Category: Configuration Manager, Drivers, OS Deployment, Powershell, Scripting | Comment
19th January 2012Personal notes no 8. Kill a running process
Sometimes you want to shutdown a running process before running an installation of a piece of software. In that case the native XP/win7/server08, utility TASKKILL comes in handy. In a case where I had to upgrade MS Office Communicator to Lync! this would fail if OC was active on the users machine. So I just [...]
Category: OS Deployment, Personal Notes, Tips and Tricks | Comment
9th January 2012Clean up your wims
Generally I always use the append method of capturing my images (MDT’s ZTIBackup.wsf will do that for you, as explained here). This allows me to store multiple versions of my production image in the same image file. The biggest benefit of storing multiple images in the same wim file is of cause utilization of the [...]
Category: OS Deployment, Tips and Tricks, WAIK | Comment

Subscribe to Michael's RSS Feed