WindowsDiscoveryConfiguration Class

System Center
 

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.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

System::Object
  Microsoft.EnterpriseManagement.Administration::WindowsDiscoveryConfiguration

public ref class WindowsDiscoveryConfiguration : IDisposable

NameDescription
System_CAPS_pubmethodWindowsDiscoveryConfiguration(ComputerNameDiscoveryCriteria^)

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

System_CAPS_pubmethodWindowsDiscoveryConfiguration(LdapQueryDiscoveryCriteria^)

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

NameDescription
System_CAPS_pubpropertyComputerNameDiscoveryCriteria

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

System_CAPS_pubpropertyComputerType

Gets or sets the type of computer to discover.

System_CAPS_pubpropertyIsDefaultActionAccount

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

System_CAPS_pubpropertyLdapQueryDiscoveryCriteria

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

System_CAPS_pubpropertyPerformVerification

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

NameDescription
System_CAPS_pubmethodDispose()

Releases the resources used by the WindowsDiscoveryConfiguration object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodResetActionAccount()

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

System_CAPS_pubmethodSetActionAccount(String^, String^, SecureString^)

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

System_CAPS_pubmethodSetActionAccount(TaskCredentials^)

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

System_CAPS_pubmethodToString()

(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.

Return to top
Show: