Share via


Using Group Policy and WMI with Enterprise Library

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Enterprise Library information can be found at the Enterprise Library site.

Enterprise Library includes a Manageable Configuration Source. This allows you to use Group Policy and Windows Management Instrumentation (WMI) to manage an Enterprise Library application. You do not need to write any application code to use these features.

Group Policy provides a centralized one-to-many management capability for Windows that allows administrators to define settings that apply to a group of computers, systems, services, or applications. Group Policy relies on the Active Directory service to manage the settings applied at run time to members of the Active Directory forest, domain, or subgroup. For more information about Group Policy, see Group Policy on MSDN.

You can use WMI to receive information about systems and applications, to monitor and respond to events, and to control and manage systems and applications in an enterprise environment. You can use any WMI-aware management application to expose a running application's configuration. You can also update the exposed configuration of Enterprise Library through WMI. To learn about WMI, see About WMI on MSDN.

This section provides information about the following topics: