RemotelyManagedComputer Class

 

Applies To: Operations Manager for System Center 2012

Represents a managed computer that does not have a local agent installed.

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

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Common.MonitoringBase
    Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId
      Microsoft.EnterpriseManagement.Administration.RemotelyManagedComputer

Syntax

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

Properties

Name Description
System_CAPS_pubproperty Computer

Gets a MonitoringObject that contains the monitoring information for this agentless managed computer.

System_CAPS_pubproperty ComputerName

Gets the name of the agentless managed computer.

System_CAPS_pubproperty DisplayName

Gets the display name of the monitoring object for this agentless managed computer.

System_CAPS_pubproperty Domain

Gets the name of the domain containing this agentless managed computer.

System_CAPS_pubproperty HealthState

Gets the current health state of this agentless managed computer.

System_CAPS_pubproperty Id

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubproperty IPAddress

Gets the IP address of this agentless managed computer.

System_CAPS_pubproperty LastModified

Gets the date and time at which this agentless managed computer was last modified in the operational database.

System_CAPS_pubproperty ManagementGroup

The connection management group connection used by this object.

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty Name

Gets the name of the monitoring object for this agentless managed computer.

System_CAPS_pubproperty Path

Gets the path of the monitoring object for this agentless managed computer.

System_CAPS_pubproperty PrincipalName

Gets the fully qualified domain name (FQDN) for this computer.

System_CAPS_pubproperty ProxyAgentPrincipalName

The fully qualified domain name (FQDN) of the proxy agent that manages this computer.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from MonitoringBaseWithId.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethod GetProxyAgent()

Gets the proxy agent that manages this computer.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

Connects the agentless managed computer to the Management Group.(Overrides MonitoringBase.Reconnect(EnterpriseManagementGroup).)

System_CAPS_protmethod SetId(Guid)

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethod SetProxyAgent(ComputerHealthService)

Sets the proxy agent that manages this computer.

System_CAPS_pubmethod ToString()

(Inherited from MonitoringBase.)

Remarks

You can get a collection of the agentless managed computers in a Management Group using the GetAllRemotelyManagedComputers method.

You can get a collection of the agentless managed computers managed by a specific proxy agent using the GetRemotelyManagedComputers method.

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