Share via


ComputerNameDiscoveryCriteria.SetComputerNames Method (IList<String>)

 

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

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