AuthMechanism Parameter (Connect-LDAP Cmdlet)
The authentication mechanism to be used when connecting to the LDAP server.
Syntax
Connect-LDAP -AuthMechanism string
Possible Values
SIMPLE, NEGOTIATEData Type
cstr
Default Value
"SIMPLE"
Remarks
By default, AuthMechanism is set to SIMPLE, and default plaintext authentication is used to log in to the server. If AuthMechanism is set to NEGOTIATE, NTLM/NEGOTIATE authentication will be used.
- SIMPLE
- NEGOTIATE
This is a required parameter.