ManagementServer Class

 

Applies To: Operations Manager for System Center 2012

Represents a management server in the management group.

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

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Common.MonitoringBase
    Microsoft.EnterpriseManagement.Administration.ComputerHealthService
      Microsoft.EnterpriseManagement.Administration.ManagementServer

Syntax

[SerializableAttribute]
public class ManagementServer : ComputerHealthService
[SerializableAttribute]
public ref class ManagementServer : ComputerHealthService
[<SerializableAttribute>]
type ManagementServer = 
    class
        inherit ComputerHealthService
    end
<SerializableAttribute>
Public Class ManagementServer
    Inherits ComputerHealthService

Properties

Name Description
System_CAPS_pubproperty ActionAccountIdentity

Gets the name of the user account under which the health service is running.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty AemEnabled

Gets a value that indicates whether Agentless Exception Monitoring (AEM) is enabled for the management server.

System_CAPS_pubproperty AuthenticationName

Gets the authentication name used to verify the identity of the health service.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty AutoApproveManuallyInstalledAgents

Gets or sets a value that indicates whether the server automatically approves and manages computers with manually installed agents.

System_CAPS_pubproperty CommunicationPort

Gets the port number that the health service uses to communicate with its primary Management Server.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty ComputerName

Gets the NetBIOS name of the host computer on which the health service is running.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty CreateListener

Gets a value that indicates whether the health service creates a listening socket.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty DisplayName

Gets a descriptive name of the health service.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty Domain

Gets the name of the domain in which the health service is running.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty HealthState

Gets the current health state of the host computer on which the health service is running.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty HeartbeatInterval

Gets or sets a value that indicates the number of seconds between heartbeats generated by the health service.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty HostComputer

Gets a MonitoringObject that represents the Windows computer on which the health service is running.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty HostedHealthService

Gets a MonitoringObject that represents the health service.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty Id

Gets the health service's globally unique identifier (GUID).(Inherited from ComputerHealthService.)

System_CAPS_pubproperty InstalledBy

Gets the name of the user who installed the health service.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty InstallTime

Gets the time at which the health service was installed.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty IPAddress

Gets the IP address of the host computer on which the health service is running.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty IsGateway

Gets a value that indicates whether this server is a gateway server.

System_CAPS_pubproperty IsRootManagementServer

Obsolete.Gets a value that indicates whether this management server is the root management server in the management group.

System_CAPS_pubproperty LastModified

Gets the date and time at which the health service was last modified (as stored in the operational database).(Inherited from ComputerHealthService.)

System_CAPS_pubproperty ManagementGroup

The connection management group connection used by this object.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty ManuallyInstalled

Gets a value that indicates whether the health service was manually installed or automatically installed by a Management Server.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty MaximumQueueSizeBytes

Gets the maximum size of the health service's send queue, expressed in bytes.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty MaximumSizeOfAllTransferredFilesBytes

Gets the maximum size of all files transferred to or from the health service, expressed in bytes.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty MissingHeartbeatThreshold

Gets or sets a value that determines the number of consecutive heartbeats from an agent that can be missed before generating an alert on the server.

System_CAPS_pubproperty Name

Gets the name of the health service.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty NetworkName

Gets the network name of the computer. The IP address or DNS name will be set to this property to use it for IP connectivity to the computer.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty PrincipalName

Gets the fully qualified domain name (FQDN) of the Root Management Server in the Management Group.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty ProxyingEnabled

Gets or sets a value that determines whether a proxy is enabled for this object.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty RejectManuallyInstalledAgents

Gets or sets a value that indicates whether the server automatically rejects computers with manually installed agents.

System_CAPS_pubproperty RequestCompression

Gets a value that indicates whether the health service requests compression for network communication.(Inherited from ComputerHealthService.)

System_CAPS_pubproperty Version

Gets the version number of the health service.(Inherited from ComputerHealthService.)

Methods

Name Description
System_CAPS_pubmethod AddAgentAssignment(AgentAssignment)

Adds an agent assignment rule to the management server.

System_CAPS_pubmethod ApplyChanges()

