IntegratedSecurity Parameter (Connect-LDAP Cmdlet)
Specifies whether the provider should use the current user's context for authentication.
Syntax
Connect-LDAP -IntegratedSecurity SwitchParameter
Data Type
bool
Default Value
false
Remarks
When set to true, the provider authenticates using the current user's Windows context, bypassing the values specified for User and Password. If this property is set to false, the provider uses the explicitly provided User and Password for authentication. This property is supported only on Windows systems. Ensure your application and environment allow for Windows Authentication if enabling this property.