Tasks that target an agent on a managed computer. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As AgentOperation

Syntax

Visual Basic
Public Enumeration AgentOperation
C#
public enum AgentOperation
C++
public enum class AgentOperation
J#
public enum AgentOperation
JScript
public enum AgentOperation

Members

Member name Description
AgentInstall Deploys an agent using Operations Manager.
AgentRepair Repairs a deployed agent.
AgentUninstall Uninstalls a deployed agent.
AgentUpdate Updates a deployed agent to the version of Operations Manager installed on the Management Server.
Default This enumeration value is not used.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also