Updates the health service's property values in the Operations Manager database.(Inherited from ComputerHealthService.)

System_CAPS_pubmethod BeginExecuteDeviceDiscovery(IList<DeviceDiscoveryConfiguration>, AsyncCallback, Object)

Starts an asynchronous operation to discover devices in a specified IP address range.

System_CAPS_pubmethod BeginExecuteInstallAgents(IList<CreatableEnterpriseManagementObject>, IList<ManagementServer>, InstallAgentConfiguration, AsyncCallback, Object)

System_CAPS_pubmethod BeginExecuteInstallAgents(IList<CreatableEnterpriseManagementObject>, InstallAgentConfiguration, AsyncCallback, Object)

System_CAPS_pubmethod BeginExecuteInstallAgents(IList<CustomMonitoringObject>, IList<ManagementServer>, InstallAgentConfiguration, AsyncCallback, Object)

Obsolete.Starts an asynchronous operation to install agents on a specified collection of Windows-based computers.

System_CAPS_pubmethod BeginExecuteInstallAgents(IList<CustomMonitoringObject>, InstallAgentConfiguration, AsyncCallback, Object)

Obsolete.Starts an asynchronous operation to install agents on a specified collection of Windows-based computers.

System_CAPS_pubmethod BeginExecuteRepairAgents(IList<AgentManagedComputer>, RepairAgentConfiguration, AsyncCallback, Object)

Starts an asynchronous operation to repair agents on a specified collection of managed computers.

System_CAPS_pubmethod BeginExecuteUninstallAgents(IList<AgentManagedComputer>, UninstallAgentConfiguration, AsyncCallback, Object)

Starts an asynchronous operation to uninstall agents on a specified collection of managed computers.

System_CAPS_pubmethod BeginExecuteUpdateAgents(IList<AgentManagedComputer>, UpdateAgentConfiguration, AsyncCallback, Object)

Starts an asynchronous operation to update agents on a specified collection of agent-managed computers.

System_CAPS_pubmethod BeginExecuteWindowsDiscovery(IList<WindowsDiscoveryConfiguration>, AsyncCallback, Object)

Starts an asynchronous operation to discover Windows-based computers.

System_CAPS_pubmethod DeleteAgentAssignment(String)

Deletes an agent assignment rule from the management server.

System_CAPS_pubmethod EditAgentAssignment(String, String, ReadOnlyCollection<String>)

Edits an agent assignment rule in the management server.

System_CAPS_pubmethod EndExecuteDeviceDiscovery(IAsyncResult)

Finishes an asynchronous device discovery operation.

System_CAPS_pubmethod EndExecuteInstallAgents(IAsyncResult)

Finishes an asynchronous operation to install agents on a specified collection of Windows-based computers.

System_CAPS_pubmethod EndExecuteRepairAgents(IAsyncResult)

Finishes an asynchronous operation to repair agents on managed computers.

System_CAPS_pubmethod EndExecuteUninstallAgents(IAsyncResult)

Finishes an operation to remove agents from managed computers.

System_CAPS_pubmethod EndExecuteUpdateAgents(IAsyncResult)

Finishes an asynchronous update agent operation.

System_CAPS_pubmethod EndExecuteWindowsDiscovery(IAsyncResult)

Finishes an asynchronous operation to discover Windows-based computers.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod ExecuteDeviceDiscovery(IList<DeviceDiscoveryConfiguration>)

Discovers devices in a specified IP address range.

System_CAPS_pubmethod ExecuteWindowsDiscovery(IList<WindowsDiscoveryConfiguration>)

Discovers Windows-based computers.

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetAgentAssignments()

Gets all the agent assignment rules in the management server.

System_CAPS_pubmethod GetAgentManagedComputers()

Gets the computers to which agents have been deployed that are managed by this server.

System_CAPS_pubmethod GetFailoverManagementServers()

