Scope Parameter (Connect-LDAP Cmdlet)
検索の範囲を、サブツリー全体(BaseDN およびすべての下の階層)、単一のレベル(BaseDN および、直接の子階層)、もしくはベースオブジェクト(BaseDN のみ)に制限します。
Syntax
Connect-LDAP -Scope string
Possible Values
WHOLESUBTREE, SINGLELEVEL, BASEOBJECTData Type
cstr
Default Value
"WHOLESUBTREE"
Remarks
範囲を限定することで、検索パフォーマンスを大幅に向上させられます。Set Scope to one of the following values:
- WholeSubtree: Limit the scope of the search to the BaseDN and all of its descendants.
- SingleLevel: Limit the scope of the search to the BaseDN and its direct descendants.
- BaseObject: Limit the scope of the search to the base object only (BaseDN).
This is a required parameter.