RemotelyManagedComputer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Agentless computer.
public ref class RemotelyManagedComputer : Microsoft::EnterpriseManagement::Common::MonitoringBaseWithId
[System.Serializable]
public class RemotelyManagedComputer : Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId
type RemotelyManagedComputer = class
inherit MonitoringBaseWithId
Public Class RemotelyManagedComputer
Inherits MonitoringBaseWithId
- Inheritance
-
RemotelyManagedComputer
- Attributes
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.
Properties
| Computer |
The computer that is remotely managed. |
| ComputerName |
The computer name. |
| DisplayName |
The display name of the monitoring object. |
| Domain |
The domain name. |
| HealthState |
The current health state of the computer. |
| IPAddress |
The IP address of the computer. |
| LastModified |
The last time it was modified in the database. |
| ManagementGroup |
The ManagementGroup the object was instantiated in. |
| Name |
The name of the monitoring object. |
| Path |
The path of the monitoring object. |
| PrincipalName |
The principal computer name (FQDN). |
| ProxyAgentPrincipalName |
The FQDN of the proxy agent. |
Methods
| GetProxyAgent() |
Get the managing agent. |
| Reconnect(EnterpriseManagementGroup) |
Reconnect to management group. |
| SetProxyAgent(ComputerHealthService) |
Get the managing agent. |