Author: Maik Koster

Versioning / Monitoring SCCM Task Sequences 5

Versioning / Monitoring SCCM Task Sequences

Update 14.09.2022: Updated links to GitHub repository. Tested script with ConfigMgr CB (2207) and it’s surprisingly still working as intended. Update 29.03.2016: Published new script to import the Task Sequence xml files generate by this script back to SCCM 2012 and above. One thing I’m really missing in SCCM is...

Easily access information from any database and publish it via a web service – Part 1 – The Database 1

Easily access information from any database and publish it via a web service – Part 1 – The Database

OK, (probably) my two last post regarding my MMS 2011 sessions, if I haven’t missed something important .   To be able to make our Deployments more dynamic and as unattended as possible, we need to have all the information available, that we need to take decisions automatically . We...

Implementing a (very) simple Maintenance mode in MDT Litetouch 3

Implementing a (very) simple Maintenance mode in MDT Litetouch

While preparing for a session about MDT enhancements at the MMS 2011 (find the video at DeploymentResearch), Mikael Nyström had a very interesting idea for a web service demo. The idea was to implement something simple that allows to set a single or all locations into some kind of “Maintenance...

Michael Niehaus RIS style naming web service – Step by Step 1

Michael Niehaus RIS style naming web service – Step by Step

One of the interestingly often asked question is how to properly name a computer. And it’s sometimes incredible to see how much time people can spend on that rather boring and actually not really helpful topic. Anyway, one solution a couple people really like is to have some kind of...

Back from MMS 2011 0

Back from MMS 2011

Back from MMS 2011 in Las Vegas and somehow managed to catch a cold and even lost my voice this morning. Did I mention already, that I hate all those air-conditions? However that gives me some time to prepare and publish the source code of a couple of the web...

Automatically remove computers from a collection and reset the last PXE advertisement flag after a Deployment has finished 0

Automatically remove computers from a collection and reset the last PXE advertisement flag after a Deployment has finished

Two of the administrative tasks you often have to do after a SCCM based Deployment has finished is removing the computer from the OSD Collection it has been added to start the Deployment (you don’t really want to leave a computer in a collection with an active OSD advertisement, do...

Executing Web services – a generic MDT script 3

Executing Web services – a generic MDT script

As a frequent reader of this blog you have probably seen already a couple posts where we had to execute a web service to accomplish a certain task or get a specific value, etc. MDT itself takes away a lot of the hassle you have to deal with normally, if...

2010 Microsoft MVP Award – Setup & Deployment 0

2010 Microsoft MVP Award – Setup & Deployment

  WOOOOOOOOOOOOOOOHOOOOOOOOOOOOOOOO !!!!!!   Just received the following message:   Dear Maik Koster, Congratulations! We are pleased to present you with the 2010 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...

Deployment web service – Version 7.1 released 0

Deployment web service – Version 7.1 released

I’m happy to announce the release of Version 7.1 of the Deployment web service. The biggest and probably most useful change in this release is the implementation of NLog as logging provider. As already described in a previous post Add logging to your applications – NLog for beginners it’s now...