WindowsDiscoveryConfiguration Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Represents a configuration to use when discovering Windows-based computers. The discovery process allows you to find computers that you want to manage.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
| Name | Description | |
|---|---|---|
![]() | WindowsDiscoveryConfiguration(ComputerNameDiscoveryCriteria^) | Initializes the WindowsDiscoveryConfiguration class with criteria for discovering Windows-based computers by name. |
![]() | WindowsDiscoveryConfiguration(LdapQueryDiscoveryCriteria^) | Initializes the WindowsDiscoveryConfiguration class with criteria for discovering Windows-based computers using a Lightweight Directory Access Protocol (LDAP) query. |
| Name | Description | |
|---|---|---|
![]() | ComputerNameDiscoveryCriteria | Gets the criteria for discovering Windows-based computers by name. |
![]() | ComputerType | Gets or sets the type of computer to discover. |
![]() | IsDefaultActionAccount | Gets a value that indicates whether the Management Server's default action account is used for computer discovery. |
![]() | LdapQueryDiscoveryCriteria | Gets the criteria for discovering Windows-based computers using a Lightweight Directory Access Protocol (LDAP) query. |
![]() | PerformVerification | Gets or sets a value that indicates whether discovered computers should be verified. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the resources used by the WindowsDiscoveryConfiguration object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | Frees the resources of the current WindowsDiscoveryConfiguration 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 use the Management Server's default action account for computer discovery. |
![]() | SetActionAccount(String^, String^, SecureString^) | Sets this configuration to perform computer discovery using the specified credentials. |
![]() | SetActionAccount(TaskCredentials^) | Sets this configuration to perform computer discovery using the specified MonitoringTaskCredentials object. |
![]() | 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.


