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

Adding a task to the Incident form


Tasks are different type of actions that you can perform on an object from the Service Manager console. Some tasks are essential for Service Manager to work, such as the Create and Edit tasks, other tasks are used to facilitate the troubleshooting process. A good example of this is the Ping Related Computer or Remote Desktop tasks that are available when selecting an Incident.

Getting ready

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

How to do it...

In this example, we will create a custom task for executing an nslookup on a computer related to an incident.

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

  2. Select Tasks in the navigation pane.

  3. If you have created any tasks previously, these tasks should now be displayed, otherwise you should get the No items found message. To create a new task, click on the Create Task console task.

  4. The Create Task wizard should now launch. In...