Click or drag to resize

DataExchangeControllerGetComputersInDomain Method

Utility method which can return all computer object names (cn) is a domain.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static StringList GetComputersInDomain(
	string domain,
	string port,
	string username,
	string password,
	bool uppercase
)

Parameters

domain
Type: SystemString
port
Type: SystemString
username
Type: SystemString
password
Type: SystemString
uppercase
Type: SystemBoolean

Return Value

Type: StringList
See Also