Share via


ManagementServer Class

Definition

Management server.

public ref class ManagementServer : Microsoft::EnterpriseManagement::Administration::ComputerHealthService
[System.Serializable]
public class ManagementServer : Microsoft.EnterpriseManagement.Administration.ComputerHealthService
type ManagementServer = class
    inherit ComputerHealthService
Public Class ManagementServer
Inherits ComputerHealthService
Inheritance
Attributes

Properties

ActionAccountIdentity

Action account identity.

(Inherited from ComputerHealthService)
AemEnabled

Whether AEM is enabled for this management server.

AuthenticationName

Authentication name.

(Inherited from ComputerHealthService)
AutoApproveManuallyInstalledAgents

Auto Approve Manually Installed Agents.

CommunicationPort

Communication port.

(Inherited from ComputerHealthService)
ComputerName

The netbios computer name.

(Inherited from ComputerHealthService)
CreateListener

Whether the health service creates a listener.

(Inherited from ComputerHealthService)
DisplayName

The display name of the monitoring object.

(Inherited from ComputerHealthService)
Domain

The domain name.

(Inherited from ComputerHealthService)
HealthState

The current health state of the health service.

(Inherited from ComputerHealthService)
HeartbeatInterval

Heartbeat Interval in seconds.

(Inherited from ComputerHealthService)
HostComputer

The computer that hosts the health service.

(Inherited from ComputerHealthService)
HostedHealthService

The hosted health service.

(Inherited from ComputerHealthService)
Id

Host computer id.

(Inherited from ComputerHealthService)
InstalledBy

Installed by.

(Inherited from ComputerHealthService)
InstallTime

Install time.

(Inherited from ComputerHealthService)
IPAddress

The IP address of the computer.

(Inherited from ComputerHealthService)
IsGateway

Whether management server is a gateway.

IsRootManagementServer
Obsolete.

Whether management server is the root management server.

LastModified

The last time it was modified in the database.

(Inherited from ComputerHealthService)
ManagementGroup

The ManagementGroup the object was instantiated in.

(Inherited from ComputerHealthService)
ManuallyInstalled

Whether the agent was manually installed.

(Inherited from ComputerHealthService)
MaximumQueueSizeBytes

Maximum queue size in bytes.

(Inherited from ComputerHealthService)
MaximumSizeOfAllTransferredFilesBytes

Maximum size of all transferred files in bytes.

(Inherited from ComputerHealthService)
MissingHeartbeatThreshold

Number of Missing Heartbeats Allowed.

Name

The name of the monitoring object.

(Inherited from ComputerHealthService)
NetworkName

The network name of the computer. IP Address or DNS name will be set to this property to use it for IP connectivity to the computer.

(Inherited from ComputerHealthService)
PrincipalName

The principal computer name (FQDN).

(Inherited from ComputerHealthService)
ProxyingEnabled

Whether proxying is enabled.

(Inherited from ComputerHealthService)
RejectManuallyInstalledAgents

Reject Manually Installed Agents.

RequestCompression

Whether the agent requests compression.

(Inherited from ComputerHealthService)
Version

The computer version.

(Inherited from ComputerHealthService)

Methods

AddAgentAssignment(AgentAssignment)

Add an agent assignment rule

ApplyChanges()

Apply changes.

(Inherited from ComputerHealthService)
BeginExecuteDeviceDiscovery(IList<DeviceDiscoveryConfiguration>, AsyncCallback, Object)

Begin device discovery.

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

Begin execute install agents.

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

Begin execute install agents.

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

Begin execute install agents.

BeginExecuteInstallAgents(IList<CustomMonitoringObject>, InstallAgentConfiguration, AsyncCallback, Object)
Obsolete.

Begin execute install agents.

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

Begin execute repair agents.

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

Begin execute uninstall agents tasks.

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

Begin execute update agents.

BeginExecuteWindowsDiscovery(IList<WindowsDiscoveryConfiguration>, AsyncCallback, Object)

Begin Windows computer discovery.

DeleteAgentAssignment(String)

Delete an agent assignment rule

EditAgentAssignment(String, String, ReadOnlyCollection<String>)

Edit an agent assignment rule

EndExecuteDeviceDiscovery(IAsyncResult)

End execute device discovery.

EndExecuteInstallAgents(IAsyncResult)

End execute install agents.

EndExecuteRepairAgents(IAsyncResult)

End execute repair agents.

EndExecuteUninstallAgents(IAsyncResult)

End execute uninstall agents tasks.

EndExecuteUpdateAgents(IAsyncResult)

End execute repair agents.

EndExecuteWindowsDiscovery(IAsyncResult)

End execute Windows discovery.

ExecuteDeviceDiscovery(IList<DeviceDiscoveryConfiguration>)

Excecute device discovery.

ExecuteWindowsDiscovery(IList<WindowsDiscoveryConfiguration>)

Excecute Windows computer discovery.

GetAgentAssignments()

Edit an agent assignment rule

GetAgentManagedComputers()

The agents that report to this management server.

GetFailoverManagementServers()

The failover servers.

(Inherited from ComputerHealthService)
GetPrimaryManagementServer()

The primary management server.

(Inherited from ComputerHealthService)
GetRemotelyManagedComputers()

The remotely managed computers.

(Inherited from ComputerHealthService)
GetRemotelyManagedDevices()

The remotely managed SNMP devices.

(Inherited from ComputerHealthService)
InsertRemotelyManagedComputers(IList<CreatableEnterpriseManagementObject>)

Insert remotely managed computers.

(Inherited from ComputerHealthService)
InsertRemotelyManagedComputers(IList<CustomMonitoringObject>)
Obsolete.

