Book Image

Microsoft System Center 2012 R2 Operations Manager Cookbook

Book Image

Microsoft System Center 2012 R2 Operations Manager Cookbook

Overview of this book

Table of Contents (18 chapters)
Microsoft System Center 2012 R2 Operations Manager Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Deploying a management pack from Visual Studio


Visual Studio has a mechanism for deploying management packs directly to your SCOM management group. This can be helpful to ensure that the correct version of the management pack is selected for deployment.

Getting ready

Make sure that you have followed the previous recipes or their equivalent. This means you will have a SCOM environment and Visual Studio already installed and available for use. The management pack should have some content to deploy in it. We will now go in and name the management pack properly and deploy it to the management group.

How to do it...

To deploy a management pack from Visual Studio, perform the following steps:

  1. Open Visual Studio and the solution containing the management pack from the previous recipes.

  2. Right-click on the MyCompany.MyApplication.Monitoring project and select Properties.

  3. On the Properties page, click on the Find or Create the Management Pack Display Name and Description link.

  4. In the management pack fragment...