Book Image

Microsoft System Center 2012 Service Manager Cookbook

Book Image

Microsoft System Center 2012 Service Manager Cookbook

Overview of this book

Microsoft System Center Service Manager (SCSM) offers enterprises a complete, integrated platform for automating and adapting IT Service Management best practices to your organization's requirements. "Microsoft System Center Service Manager Cookbook" provides you with real-world, immediately usable recipes which will show you how to configure and administer System Center Service Manager 2012 and understand how to solve particular problems and scenarios to take this tool further. In Microsoft System Center Service Manager Cookbook, you will get to grips with practical recipes which will show you how to configure and administer System Center Service Manager 2012. This cookbook features distinct recipes on the practical implementation of ITSM Frameworks and Processes, Microsoft System Center 2012 Service Manager Administration, how to configure Service Level Agreements (SLAs). It will also cover incident and problem management, the design of change and release management as well as implementing and editing security roles.
Table of Contents (20 chapters)
Microsoft System Center 2012 Service Manager Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Automating your Request Offerings with Orchestrator


In Chapter 5, Deploying Service Request Fulfillment, we discussed how to create a Service Catalog and present your Service Offerings and Request Offerings on the self-service portal. This is great and allows the end-users to report Incidents and register Service Requests from the portal whenever they like. To make this even better we can automate the actual request by utilizing System Center Orchestrator.

Note

This recipe involves working in System Center Orchestrator and has some requirements within that product which we don't have to discuss in this book.

For more information regarding System Center Orchestrator, see the official documentation on TechNet:

http://technet.microsoft.com/en-us/library/hh237242

The whole process of creating automated Request Offerings can be summarized in these steps:

  1. Create a Runbook in System Center Orchestrator.

  2. Sync the Runbook to Service Manager through the Orchestrator connector.

  3. Create a Runbook Automation...