Insert remotely managed computers.

(Inherited from ComputerHealthService)
InsertRemotelyManagedDevices(IList<CreatableEnterpriseManagementObject>)

Insert remotely managed devices.

(Inherited from ComputerHealthService)
InsertRemotelyManagedDevices(IList<CustomMonitoringObject>)
Obsolete.

Insert remotely managed devices.

(Inherited from ComputerHealthService)
InstallAgents(IList<CreatableEnterpriseManagementObject>, IList<ManagementServer>, InstallAgentConfiguration)

Install agents.

InstallAgents(IList<CreatableEnterpriseManagementObject>, InstallAgentConfiguration)

Install agents.

InstallAgents(IList<CustomMonitoringObject>, IList<ManagementServer>, InstallAgentConfiguration)
Obsolete.

Install agents.

InstallAgents(IList<CustomMonitoringObject>, InstallAgentConfiguration)
Obsolete.

Install agents.

Reconnect(EnterpriseManagementGroup)

Reconnect to management group.

RepairAgents(IList<AgentManagedComputer>, RepairAgentConfiguration)

Repair agents.

ResetAutoApproveManuallyInstalledAgents()

Set AutoApproveManuallyInstalledAgents to default value.

ResetHeartbeatInterval()

Set HeartbeatInterval to default value.

(Inherited from ComputerHealthService)
ResetMissingHeartbeatThreshold()

Set MissingHeartbeatThreshold to default value.

ResetRejectManuallyInstalledAgents()

Set RejectManuallyInstalledAgents to default value.

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

Submit install agents.

SubmitInstallAgents(IList<CreatableEnterpriseManagementObject>, InstallAgentConfiguration, TaskStatusChangeCallback)

Submit install agents.

SubmitInstallAgents(IList<CustomMonitoringObject>, IList<ManagementServer>, InstallAgentConfiguration, TaskStatusChangeCallback)
Obsolete.

Submit install agents.

SubmitInstallAgents(IList<CustomMonitoringObject>, InstallAgentConfiguration, TaskStatusChangeCallback)
Obsolete.

Submit install agents.

SubmitRepairAgents(IList<AgentManagedComputer>, RepairAgentConfiguration, MonitoringTaskStatusChangeCallback)
Obsolete.

Submit repair agents.

SubmitRepairAgents(IList<AgentManagedComputer>, RepairAgentConfiguration, TaskStatusChangeCallback)

Submit repair agents.

SubmitRepairAgents(IList<MonitoringObject>, RepairAgentConfiguration, MonitoringTaskStatusChangeCallback)
Obsolete.

This method submits a repair action on the agents that are referred to by the associated useractionmanagers.

SubmitRepairAgents(IList<MonitoringObject>, RepairAgentConfiguration, TaskStatusChangeCallback)

This method submits a repair action on the agents that are referred to by the associated useractionmanagers.

SubmitRepairAgents(IList<PartialAgentManagedComputer>, RepairAgentConfiguration, MonitoringTaskStatusChangeCallback)
Obsolete.

Submit repair agents.

SubmitRepairAgents(IList<PartialAgentManagedComputer>, RepairAgentConfiguration, TaskStatusChangeCallback)

Submit repair agents.

SubmitUninstallAgents(IList<AgentManagedComputer>, UninstallAgentConfiguration, MonitoringTaskStatusChangeCallback)
Obsolete.

Submit uninstall agents.

SubmitUninstallAgents(IList<AgentManagedComputer>, UninstallAgentConfiguration, TaskStatusChangeCallback)

Submit uninstall agents.

SubmitUninstallAgents(IList<PartialAgentManagedComputer>, UninstallAgentConfiguration, MonitoringTaskStatusChangeCallback)
Obsolete.

Submit uninstall agents.

SubmitUninstallAgents(IList<PartialAgentManagedComputer>, UninstallAgentConfiguration, TaskStatusChangeCallback)

Submit uninstall agents.

SubmitUpdateAgents(IList<AgentManagedComputer>, UpdateAgentConfiguration, MonitoringTaskStatusChangeCallback)
Obsolete.

Submit update agents.

SubmitUpdateAgents(IList<AgentManagedComputer>, UpdateAgentConfiguration, TaskStatusChangeCallback)

Submit update agents.

SubmitUpdateAgents(IList<MonitoringObject>, UpdateAgentConfiguration, MonitoringTaskStatusChangeCallback)
Obsolete.

This method submits an update action on the agents that are referred to by the associated useractionmanagers.

SubmitUpdateAgents(IList<MonitoringObject>, UpdateAgentConfiguration, TaskStatusChangeCallback)

This method submits an update action on the agents that are referred to by the associated useractionmanagers.

SubmitUpdateAgents(IList<PartialAgentManagedComputer>, UpdateAgentConfiguration, MonitoringTaskStatusChangeCallback)
Obsolete.

Submit update agents.

SubmitUpdateAgents(IList<PartialAgentManagedComputer>, UpdateAgentConfiguration, TaskStatusChangeCallback)

Submit update agents.

UninstallAgents(IList<AgentManagedComputer>, UninstallAgentConfiguration)

Uninstall agents.

UnregisterExecuteAgentTasks(Guid)

Unregisters the callback for agent tasks.

UnregisterExecuteAgentTasks(IAsyncResult)

Unregisters the callback for agent tasks.

UnregisterExecuteDiscovery(Guid)

Unregisters the callback for discovery task.

UnregisterExecuteDiscovery(IAsyncResult)

Unregisters the callback for discovery task.

UpdateAgents(IList<AgentManagedComputer>, UpdateAgentConfiguration)

Update agents.

Applies to