giving something back after taking a lot :-)

Maik Koster at myITforum.com

Browse by Tags

Deployment Web service 7.3 - SCCM Client Center support

August 30, 2011

With the release of version 7.3 of the Deployment Webservice ( Download ) a completely new part has been added, integrating some functions of Roger Zanders awesome SCCM Client Center Automation library for Deployment usage. This library enables you to execute certain SCCM Client related task directly on a client like forcing Software updates or refreshing the Machine Policy. The offered functions are mainly identical to the ones offered in the SCCM Client Center Integration Pack for Opalis . And...  ... Read the full post or  be the first to comment. Filed under: , , ,

Deployment Web service 7.3 – Basic security

August 30, 2011

With the updated Version 7.3 ( Download ) just being published, the growing number of available functions, covering more and more demands in todays deployments, it’s not only an advantage of having such a huge toolset available. In its default implementation, the Web Service is configured to execute actions under certain user account. While this makes it pretty easy to troubleshoot and verify the functions are working, everyone with access to this web service will now be able to execute actions,...  ... Read the full post or  be the first to comment. Filed under: , , , ,

Deployment Web service – Version 7.3 published

August 30, 2011

Today I published version 7.3 of the Deployment web service. Beside some small bug fixes and minor additions, three new features have been added: 1. SCCM Client Center support A completely new web service part has been added that’s exposing a couple of functions (55 to be accurate) from the SCCM Client Center automation library written by Roger Zander , giving the possibility to execute certain tasks on a client like pushing Software updates, refreshing the machine policy etc. A full list of functions...  ... Read the full post or  be the first to comment. Filed under: , , , ,

Deployment web service - Version 7.1 released

August 12, 2010

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 possible to influence the logging at runtime. With this version the Active Directory and the SCCM/SMS parts of the Deployment web service have been updated with this new logging capabilities already. The MDT...  ... Read the full post or  be the first to comment. Filed under: , , , ,

Copy steps/group of steps between Task Sequences

July 30, 2010

If I have to make a change to an existing Task Sequence (no matter if MDT or SCCM) I typically create a copy of the existing Task Sequence and apply the changes to this copy for further testing. This way you can easily test and improve it until everything is working as expected without having a negative effect on your working Task Sequences. Now after you have verified that everything is working as expected, you need to redo all the changes applied so far to the original Task Sequence. The easiest...  ... Read the full post or  be the first to comment. Filed under: , , ,

Coalesce noncontinuous and/or unjoined lists into a single sequential variable list in ConfigMgr OSD Deployments

April 26, 2010

Wow, great title. What does it mean? Well, yesterday I was watching a couple of the recorded sessions of last weeks MMS . One of them was held by Michael Niehaus about dynamic Deployments and he mentioned a problem you might experience mainly in ConfigMgr OSD using collection variables and presented a solution in form of a script that exists already in MDT. As I wasn’t able to find much information about this I try to summarize this in case somebody else not being able to attend his session runs...  ... Read the full post or  be the first to comment. Filed under: ,

PrettyGoodFrontEndClone

April 20, 2010

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 couple times on this blog, Johan is now also using webservices to query the necessary information from MDT, Active Directory and ConfigMgr (SCCM). For this he wrote his own webservice reduced...  ... Read the full post or  be the first to comment. Filed under: , , , , , ,

MDT Web FrontEnd – How To handle SCCM Packages

March 21, 2010

MDT has a built-in feature that allows you to install packages from SCCM on the fly during the Deployment process. More or less similar to installing applications from MDT . While this is great for dynamic deployments, it’s not that easy to use as you have to define the package with it’s package id and the program of the package to be run. A typical entry looks like MKO0023E:MDT – Install Microsoft Office 2007 I`m pretty sure that most of you that used this feature have spent already some time on...  ... Read the full post or  be the first to comment. Filed under: , , ,

Using a custom Boot wizard to boot known and unknown computers in SCCM and choose a Task Sequence to run – Step by Step

January 13, 2010

In some recent posts I wrote about how to create a custom boot wizard. During these posts I used an example which would be able to boot any known and unknown computer from SCCM, reads a list of available Collections having an OSD Task Sequence advertised to choose from, then drop the computer into one of these collections on the fly and wait until the Advertisement would be available for the computer before handing over to the Task Sequence engine which would then query the SCCM Server for an advertised...  ... Read the full post or  be the first to comment. Filed under: , , , , ,