Share via


AgentManagedComputer Class

Definition

Agent managed computer.

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

Examples

The following example shows how to obtain information about an agent-managed computer. In this example, mg is a ManagementGroup instance and agentFqdn is the fully qualified domain name of the agent-managed computer from which you want to obtain information.

Remarks

You can get a collection of the agent-managed computers in a Management Group by using GetAgentManagedComputers.

You can get a collection of agent-managed computers that are managed by a specific server by using GetAgentManagedComputers.

Properties

ActionAccountIdentity

Action account identity.

(Inherited from ComputerHealthService)
AuthenticationName

Authentication name.

(Inherited from ComputerHealthService)
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)
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)
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)
PrimaryManagementServerName

The FQDN of the primary management server for this agent.

PrincipalName

The principal computer name (FQDN).

(Inherited from ComputerHealthService)
ProxyingEnabled

Whether proxying is enabled.

(Inherited from ComputerHealthService)
RequestCompression

Whether the agent requests compression.

(Inherited from ComputerHealthService)
Version

The computer version.

(Inherited from ComputerHealthService)

Methods

ApplyChanges()

Apply changes.

(Inherited from ComputerHealthService)
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)
Reconnect(EnterpriseManagementGroup)

Reconnect to management group.

(Inherited from ComputerHealthService)
ResetHeartbeatInterval()

Set HeartbeatInterval to default value.

(Inherited from ComputerHealthService)
SetManagementServers(ManagementServer, IList<ManagementServer>)

Change the primary and failover management servers.

Applies to