ComputerNameDiscoveryCriteria.SetComputerNames(IList<String>) Method

Definition

Set computer names.

public:
 void SetComputerNames(System::Collections::Generic::IList<System::String ^> ^ computerNames);
public void SetComputerNames (System.Collections.Generic.IList<string> computerNames);
member this.SetComputerNames : System.Collections.Generic.IList<string> -> unit
Public Sub SetComputerNames (computerNames As IList(Of String))

Parameters

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

Applies to