InstallAgentConfiguration Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Represents a configuration to use when installing agents on Windows-based computers.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
| Name | Description | |
|---|---|---|
![]() | InstallAgentConfiguration() | Initializes the InstallAgentConfiguration class. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the resources used by the InstallAgentConfiguration object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | Frees the resources of the current InstallAgentConfiguration object before it is reclaimed by the garbage collector.(Overrides Object::Finalize().) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (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(String^, String^, SecureString^) | Sets the credentials that are used to discover the computers to which agents are deployed. |
![]() | SetAgentAccount(String^, String^, SecureString^) | Sets the account used by the agent when the agent runs. |
![]() | SetInstallAccount(String^, String^, SecureString^) | Sets the account used by to install the agent. |
![]() | ToString() | (Inherited from Object.) |
M:Microsoft.EnterpriseManagement.Administration.ManagementServer.SubmitInstallAgents(System.Collections.ObjectModel.ReadOnlyCollection{Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringObject},System.Collections.ObjectModel.ReadOnlyCollection{Microsoft.EnterpriseManagement.Administration.ManagementServer},Microsoft.EnterpriseManagement.Administration.InstallAgentConfiguration,Microsoft.EnterpriseManagement.MonitoringTaskStatusChangeCallback)
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


