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 | |
---|---|---|
Computer | Gets a MonitoringObject that contains the monitoring information for this agentless managed computer. |
|
ComputerName | Gets the name of the agentless managed computer. |
|
DisplayName | Gets the display name of the monitoring object for this agentless managed computer. |
|
Domain | Gets the name of the domain containing this agentless managed computer. |
|
HealthState | Gets the current health state of this agentless managed computer. |
|
Id | (Inherited from MonitoringBaseWithId.) |
|
IPAddress | Gets the IP address of this agentless managed computer. |
|
LastModified | Gets the date and time at which this agentless managed computer was last modified in the operational database. |
|
ManagementGroup | The connection management group connection used by this object. |
|
ManagementGroupId | (Inherited from MonitoringBase.) |
|
Name | Gets the name of the monitoring object for this agentless managed computer. |
|
Path | Gets the path of the monitoring object for this agentless managed computer. |
|
PrincipalName | Gets the fully qualified domain name (FQDN) for this computer. |
|
ProxyAgentPrincipalName | The fully qualified domain name (FQDN) of the proxy agent that manages this computer. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from MonitoringBaseWithId.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from MonitoringBaseWithId.) |
|
GetProxyAgent() | Gets the proxy agent that manages this computer. |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Reconnect(EnterpriseManagementGroup) | Connects the agentless managed computer to the Management Group.(Overrides MonitoringBase.Reconnect(EnterpriseManagementGroup).) |
|
SetId(Guid) | (Inherited from MonitoringBaseWithId.) |
|
SetProxyAgent(ComputerHealthService) | Sets the proxy agent that manages this computer. |
|
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