ManagementGroupAdministration.SetManagementServer Method (IList<AgentManagedComputer>, ManagementServer)
Applies To: Operations Manager for System Center 2012
Changes the primary and failover Management Servers for multiple agent-managed computers, given the specified agent-managed computers and the Management Server.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public void SetManagementServer(
IList<AgentManagedComputer> agentManagedComputers,
ManagementServer managementServer
)
public:
void SetManagementServer(
IList<AgentManagedComputer^>^ agentManagedComputers,
ManagementServer^ managementServer
)
member SetManagementServer :
agentManagedComputers:IList<AgentManagedComputer> *
managementServer:ManagementServer -> unit
Public Sub SetManagementServer (
agentManagedComputers As IList(Of AgentManagedComputer),
managementServer As ManagementServer
)
Parameters
agentManagedComputers
Type: System.Collections.Generic.IList<AgentManagedComputer>The agent-managed computers for which the specified Management Server is set.
managementServer
Type: Microsoft.EnterpriseManagement.Administration.ManagementServerThe Management Server to set for the specified agent-managed computers.
See Also
SetManagementServer Overload
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top