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

Extending Service Manager classes


Service Manager 2012 includes a very flexible class model that allows you to extend existing classes and create new classes. There are two main types of classes in Service Manager—Configuration Items and Work Items.

Configuration Items are items stored in your CMDB, such as Windows Computers, Users, Printers, and so on. These items are normally viewed in the Configuration Items section of the Service Manager console. Please refer to Chapter 4, Building the Configuration Management Database (CMDB), for more information about the CMDB in Service Manager.

Work Items are classes that are used to support your ITSM processes, such as Incident, Service Request, Change Request, and so on. Work Items are typically viewed in the Work Items section of the Service Manager Console. More information about ITSM processes covered by SCSM can be found in Chapter 1, Chapter 5, Chapter 6, and Chapter 7.

In this recipe, we will walk you through the process of adding additional...