Automating Operations Manager Administration

Applies To: System Center 2012 - Operations Manager

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

You can use the Operations Manager class libraries to programmatically automate administration tasks. This section provides examples of how to use the System Center 2012 – Operations Manager software development kit (SDK) to perform common administrative tasks.

Note

For information about using the Operations Manager Command Shell to automate Operations Manager, see the System Center 2012 – Operations Manager online Help.

In This Section

  • How to Display Management Pack Contents
    Demonstrates how to display information about a management pack, including the monitoring classes, rules, tasks, and views that are included in the pack's contents.
  • How to Create a Group
    Demonstrates how to create a group for a collection of objects. The group is added to a management pack.
  • How to Create an Override
    Demonstrates how to create an override that is used to adjust default settings that are defined in a management pack.

Automating Management Pack Development

See Also

Concepts

Getting Started Developing an SDK Client Application