Represents a configuration to use when installing agents on Windows-based computers.
The following tables list the members exposed by the InstallAgentConfiguration type.
Public
Constructors
| Name | Description | |
|---|---|---|
| InstallAgentConfiguration | Initializes the InstallAgentConfiguration class. |
Public
Properties
| Name | Description | |
|---|---|---|
|
InstallPath | Gets or sets the path where the agent is installed on the managed computer. |
|
IsDefaultActionAccount | Gets a value that indicates whether the configuration uses the Management Server's default action account for discovery. |
|
UseDefaultAgentAccount | Gets a value that indicates whether the installed agent uses the default account for agent operations. |
|
UseDefaultAgentInstallAccount | Gets a value that indicates whether the configuration uses the default account for agent installation. |
Public Methods
(see also Protected Methods)
| Name | Description | |
|---|---|---|
|
Dispose | Releases the resources used by the InstallAgentConfiguration object. |
|
Equals | Overloaded. (inherited from Object) |
|
GetHashCode | (inherited from Object) |
|
GetType | (inherited from Object) |
![]()
|
ReferenceEquals | (inherited from Object) |
|
ResetActionAccount | Sets the configuration to perform discovery using the default account. |
|
ResetAgentAccount | Sets the installed agent to use the default account for agent operations. |
|
ResetAgentInstallAccount | Sets the configuration to use the default account for agent installation. |
|
SetActionAccount | Overloaded. Sets the credentials that are used to discover the computers to which agents are deployed. |
|
SetAgentAccount | Sets the account used by the agent when the agent runs. |
|
SetInstallAccount | Sets the account used by to install the agent. |
|
ToString | (inherited from Object) |
Protected
Methods
| Name | Description | |
|---|---|---|
|
Finalize | Overridden. Frees the resources of the current InstallAgentConfiguration object before it is reclaimed by the garbage collector. |
|
MemberwiseClone | (inherited from Object) |
See Also
Send comments about this topic to Microsoft.

