giving something back after taking a lot :-)

Maik Koster at myITforum.com

Browse by Tags

Versioning / Monitoring SCCM Task Sequences – Update for SCCM 2012

November 10, 2011

Back in May this year I released a small tool that monitors and tracks all changes on Task Sequences on your SCCM Server and exports a copy for backup purposes each time a change happens. Today I just published an updated version of this script, that enables the same functionality for System Center 2012 Configuration Manager . Please have a look on the original Blog Post for some further reference about the usage etc. Find the updated Download on CodePlex .  ... Read the full post or  be the first to comment. Filed under: , , , , ,

Step-by-Step: Handling WMI Events permanently using VBScript

May 30, 2011

This could be called part 4 of WMI magician Kim Oppalfens 3 part series about WMI eventing in SCCM . In his series he first covered the basics of WMI eventing using wbemtest to create the event query and dig a bit through the returning objects. Then he guided us through a simple VBScript that monitored folders in SCCM to implement “securable” Configuration Manager folders . A pretty neat solution as folders aren’t securable objects within SCCM. However one drawback of his initial script is, that...  ... Read the full post or  be the first to comment. Filed under: , , , ,

Versioning / Monitoring SCCM Task Sequences

May 12, 2011

  One thing I’m really missing in SCCM is some kind of versioning or history especially for those quite complex Task Sequences, sometimes consisting of hundreds of steps, each with a bunch of properties. And how often did it happen that you came back to the office and one of your Task Sequences suddenly behaved differently, just to figure out that “someone” changed “something” without telling anybody, especially not you? Or have you ever been working on a Task Sequence, just to recognize that...  ... Read the full post or  be the first to comment. Filed under: , , , , ,

Using LINQ and the Entity Framework to query SMS/SCCM

October 15, 2009

Even if this title doesn’t mean anything to you, just bear with me for a moment. I’m about to show you a nice and easy way to query a database (the SMS/SCCM Database in this case) and this even for all records which have specific bits in a bitmask set as it happens quite often within SCCM. Recently I had to query some information from SCCM again I wanted to use within my MDT Web FrontEnd . I wanted to have a list of all available packages and be able to search within this list. Additionally return...  ... Read the full post or  be the first to comment. Filed under: , , , ,

A Webservice for OSD and MDT Deployments

February 11, 2009

In the first posts I showed how you can create ( Create your own MDT Webservice - Part 1 , Create your own MDT Webservice - Part 2 ) and access ( Calling a webservice from a script using MDT 2008 ) a simple webservice to be used in Deployments to ease access to the MDT Database. In the last post you could find a complete set of stored procedures do manipulate the MDT Database on-the-fly ( Get access to the MDT Database ). Now we are going to combine this. For the ones just interested to download...  ... Read the full post or  be the first to comment. Filed under: , , , , ,

Using Roles to deploy Applications based on previous Applications - Part 1 (ZTI - Refresh Scenario)

December 29, 2008

One common question regarding the deployment of a new operating system especially on refresh or replacement scenarios is how the user will get his previous applications back. All standard applications are probably already part of your thick image or will be defined as standard applications for all users or a specific location etc. However you will always have a bunch of applications which only a certain amount of users will use. And normally you don't want to spend time after the deployment to...  ... Read the full post or  be the first to comment. Filed under: , , , ,