Search

Method searchExactMatch(String type, String objectName, Number limit, AD_Host adServer)

Search the active directory for a certain type of object. Object will be returned only if the there is exact match.

Returns

Object[]

Arguments

Name Type Description
type String May be one of this: ComputerAD, User, UserGroup, OrganizationalUnit or Group
objectName String Object name to search for
limit Number Maximum number of returned results
adServer AD_Host If not provided default Active Directory server will be searched.