Share via


ManagementGroupAdministration Class

Definition

Caution

Please use Administration instead

Configuration of agents, and managed and unmonitoring objects.

public ref class ManagementGroupAdministration
[System.Obsolete("Please use Administration instead")]
public class ManagementGroupAdministration
type ManagementGroupAdministration = class
Public Class ManagementGroupAdministration
Inheritance
ManagementGroupAdministration
Attributes

Examples

For an example, see How to Configure Management Group Properties.

Remarks

Obtaining an instance of this class is a prerequisite for performing most administration tasks.

Properties

Settings

Settings.

Methods

ApproveAgentPendingActions(IList<AgentPendingAction>)

Approve agent pending actions.

ApproveAgentPendingActions(IList<MonitoringObject>)

Approve pending actions for a list of user action managers.

CreateCustomMonitoringObjectsFromAgentPendingActions(IList<MonitoringObject>)
Obsolete.

Create custom monitoring objects from agent pending actions.

DeleteAgentManagedComputers(IList<AgentManagedComputer>)

Delete agent managed computers.

DeleteAgentManagedComputers(IList<PartialAgentManagedComputer>)

Delete agent managed computers.

DeleteManagementServer(ManagementServer)

Delete management server.

DeleteMonitoringAlertResolutionState(MonitoringAlertResolutionState)

Deletes a resolution state from the system.

DeleteRemotelyManagedComputers(IList<RemotelyManagedComputer>)

Delete remotely managed computers.

DeleteRemotelyManagedDevices(IList<RemotelyManagedDevice>)

Delete remotely managed devices.

GetAgentManagedComputer(Guid)

Get agent managed computer by computer id.

GetAgentManagedComputers(AgentManagedComputerCriteria)

Get agent managed computers by criteria.

GetAgentManagedComputers(IList<Guid>)

Get agent managed computers by criteria.

GetAgentManagedComputers(IList<PartialAgentManagedComputer>)

Get agent managed computers by criteria.

GetAgentManagedComputersFromAgentPendingActions(IList<MonitoringObject>)

Get agent managed computers from agent pending actions.

GetAgentPendingActions()

Return all agent pending actions.

GetAllAgentManagedComputers()

Get agent managed computers.

GetAllManagementServers()

Get management server instances.

GetAllRemotelyManagedComputers()

Return all computers that are managed remotely.

GetAllRemotelyManagedDevices()

Return all SNMP devices that are managed remotely.

GetAllRemotelyManagedDevicesByType(MonitoringClass)

Return all RemoteManagedDevices by type.

GetComputerHealthServiceByHealthServiceId(Guid)

Get the computer health service given the id of its hosted health service.

GetManagementServer(Guid)

Get management server by computer id.

GetManagementServers(IList<Guid>)

Get management server by computer criteria.

GetManagementServers(ManagementServerCriteria)

Get management server by computer criteria.

GetPartialAgentManagedComputer(Guid)

Get partial agent managed computer by computer id.

GetPartialAgentManagedComputers()

Get partial agent managed computers by criteria.

GetPartialAgentManagedComputers(IList<Guid>)

Get partial agent managed computers by criteria.

GetPartialAgentManagedComputers(PartialAgentManagedComputerCriteria)

Get partial agent managed computers by criteria.

GetRootManagementServer()

Return root management server.

GetServiceAccount()

Return the account sdk service is running as

GetSummary()

Get summary of managed devices.

InsertMonitoringAlertResolutionState(MonitoringAlertResolutionState)

Inserts a new resolution state into the system.

RejectAgentPendingActions(IList<AgentPendingAction>)

Reject agent pending actions.

RejectAgentPendingActions(IList<MonitoringObject>)

Reject pending actions for a list of user action managers.

SetManagementServer(IList<AgentManagedComputer>, ManagementServer)

Change the primary and failover management servers for multiple agent managed computers.

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

Change the primary and failover management servers for multiple agent managed computers.

SetManagementServer(IList<ManagementServer>, ManagementServer)

Change the primary and failover collection management servers for multiple gateway management servers.

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

Change the primary and failover collection management servers for multiple gateway management servers.

SetManagementServer(IList<PartialAgentManagedComputer>, ManagementServer)

Change the primary and failover management servers for multiple agent managed computers.

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

Change the primary and failover management servers for multiple agent managed computers.

SetProxyAgent(IList<RemotelyManagedComputer>, ComputerHealthService)

Set the managing agent.

SetProxyAgent(IList<RemotelyManagedDevice>, ComputerHealthService)

Set the managing agent.

Applies to