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
Sets the names of the Windows-based computers that you want to discover.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public void SetComputerNames(
IList<string> computerNames
)
public:
void SetComputerNames(
IList<String^>^ computerNames
)
member SetComputerNames :
computerNames:IList<string> -> unit
Public Sub SetComputerNames (
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
ComputerNameDiscoveryCriteria Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top