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 a workflow to notify the affected user upon the creation of an Incident


Many IT departments often hear that they need to improve their information flow to the customer during the troubleshooting process. To improve this we can create workflows or subscriptions to automatically send e-mail notifications during the lifecycle of a Work Item, such as an Incident. Workflows and subscriptions can be triggered when a Work Item fulfills a criterion. This could be when the status of an Incident changes from Active to Resolved or when the Escalated checkbox is checked.

Getting ready

In order to send outgoing mails from Service Manager, you need to configure a Notification Channel. If you haven't done so, follow these steps:

  1. Open the Service Manager console and go to the Administration workspace.

  2. Expand Notifications and select Channels.

  3. Double-click on the E-mail Notification Channel to open the properties.

  4. Enable e-mail notifications by checking the Enable e-mail notifications checkbox.

  5. Enter the...