Skip to content
Archive of posts filed under the Automation category.

Scripting HP Wireless Device State

An old colleague called me up this week (well in fact it was my old boss who has left our company), and told me about an issue they had when deploying an ISP specific Software Package that interacts with the Wireless Devices on their HP notebooks. The problem was that if the WWAN device has [...]

Quick Access to installed QFEs

Instead of opening several windows, here’s an easy way to get a list of installed QFE’s. simply open a command prompt and type: WMIC QFE or WMIC QFE get caption,hotfixid,installedon or if you are looking for a specific update, enter the following command: WMIC QFE | find “958559” where 958559 relates to the MS KB [...]

BitLocker Deployment Sample Resources

During my weekly “let’s see what’s new”  search on some of my favorite websites, I found the “Bitlocker Deployment Sample Resources” on the MSDN Code Gallery. The Resource Page contains a lot of documentation and useful script samples for the deployment and management of Microsoft Bitlocker.

Microsoft Office 2010 Beta Silent Install

Being one of the lucky ones who was able to sign-up to the Microsoft Office 2010 Technical Preview program, I have started looking at the deployment of Microsoft Office 2010 today. My first observation was that unfortunately the provided documentation seems to be ahead of the Office Installation sources that have been made available for [...]

Leftover files after .NET Framework 3.5 Service Pack 1 installation

Some of you might have noticed that after installing the .NET Framework 3.5 Service Pack 1, there can be a leftover folder in the root of the system as shown in the picture below. We identified this issue right after .NET 3.5 SP1 was installed,  and found out soon that we were not the only [...]

Reduce software installation time

Windows7 comes with Windows Installer 5.0 that has a new installation property called MSIFASTINSTALL. Using the MSIFASTINSTALL property can help reduce time required to install a windows installer package. The trick behind MSIFASTINSTALL is quite simple, it just skips things that consume time like creating a system restore point or calculating the space requirements (File [...]

Reimaging Macintosh Computers

Most of us desktop management consultants focus on the Windows Operating System, so I thought it’s about time to see how things work with other operating systems. I kind of know in theory how a LINUX installation works but Mac computers thus far has been unknown land for me. During my journey of collecting information [...]

ToolTip – RegFromApp

Most Windows Operating System and Application settings are stored within the Windows Registry, so if you want to create a script that automates customized settings, but don’t know the exact registry key location or value, you usually end up creating a so-called registry snapshot that records the changes made to the Windows registry when applying [...]

Going beyond the standard Group Policy Preferences

Group Policies and Group Policy Preferences are great technologies to manage your enterprise desktops. But what if you want to go beyond the features Microsoft has build into the Group Policy Management Console? With PolicyPak you can consistently manage ANY application’s settings using the Windows native Group Policy technology. have a look at the PolicyPak [...]

MED-V Screencasts on TechnetEdge

The first out of four  screen casts about MED-V has been published today on TechnetEdge. Part 1, Concept and Architecture  Part 2, User Experience Part 3, Configuring Workspace Policy Part 4, Creating Deployment Package