Port Parameter (Connect-LDAP Cmdlet)
Specifies the port number on which the LDAP server is running.
Syntax
Connect-LDAP -Port string
Data Type
cstr
Default Value
"389"
Remarks
This property defines the port the LDAP server is running on. By default, it is set to 389, which is the standard port for LDAP. Together with the Server property, this property determines the full connection endpoint. If your LDAP server is configured to use a non-standard port, update this property accordingly.
This is a required parameter.