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