Applies To: Operations Manager for System Center 2012
Gets a collection of Management Servers in the Management Group.
Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<ManagementServer> GetManagementServers(
    IList<Guid> computerIds
)
public:
ReadOnlyCollection<ManagementServer^>^ GetManagementServers(
    IList<Guid>^ computerIds
)
member GetManagementServers : 
        computerIds:IList<Guid> -> ReadOnlyCollection<ManagementServer>
Public Function GetManagementServers (
    computerIds As IList(Of Guid)
) As ReadOnlyCollection(Of ManagementServer)
Parameters
- computerIds 
 Type: System.Collections.Generic.IList<Guid>- The list of identifiers for the Management Servers to get. 
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ManagementServer>
Returns a ReadOnlyCollection<T> of ManagementServer object.
See Also
GetManagementServers Overload
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top