Operations Manager Scripting Objects

Updated: January 31, 2012

Applies To: System Center 2012 - Operations Manager

The objects in this section are used in discovery scripts and monitoring scripts in Operations Manager.

Discovery scripts collect discovery information and send the data back to the management server. Monitoring scripts add data to the Operations Manager database for use by monitors, rules, or tasks.

For examples that demonstrate how to use the scripting objects, see Using Operations Manager Runtime Scripts.

In This Section

MOMClassInstance Object
Represents a monitoring object, which is an instance of a monitoring class.


MOMDiscoveryData Object
Stores the collected discovery-related data.


MOMPropertyBag Object
Stores a collection of name-value pairs.


MOMRelationshipInstance Object
Represents a relationship between two monitoring classes.


MOMScriptAPI Object
The MOMScriptAPI Object is the top-level object for the scripting application programming interface (API).


See Also