InstallAgentConfiguration Members

Updated: April 16, 2012

Represents a configuration to use when installing agents on Windows-based computers.

The following tables list the members exposed by the InstallAgentConfiguration type.

  Name Description
  InstallAgentConfiguration Overloaded.  
Top
  Name Description
public property InstallPath Gets or sets the path where the agent is installed on the managed computer.
public property IsDefaultActionAccount Gets a value that indicates whether the configuration uses the Management Server's default action account for discovery.
public property UseDefaultAgentAccount Gets a value that indicates whether the installed agent uses the default account for agent operations.
public property UseDefaultAgentInstallAccount Gets a value that indicates whether the configuration uses the default account for agent installation.
Top
(see also Protected Methods)
  Name Description
public method Dispose Releases the resources used by the InstallAgentConfiguration object.
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ResetActionAccount Sets the configuration to perform discovery using the default account.
public method ResetAgentAccount Sets the installed agent to use the default account for agent operations.
public method ResetAgentInstallAccount Sets the configuration to use the default account for agent installation.
public method SetActionAccount Sets the credentials that are used to discover the computers to which agents are deployed.
public method SetAgentAccount Sets the account used by the agent when the agent runs.
public method SetInstallAccount Sets the account used by to install the agent.
public method ToString  (inherited from Object)
Top
  Name Description
protected method Finalize Overridden. Frees the resources of the current InstallAgentConfiguration object before it is reclaimed by the garbage collector.
protected method MemberwiseClone  (inherited from Object)
Top