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

Creating and personalizing Change Management Activity notifications


In SCSM 2012 it is possible to send notifications to "Reviewers" of Review Activities and "Implementers" of Manual Activities. This is helpful because different activities in a Change Request will change their status during the Change Management process. For instance, a Manual Activity status changes from Pending to In Progress after a previous Review Activity is approved.

This recipe will show how this notification workflow can be configured.

Getting ready

There are two ways to create a notification in SCSM 2012.

The first one is to navigate to Administration | Notification | Subscription | Create Subscription. The wizard will lead you through the creation of the notification.

The second method is to configure a workflow by navigating to Administration | Workflows | Configuration and selecting the relevant process type.

We will use the second method and it is described in detail in this recipe. The major difference between...