Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Deletes the specified agent-managed computers from the Management Group.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public void DeleteAgentManagedComputers(
IList<AgentManagedComputer> agentManagedComputers
)
public:
void DeleteAgentManagedComputers(
IList<AgentManagedComputer^>^ agentManagedComputers
)
member DeleteAgentManagedComputers :
agentManagedComputers:IList<AgentManagedComputer> -> unit
Public Sub DeleteAgentManagedComputers (
agentManagedComputers As IList(Of AgentManagedComputer)
)
Parameters
agentManagedComputers
Type: System.Collections.Generic.IList<AgentManagedComputer>The list of agent-managed computers to delete.
See Also
DeleteAgentManagedComputers Overload
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top