Tagged: ConfigMgr (SCCM)

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

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

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

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

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

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

PrettyGoodFrontEndClone 0

PrettyGoodFrontEndClone

I’ve always been a big fan of the PrettyGoodFrontEnd written by Johan Arwidmark. Originally written as a FrontEnd for ZTI deployments on SMS with BDD 2007 it has recently been updated for ConfigMgr (SCCM) 2007 Deployments with MDT 2010 integration. Similar to the Custom Boot Wizard I’ve mentioned already a...