WindowsDiscoveryConfiguration Members

Updated: April 16, 2012

Represents a configuration to use when discovering Windows-based computers. The discovery process allows you to find computers that you want to manage.

The following tables list the members exposed by the WindowsDiscoveryConfiguration type.

  Name Description
  WindowsDiscoveryConfiguration Overloaded. Initializes the WindowsDiscoveryConfiguration class.
Top
  Name Description
public property ComputerNameDiscoveryCriteria Gets the criteria for discovering Windows-based computers by name.
public property ComputerType Gets or sets the type of computer to discover.
public property IsDefaultActionAccount Gets a value that indicates whether the Management Server's default action account is used for computer discovery.
public property LdapQueryDiscoveryCriteria Gets the criteria for discovering Windows-based computers using a Lightweight Directory Access Protocol (LDAP) query.
public property PerformVerification Gets or sets a value that indicates whether discovered computers should be verified.
Top
(see also Protected Methods)
  Name Description
public method Dispose Releases the resources used by the WindowsDiscoveryConfiguration object.
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ResetActionAccount Sets the configuration to use the Management Server's default action account for computer discovery.
public method SetActionAccount Overloaded. Sets the action account used to perform computer discovery.
public method ToString  (inherited from Object)
Top
  Name Description
protected method Finalize Overridden. Frees the resources of the current WindowsDiscoveryConfiguration object before it is reclaimed by the garbage collector.
protected method MemberwiseClone  (inherited from Object)
Top