UninstallAgentConfiguration Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Represents a configuration to use when uninstalling agents on managed computers.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
| Name | Description | |
|---|---|---|
![]() | UninstallAgentConfiguration() | Initializes the UninstallAgentConfiguration class. |
| Name | Description | |
|---|---|---|
![]() | IsDefaultActionAccount | Gets a value that indicates whether the configuration uses the Management Server's default action account to discover the agents to uninstall. |
![]() | UseDefaultAgentInstallAccount | Gets a value that indicates whether the configuration uses the default account to uninstall agents on managed computers. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the resources used by the UninstallAgentConfiguration object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | Frees the resources of the current UninstallAgentConfiguration 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 Management Server's default action account. |
![]() | ResetAgentInstallAccount() | Sets the configuration to use the default account for uninstalling agents. |
![]() | SetActionAccount(String^, String^, SecureString^) | Sets the credentials that are used to discover the computers on which agents are uninstalled. |
![]() | SetInstallAccount(String^, String^, SecureString^) | Sets the credentials that are used to uninstall agents. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


