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 an Incident template


There are certain types of incidents that occur frequently and this is where the use of templates is valuable. Templates are used to speed up the creation of new incidents and give us a way to standardize the information in them.

A template consists of one or more predefined properties of a certain class. For instance, an incident template used for registering local printer incidents might have the Title, Description, Classification Category, Impact, and Urgency predefined.

Getting ready

Make sure that Service Manager is up and running and that you have sufficient privileges to create new templates.

How to do it...

As an example, we will create a template for registering local printer issues. In order to do so, follow these steps:

  1. Start the Service Manager console and go to the Library workspace.

  2. Select Templates in the navigation pane.

  3. A list of all available templates should now be displayed. Click on Create Template in the task pane on your right-hand side.

  4. This will...