Book Image

Microsoft System Center 2016 Service Manager Cookbook - Second Edition

By : Steve Buchanan, Steve Beaumont, Anders Asp, Dieter Gasser, Andreas Baumgarten
Book Image

Microsoft System Center 2016 Service Manager Cookbook - Second Edition

By: Steve Buchanan, Steve Beaumont, Anders Asp, Dieter Gasser, Andreas Baumgarten

Overview of this book

Keep your organization up to speed with the Microsoft System Center 2016 Service Manager Cookbook. Over 100 practical recipes for SCSM 2016 give you all the tools to master IT service management.
Table of Contents (23 chapters)
Microsoft System Center 2016 Service Manager Cookbook - Second Edition
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface

Using an XML editor to modify management packs


By following the instructions in all recipes so far in this book you have gained an insight of the vast personalization and extensibility options available to Service Manager.

But using the Service Manager console and the Authoring Tool are only two possible ways of customizing Service Manager. There are much more options available to customize Service Manager, for instance, by directly editing the XML code of your management packs.

It is beyond the scope of this book to cover all possible customization scenarios you can address by modifying the management pack XML. However, there are a lot of examples available in the community that you can apply to your environment. Refer to Appendix B for a list of some of the most important community websites to visit.

The goal of this recipe is to become familiar with the general process of modifying the XML code of a management pack.

Getting ready

In order to work with the XML code of management packs, you...