Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Initializes the ComputerNameDiscoveryCriteria class with a list of the names of the Windows-based computers you want to discover.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ComputerNameDiscoveryCriteria(
IList<string> computerNames
)
public:
ComputerNameDiscoveryCriteria(
IList<String^>^ computerNames
)
new :
computerNames:IList<string> -> ComputerNameDiscoveryCriteria
Public Sub New (
computerNames As IList(Of String)
)
Parameters
computerNames
Type: System.Collections.Generic.IList<String>The names of the Windows-based computers that you want to discover.
Remarks
The computer names in the list must be provided in the format <Domain_Name>\<Computer_FQDN>. For example, mycompany.com\machine1.mycompany.com.
See Also
WindowsDiscoveryConfiguration
ComputerNameDiscoveryCriteria Overload
ComputerNameDiscoveryCriteria Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top