ManagementGroupAdministration Methods

 

Applies To: Operations Manager for System Center 2012

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Methods

Name Description
System_CAPS_pubmethod ApproveAgentPendingActions(IList<AgentPendingAction>)

Approves the specified actions that are awaiting administrator approval.

System_CAPS_pubmethod ApproveAgentPendingActions(IList<MonitoringObject>)

Approves pending actions for a list of user action managers.

System_CAPS_pubmethod CreateCustomMonitoringObjectsFromAgentPendingActions(IList<MonitoringObject>)

Obsolete.Creates custom monitoring objects from agent pending actions.

System_CAPS_pubmethod DeleteAgentManagedComputers(IList<AgentManagedComputer>)

Deletes the specified agent-managed computers from the Management Group.

System_CAPS_pubmethod DeleteAgentManagedComputers(IList<PartialAgentManagedComputer>)

Deletes the specified partial agent-managed computers from the Management Group.

System_CAPS_pubmethod DeleteManagementServer(ManagementServer)

Removes the specified Management Server from the Management Group.

System_CAPS_pubmethod DeleteMonitoringAlertResolutionState(MonitoringAlertResolutionState)

Removes the specified alert resolution state from this Management Group's available resolution states.

System_CAPS_pubmethod DeleteRemotelyManagedComputers(IList<RemotelyManagedComputer>)

Deletes the specified remotely managed computers from the Management Group.

System_CAPS_pubmethod DeleteRemotelyManagedDevices(IList<RemotelyManagedDevice>)

Deletes the specified remotely managed devices from the Management Group.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetAgentManagedComputer(Guid)

Gets the agent-managed computer with the specified globally unique identifier (GUID).

System_CAPS_pubmethod GetAgentManagedComputers(AgentManagedComputerCriteria)

Gets the specified agent-managed computers in the Management Group.

System_CAPS_pubmethod GetAgentManagedComputers(IList<Guid>)

Gets the specified agent-managed computers in the Management Group.

System_CAPS_pubmethod GetAgentManagedComputers(IList<PartialAgentManagedComputer>)

Gets the specified partial agent-managed computers from the Management Group.

System_CAPS_pubmethod GetAgentManagedComputersFromAgentPendingActions(IList<MonitoringObject>)

Gets a collection of agent-managed computers from agent pending actions in the Management Group.

System_CAPS_pubmethod GetAgentPendingActions()

Gets all actions that are awaiting administrator approval.

System_CAPS_pubmethod GetAllAgentManagedComputers()

Gets all managed computers that have a local agent installed.

System_CAPS_pubmethod GetAllManagementServers()

Gets all Management Servers in this Management Group.

System_CAPS_pubmethod GetAllRemotelyManagedComputers()

Gets all managed computers that do not have a local agent installed.

System_CAPS_pubmethod GetAllRemotelyManagedDevices()

Gets all Simple Network Management Protocol (SNMP) devices that are managed remotely.

System_CAPS_pubmethod GetAllRemotelyManagedDevicesByType(MonitoringClass)

Gets all Simple Network Management Protocol (SNMP) devices of a specified type that are managed remotely.

System_CAPS_pubmethod GetComputerHealthServiceByHealthServiceId(Guid)

Gets the specified health service running on a host computer in the Management Group.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetManagementServer(Guid)

Gets the specified Management Server in this Management Group.

System_CAPS_pubmethod GetManagementServers(IList<Guid>)

Gets a collection of Management Servers in the Management Group.

System_CAPS_pubmethod GetManagementServers(ManagementServerCriteria)

Gets a collection of Management Servers in the Management Group.

System_CAPS_pubmethod GetPartialAgentManagedComputer(Guid)

Gets the specified partial agent-managed computer object that has the specified globally unique identifier (GUID).

System_CAPS_pubmethod GetPartialAgentManagedComputers()

Gets a collection of all the partial agent-managed computer objects from the Management Group.

System_CAPS_pubmethod GetPartialAgentManagedComputers(IList<Guid>)

Gets a collection of partial agent-managed computers from the Management Group that have the specified globally unique identifier (GUID).

System_CAPS_pubmethod GetPartialAgentManagedComputers(PartialAgentManagedComputerCriteria)

Gets the specified partial agent-managed computer objects from the Management Group that meet the specified requirements.

System_CAPS_pubmethod GetRootManagementServer()

Gets the Root Management Server in the Management Group.

System_CAPS_pubmethod GetServiceAccount()

Gets the account that the SDK service is running under.

System_CAPS_pubmethod GetSummary()

Gets a summary of managed devices in the Management Group.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InsertMonitoringAlertResolutionState(MonitoringAlertResolutionState)

Adds a custom monitoring alert resolution state to the available resolution states in this Management Group.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod RejectAgentPendingActions(IList<AgentPendingAction>)

Rejects the specified actions that are awaiting administrator approval.

System_CAPS_pubmethod RejectAgentPendingActions(IList<MonitoringObject>)

Rejects agent pending actions in the Management Group in accordance with the specified list.

System_CAPS_pubmethod SetManagementServer(IList<AgentManagedComputer>, ManagementServer)

Changes the primary and failover Management Servers for multiple agent-managed computers, given the specified agent-managed computers and the Management Server.

System_CAPS_pubmethod SetManagementServer(IList<AgentManagedComputer>, ManagementServer, IList<ManagementServer>)

Changes the primary and failover Management Servers for multiple agent-managed computers, given the specified gateway managed computers, Management Server, and failover Management Server.

System_CAPS_pubmethod SetManagementServer(IList<ManagementServer>, ManagementServer)

Changes the primary and failover Management Servers for multiple gateway managed computers, given the specified gateway managed computers and Management Server.

System_CAPS_pubmethod SetManagementServer(IList<ManagementServer>, ManagementServer, IList<ManagementServer>)

Changes the primary and failover Management Servers for multiple gateway managed computers, given the specified gateway managed computers, Management Server, and failover Management Server.

System_CAPS_pubmethod SetManagementServer(IList<PartialAgentManagedComputer>, ManagementServer)

Changes the primary and failover Management Servers for multiple partial agent-managed computers.

System_CAPS_pubmethod SetManagementServer(IList<PartialAgentManagedComputer>, ManagementServer, IList<ManagementServer>)

Changes the primary and failover Management Servers for multiple partial agent-managed computers.

System_CAPS_pubmethod SetProxyAgent(IList<RemotelyManagedComputer>, ComputerHealthService)

Sets the proxy agent for the specified remotely managed computers.

System_CAPS_pubmethod SetProxyAgent(IList<RemotelyManagedDevice>, ComputerHealthService)

Sets the proxy agent for the specified remotely managed devices.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

See Also

ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top