Skip to main content

Posts

Showing posts with the label SoftwareUpdates

PowerShell + SCCM 2012 : Automate Patching

This is an evolving post and is related to a project aiming to automate Software Updates in our environment.  The environment is a little complex as we have to work with other teams to get the list of Bulletin-IDs of S/W Updates (or patches) which will be deployed to our environment. So we can't probably go for ADR in CM 2012. So we will look at automating this Patching scenario from the very beginning where we get a list of Bulletin-ID's from outside source. Note - This post is inspired by Steve Rachui 's post on Automating Software Updates, where he has shown some very cool stuff (link at the end check that one out). Thanks to Stephane  >:D<  for sharing his WMI Functions which helped me a lot, along with cool B-) people like Kaido , Peter & David who have shared there awesome work :). All the resources link are at the end of the page. Below are the steps we will follow, which should get someone started who is l...