GivingSomethingBack Blog

MDT Wizard Studio beta released 0

MDT Wizard Studio beta released

The MDT Wizard Editor is probably one of the most useful tool if it comes to editing the Lite Touch Wizard files. It especially simplifies the pretty tedious part of editing the xml files and the embedded HTML content of each wizard pane. However the current version of it dates...

2012 Microsoft® MVP Award – Setup & Deployment 0

2012 Microsoft® MVP Award – Setup & Deployment

Just received the following email:   Dear Maik Koster, Congratulations! We are pleased to present you with the 2012 Microsoft® MVP Award! This award is given to exceptional technical community leaders who actively share their high quality, real world expertise with others. We appreciate your outstanding contributions in Setup &...

Compare Active Directory computer accounts with Configuration Manager resources 0

Compare Active Directory computer accounts with Configuration Manager resources

Despite all discovery methods, Health scripts and other cleanup efforts it might be helpful from time to time to simply compare all the computer account objects that we have in Active Directory with our resources in ConfigMgr. There are a couple posts available, that demonstrate how to integrate information from...

MDT Database version history 0

MDT Database version history

As you might know, there is a whole bunch of settings/properties in MDT that drive the processing of MDT. And with every new version of MDT, the amount of settings typically just grows, but sometimes, they also drop the usage of some of them. Most of these settings are also...

MDT Monitoring Deep Dive IV – Sending more information 0

MDT Monitoring Deep Dive IV – Sending more information

In my post MDT Monitoring Deep Dive II – Consuming the data yourself, I showed you how you can write your own web service, that consumes the MDT monitoring information. The next thing we will cover is, how we can send even more information from MDT and also make use...

MDT Monitoring Deep Dive III – Returning settings to a Computer 1

MDT Monitoring Deep Dive III – Returning settings to a Computer

If you enable the MDT Monitoring, you also enable kind of a “hidden” feature, that will give you just another way of setting properties on computers that are being deployed. One of the most important tasks in MDT is the gather process. It collects information locally on the client computer...

MDT Monitoring – Deep Dive II – Consuming the data yourself 0

MDT Monitoring – Deep Dive II – Consuming the data yourself

As mentioned in my last post, MDT 2012 comes with an interesting monitoring option. It installs a web service, where events are being posted to and which the workbench queries to get the current status of all running and recently finished deployments. But as we also got aware, it’s posting...

MDT Monitoring – Deep Dive I 0

MDT Monitoring – Deep Dive I

The new monitoring feature is probably one of the most interesting and underestimated features of MDT 2012. In this version, its just some “initial” implementation, but it has great potential and in contrast to other custom extensions that have been available before, it’s tightly integrated and working out-of-the-box with support...

New features in MDT 2012 – Download files from the internet 0

New features in MDT 2012 – Download files from the internet

Sometimes it would be nice to be able to download some files from the internet or intranet during deployments. Maybe to get some updated tools like bginfo.exe or store some configuration or wizard files outside of your boot image etc. This is quite easy to achieve for files that are...