Book Image

Microsoft System Center 2012 Orchestrator Cookbook

By : Samuel Erskine, Andreas Baumgarten, Steve Beaumont
Book Image

Microsoft System Center 2012 Orchestrator Cookbook

By: Samuel Erskine, Andreas Baumgarten, Steve Beaumont

Overview of this book

<p>Microsoft System Center Orchestrator 2012 simplifies the process of automating systems administration tasks. Originally a third-party product named Opalis, which Microsoft acquired in 2009, Orchestrator provides a simplified way of building complex automation. System Center Orchestrator is a complete solution that goes beyond basic automation.</p> <p>"Microsoft System Center 2012 Orchestrator Cookbook" will teach you how to plan, create and manage powerful runbooks to help you automate mission-critical and routine administration tasks.</p> <p>In this practical Cookbook you will learn how to master System Center 2012 by creating runbooks to control and automate every feature possible. You will start by learning how to efficiently install and secure System Center Orchestrator.</p> <p><br />You will then learn how to plan and create functional and fault-tolerant System Center runbooks to automate daily tasks and routine operations. Diving deep into runbooks, you will learn how to create powerful and practical runbooks for the entire System Center family of products.<br /><br />Unleashing your inner control freak, you will then master System Center automation by creating IT Service Management process runbooks and advanced runbooks to help you control every feature imaginable of System Center. If you want to save time and energy automating mission critical tasks with System Center 2012 Orchestrator, then this book is for you!</p>
Table of Contents (17 chapters)
Microsoft System Center 2012 Orchestrator Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Deploying software updates


Deploying software updates for organizations is usually a very well documented and executed process with appropriate change controls or it is simply not done. In the latter case, this is due to the fear of the risk introduced, complexity, and the time it can consume.

This recipe will show you an example of how to automate your process for patching devices with controls using SCORCH.

The following diagram shows the defined business process covered in this recipe:

Getting ready

This recipe will leverage System Center 2012 Configuration Manager (ConfigMgr) to deploy a set of updates to a device.

Before creating this recipe you will need to create an Update Group in ConfigMgr. In this recipe it is assumed that you will be using an Update Group in ConfigMgr called Monthly Security Updates. You will also need to create a deployment template for this recipe.

How to do it...

The following steps will show you how to configure the activities in the Runbook (1.Deploy Software Update...