Tagged: Task Sequence

0

Exporting Task Sequences from ConfigMgr to plain xml files

In the last blog post I showed a script that would allow you to import a Task Sequence from an xml file as the ones being created by the Task Sequence monitoring script (see https://maikkoster.com/versioning-monitoring-sccm-task-sequences/ for details). As this covered a need that I basically created myself by publishing a...

2

Importing Task Sequences into SCCM/ConfigMgr

The Problem One of my probably mostly used scripts is a VBScript that monitors for any changes on Task Sequences in SCCM and exports a copy for backup purposes when an updated task sequence is saved. Please see https://maikkoster.com/versioning-monitoring-sccm-task-sequences-update-for-sccm-2012/ for further details about the script itself. Even it has been...

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

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