WindowsDiscoveryConfiguration Class
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.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Administration.WindowsDiscoveryConfiguration
Syntax
public class WindowsDiscoveryConfiguration : IDisposable
public ref class WindowsDiscoveryConfiguration : IDisposable
type WindowsDiscoveryConfiguration =
class
interface IDisposable
end
Public Class WindowsDiscoveryConfiguration
Implements IDisposable
Constructors
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. |
Properties
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. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.EnterpriseManagement.Administration Namespace
Return to top