Cmdlets for LDAP

Build 25.0.9434

LDAPVersion Parameter (Connect-LDAP Cmdlet)

Specifies the version of the LDAP protocol to use when connecting to the server. The supported values are 2 and 3.

Syntax

Connect-LDAP -LDAPVersion string

Data Type

cstr

Default Value

"2"

Remarks

Set this property to specify the LDAP protocol version used for communication. The default value is 2, but many modern LDAP servers require version 3 for compatibility. Ensure that the server you are connecting to supports the specified version to avoid communication errors. The provider complies with LDAP standards as specified in RFC 1777, RFC 2251, and other relevant LDAP RFCs.

This is a required parameter.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434