InstallAgentConfiguration Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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 | Overloaded. |
Top
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. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Dispose | Releases the resources used by the InstallAgentConfiguration object. | |
Equals | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (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 | 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) |
Top
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) |
Top
See Also
Reference
InstallAgentConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace