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

Working with Service Requests in the portal


After publishing the Request offering and Service offering end users can start creating Service Requests in the SCSM 2012 Self Service portal based on this offering.

This recipe shows how to work with the SCSM 2012 portal to submit a Service Request.

Getting ready

Open the SCSM 2012 Self Service portal in Microsoft Internet Explorer.

By default the URL is https://<portalservername>:<port>/SMPortal/.

How to do it...

  1. The following is the SCSM 2012 portal entry page:

  2. Click on the Service offering Active Directory User Management.

  3. Click on Request A New User in Active Directory.

  4. Click on Go to request form.

  5. Provide the information in the form. Click on Next.

  6. Verify the input and click on Submit.

  7. After the Service Request is submitted the end user can follow the progress of his/her request by clicking on My Requests and then on the Service Request in the list.

How it works...

Using the SCSM 2012 portal it is possible for end users to raise service...