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
System_CAPS_pubmethod WindowsDiscoveryConfiguration(ComputerNameDiscoveryCriteria)

Initializes the WindowsDiscoveryConfiguration class with criteria for discovering Windows-based computers by name.

System_CAPS_pubmethod WindowsDiscoveryConfiguration(LdapQueryDiscoveryCriteria)

Initializes the WindowsDiscoveryConfiguration class with criteria for discovering Windows-based computers using a Lightweight Directory Access Protocol (LDAP) query.

Properties

Name Description
System_CAPS_pubproperty ComputerNameDiscoveryCriteria

Gets the criteria for discovering Windows-based computers by name.

System_CAPS_pubproperty ComputerType

Gets or sets the type of computer to discover.

System_CAPS_pubproperty IsDefaultActionAccount

Gets a value that indicates whether the Management Server's default action account is used for computer discovery.

System_CAPS_pubproperty LdapQueryDiscoveryCriteria

Gets the criteria for discovering Windows-based computers using a Lightweight Directory Access Protocol (LDAP) query.

System_CAPS_pubproperty PerformVerification

Gets or sets a value that indicates whether discovered computers should be verified.

Methods

Name Description
System_CAPS_pubmethod Dispose()

Releases the resources used by the WindowsDiscoveryConfiguration object.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

Frees the resources of the current WindowsDiscoveryConfiguration object before it is reclaimed by the garbage collector.(Overrides Object.Finalize().)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ResetActionAccount()

Sets the configuration to use the Management Server's default action account for computer discovery.

System_CAPS_pubmethod SetActionAccount(String, String, SecureString)

Sets this configuration to perform computer discovery using the specified credentials.

System_CAPS_pubmethod SetActionAccount(TaskCredentials)

Sets this configuration to perform computer discovery using the specified MonitoringTaskCredentials object.

System_CAPS_pubmethod 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