BaseDN Parameter (Connect-LDAP Cmdlet)
The base portion of the distinguished name, used for limiting results to specific subtrees.
Syntax
Connect-LDAP -BaseDN string
Data Type
cstr
Default Value
""
Remarks
Specifying a base DN may greatly improve performance when returning entries for large servers by limiting the number of entries that need to be examined.
This is a required parameter.