Gets the failover Management Servers for the health service.(Inherited from ComputerHealthService.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetPrimaryManagementServer()

Gets the primary Management Server for the health Service.(Inherited from ComputerHealthService.)

System_CAPS_pubmethod GetRemotelyManagedComputers()

Gets a collection of agentless managed computers monitored by the health service.(Inherited from ComputerHealthService.)

System_CAPS_pubmethod GetRemotelyManagedDevices()

Gets a collection of network devices monitored by the health service.(Inherited from ComputerHealthService.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InsertRemotelyManagedComputers(IList<CreatableEnterpriseManagementObject>)

(Inherited from ComputerHealthService.)

System_CAPS_pubmethod InsertRemotelyManagedComputers(IList<CustomMonitoringObject>)

Obsolete.Inserts remotely managed computers into the computer health service.(Inherited from ComputerHealthService.)

System_CAPS_pubmethod InsertRemotelyManagedDevices(IList<CreatableEnterpriseManagementObject>)

(Inherited from ComputerHealthService.)

System_CAPS_pubmethod InsertRemotelyManagedDevices(IList<CustomMonitoringObject>)

Obsolete.Inserts remotely managed devices into the computer health service.(Inherited from ComputerHealthService.)

System_CAPS_pubmethod InstallAgents(IList<CreatableEnterpriseManagementObject>, IList<ManagementServer>, InstallAgentConfiguration)

System_CAPS_pubmethod InstallAgents(IList<CreatableEnterpriseManagementObject>, InstallAgentConfiguration)

System_CAPS_pubmethod InstallAgents(IList<CustomMonitoringObject>, IList<ManagementServer>, InstallAgentConfiguration)

Obsolete.Installs agents to the specified computers by using the specified configuration and failover servers.

System_CAPS_pubmethod InstallAgents(IList<CustomMonitoringObject>, InstallAgentConfiguration)

Obsolete.Installs agents to the specified computers by using the specified configuration.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

Connects the server to the specified management group.(Overrides ComputerHealthService.Reconnect(EnterpriseManagementGroup).)

System_CAPS_pubmethod RepairAgents(IList<AgentManagedComputer>, RepairAgentConfiguration)

Repairs the specified agent-managed computers.

System_CAPS_pubmethod ResetAutoApproveManuallyInstalledAgents()

Resets the AutoApproveManuallyInstalledAgents property to its default value.

System_CAPS_pubmethod ResetHeartbeatInterval()

Sets the health service's HeartbeatInterval property to its default value.(Inherited from ComputerHealthService.)

System_CAPS_pubmethod ResetMissingHeartbeatThreshold()

Resets the MissingHeartbeatThreshold property to its default value.

System_CAPS_pubmethod ResetRejectManuallyInstalledAgents()

Resets the RejectManuallyInstalledAgents property to its default value.

System_CAPS_pubmethod SubmitInstallAgents(IList<CreatableEnterpriseManagementObject>, IList<ManagementServer>, InstallAgentConfiguration, TaskStatusChangeCallback)

System_CAPS_pubmethod SubmitInstallAgents(IList<CreatableEnterpriseManagementObject>, InstallAgentConfiguration, TaskStatusChangeCallback)

System_CAPS_pubmethod SubmitInstallAgents(IList<CustomMonitoringObject>, IList<ManagementServer>, InstallAgentConfiguration, TaskStatusChangeCallback)

Obsolete.

System_CAPS_pubmethod SubmitInstallAgents(IList<CustomMonitoringObject>, InstallAgentConfiguration, TaskStatusChangeCallback)

Obsolete.

System_CAPS_pubmethod SubmitRepairAgents(IList<AgentManagedComputer>, RepairAgentConfiguration, MonitoringTaskStatusChangeCallback)

Obsolete.Starts an asynchronous operation to repair agents on a specified collection of managed computers and receives notification when the status of any repair changes.

System_CAPS_pubmethod SubmitRepairAgents(IList<AgentManagedComputer>, RepairAgentConfiguration, TaskStatusChangeCallback)

System_CAPS_pubmethod SubmitRepairAgents(IList<MonitoringObject>, RepairAgentConfiguration, MonitoringTaskStatusChangeCallback)

Obsolete.Starts an asynchronous operation to repair agents specified by user action manager objects and receives notification when the status of any repair changes.

System_CAPS_pubmethod SubmitRepairAgents(IList<MonitoringObject>, RepairAgentConfiguration, TaskStatusChangeCallback)

System_CAPS_pubmethod SubmitRepairAgents(IList<PartialAgentManagedComputer>, RepairAgentConfiguration, MonitoringTaskStatusChangeCallback)

Obsolete.Starts an asynchronous operation to repair partial agent-managed computers on a specified collection of managed computers and receives notification when the status of any repair changes.

System_CAPS_pubmethod SubmitRepairAgents(IList<PartialAgentManagedComputer>, RepairAgentConfiguration, TaskStatusChangeCallback)

System_CAPS_pubmethod SubmitUninstallAgents(IList<AgentManagedComputer>, UninstallAgentConfiguration, MonitoringTaskStatusChangeCallback)

Obsolete.Starts an asynchronous operation to uninstall agents on a specified collection of managed computers and receives notification when the status of any uninstall changes.

System_CAPS_pubmethod SubmitUninstallAgents(IList<AgentManagedComputer>, UninstallAgentConfiguration, TaskStatusChangeCallback)

System_CAPS_pubmethod SubmitUninstallAgents(IList<PartialAgentManagedComputer>, UninstallAgentConfiguration, MonitoringTaskStatusChangeCallback)

Obsolete.Starts an asynchronous operation to uninstall agents on a specified collection of managed computers in accordance with the specified uninstall configuration and receives notification when the status of any uninstall changes.

System_CAPS_pubmethod SubmitUninstallAgents(IList<PartialAgentManagedComputer>, UninstallAgentConfiguration, TaskStatusChangeCallback)

System_CAPS_pubmethod SubmitUpdateAgents(IList<AgentManagedComputer>, UpdateAgentConfiguration, MonitoringTaskStatusChangeCallback)

Obsolete.Starts an asynchronous operation to update agents on a specified collection of managed computers in accordance with the specified update configuration and receives notification when the status of any update changes.

System_CAPS_pubmethod SubmitUpdateAgents(IList<AgentManagedComputer>, UpdateAgentConfiguration, TaskStatusChangeCallback)

System_CAPS_pubmethod SubmitUpdateAgents(IList<MonitoringObject>, UpdateAgentConfiguration, MonitoringTaskStatusChangeCallback)

Obsolete.Starts an asynchronous operation to update agents as specified by user action managers in accordance with the specified update configuration and receives notification when the status of any update changes.

System_CAPS_pubmethod SubmitUpdateAgents(IList<MonitoringObject>, UpdateAgentConfiguration, TaskStatusChangeCallback)

System_CAPS_pubmethod SubmitUpdateAgents(IList<PartialAgentManagedComputer>, UpdateAgentConfiguration, MonitoringTaskStatusChangeCallback)

Obsolete.Starts an asynchronous operation to update agents on a specified collection of partial agent-managed computers in accordance with the specified update configuration and receives notification when the status of any update changes.

System_CAPS_pubmethod SubmitUpdateAgents(IList<PartialAgentManagedComputer>, UpdateAgentConfiguration, TaskStatusChangeCallback)

System_CAPS_pubmethod ToString()

(Inherited from MonitoringBase.)

System_CAPS_pubmethod UninstallAgents(IList<AgentManagedComputer>, UninstallAgentConfiguration)

Removes agents from a specified collection of agent-managed computers.

System_CAPS_pubmethod UnregisterExecuteAgentTasks(Guid)

Cancels the callback for the specified batch of agent tasks.

System_CAPS_pubmethod UnregisterExecuteAgentTasks(IAsyncResult)

Cancels the callback for the specified asynchronous agent operation.

System_CAPS_pubmethod UnregisterExecuteDiscovery(Guid)

Cancels the callback for the specified batch of discovery tasks.

System_CAPS_pubmethod UnregisterExecuteDiscovery(IAsyncResult)

Cancels the callback for the specified asynchronous discovery operation.

System_CAPS_pubmethod UpdateAgents(IList<AgentManagedComputer>, UpdateAgentConfiguration)

Updates agents from a specified collection of agent-managed computers.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.EnterpriseManagement.Administration Namespace

Return to top