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

BlogTip: Group Policy Center

Being generally interested in Group Policy Management I was more than happy to stumble upon this blog today called the Group Policy Center – A very nice blog with News, Tutorials, Tips and Tricks about Microsoft Windows Group Policy.

Office 2010 Resources

On march 4th Microsoft communicated on their Office 2010 Engineering blog that they are on Schedule with Office 2010 and will release it to manufacturing next month. For Enterprise customers Office 2010 will be available as of May 12th, consumers will get Office 2010 in June. Microsoft Office 2010 Site Planning, configuration, deployment and compatibility [...]

The Argument against Disabling IPv6

Last Friday I met with some friends I used to work with in the past and we had some talk about Windows 7 and IPv6. One had mentioned that they would explicitly disable the IPv6 on the client systems, this because they would not use it and they wanted to avoid unnecessary network traffic on [...]

ReadTip: Choosing the right App-V Delivery Model

If you’re planning on deploying App-V, but still busy with thinking of how you will get the virtualized applications to your end users I strongly recommend that you read the whitepaper “Choosing the right App-V Delivery Model” from Ment van der Plas. The document provides an excellent overview of the different App-V delivery scenarios and [...]

ViewTip: Application Virtualization (App-V) Video Series

Learn how to configure App-V; create, publish, and update virtual applications; and create and manage policies for virtual applicationss. The videos can be downloaded from here

Identifying KMS Servers

Assume you are at a client site and plan to deploy a Windows Server (2008 / 2008-R2) or Windows Clients (Windows Vista / Windows 7) and want to check if they do already have KMS Services running on their network. It’s very simple. Just open a command prompt and type the following command: nslookup -type=srv [...]

Remote Management of AMT/vPro machine with WinPE and VNC

Intel vPro/AMT enabled systems allow you to remotely reboot a system from a redirected CD-ROM aka as IDE-R.  So if one of your users devices doesn’t boot its OS properly anymore, you can remotely boot that system with a diagnostics CD that you have stored on your local disk drive. As long as that recovery [...]

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 [...]

Virtual Hard Disk Getting Started Guide

Microsoft recently published the “Virtual Hard Disk Getting Started Guide”. This paper provides you with all the information you need around VHD. Download the Guide here

The “MZ” header in EXE files

When you open an executable in notepad, you might have noticed that every executable starts with the letters MZ These story behind these two letters is that these are the initials of Mark Zbikowski the designer of the DOS executable file format. These two letters are basically telling the system that this is an executable [...]