RemotelyManagedComputer Class

System Center
 

Updated: April 16, 2012

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)

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

[SerializableAttribute]
public ref class RemotelyManagedComputer : MonitoringBaseWithId

NameDescription
System_CAPS_pubpropertyComputer

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

System_CAPS_pubpropertyComputerName

Gets the name of the agentless managed computer.

System_CAPS_pubpropertyDisplayName

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

System_CAPS_pubpropertyDomain

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

System_CAPS_pubpropertyHealthState

Gets the current health state of this agentless managed computer.

System_CAPS_pubpropertyId

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubpropertyIPAddress

Gets the IP address of this agentless managed computer.

System_CAPS_pubpropertyLastModified

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

System_CAPS_pubpropertyManagementGroup

The connection management group connection used by this object.

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyName

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

System_CAPS_pubpropertyPath

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

System_CAPS_pubpropertyPrincipalName

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

System_CAPS_pubpropertyProxyAgentPrincipalName

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from MonitoringBaseWithId.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethodGetProxyAgent()

Gets the proxy agent that manages this computer.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

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

System_CAPS_protmethodSetId(Guid)

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethodSetProxyAgent(ComputerHealthService^)

Sets the proxy agent that manages this computer.

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

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.

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

Return to top
Show: