Cmdlets for Microsoft Active Directory

Build 24.0.9060

AuthMechanism Parameter (Connect-AD Cmdlet)

The authentication mechanism to be used when connecting to the Active Directory server.

Syntax

Connect-AD -AuthMechanism string

Possible Values

SIMPLE, NEGOTIATE

Data Type

cstr

Default Value

"SIMPLE"

Remarks

By default, AuthMechanism is 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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060