Applies To: Operations Manager for System Center 2012
Sets the proxy agent that manages this computer.
Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public void SetProxyAgent(
    ComputerHealthService computerHealthService
)
public:
void SetProxyAgent(
    ComputerHealthService^ computerHealthService
)
member SetProxyAgent : 
        computerHealthService:ComputerHealthService -> unit
Public Sub SetProxyAgent (
    computerHealthService As ComputerHealthService
)
Parameters
- computerHealthService 
 Type: Microsoft.EnterpriseManagement.Administration.ComputerHealthService- The proxy agent that you want to manage this computer. 
See Also
RemotelyManagedComputer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top