Agent Configuration Library Overview

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.]

The Operations Manager Agent Configuration library consists of a single dynamic-link library (DLL), AgentConfigManager.dll. This library is automatically installed and registered on every management server and agent-managed computer in a management group. For information about the objects that the library provides, see Operations Manager Agent Configuration Objects.

You can also manually copy and register the library for use on a computer that does not have Operations Manager installed. This can be useful when you are testing a script before adding it to a management pack.

Copying and Registering the Script Library

To use the Operations Manager Agent Configuration application programming interface (API) on a computer that does not have Operations Manager or an agent installed, copy the script library from the Operations Manager installation directory to the destination computer and then register the script library by using the following command:

Regsvr32 AgentConfigManager.dll

You are now ready to begin creating agent configuration scripts.

See Also

Other Resources

Operations Manager Agent Configuration Objects
Using the Operations Manager Agent Configuration Library