ManagementGroupAdministration::GetManagementServers Method (ManagementServerCriteria^)
System Center
Applies To: Operations Manager for System Center 2012
Gets a collection of Management Servers in the Management Group.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public:
ReadOnlyCollection<ManagementServer^>^ GetManagementServers(
ManagementServerCriteria^ criteria
)
Parameters
- criteria
-
Type:
Microsoft.EnterpriseManagement.Administration::ManagementServerCriteria^
A value specifying the kind of Management Servers to return.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ManagementServer^>^Returns a ReadOnlyCollection<T> of ManagementServer objects.
For an example, see How to Install, Remove, or Repair an Agent
Show: