The possible types of Windows-based computers to discover. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As DiscoveryComputerType

Syntax

Visual Basic
Public Enumeration DiscoveryComputerType
C#
public enum DiscoveryComputerType
C++
public enum class DiscoveryComputerType
J#
public enum DiscoveryComputerType
JScript
public enum DiscoveryComputerType

Members

Member name Description
Both Discovers both servers and workstations.
Server Discovers Windows-based servers.
Workstation Discovers Windows-based workstations.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also