AuthMechanism Parameter (Connect-SMIMEIMAP Cmdlet)

The authentication mechanism to be used when connecting to the mail server.

Syntax

Connect-SMIMEIMAP -AuthMechanism string

Remarks

The applicable values are the following:

UserPassword (default)Default plaintext authentication is used to login to the server.
CRAMMD5The more secure CRAM-MD5 authentication is used instead.
NTLMNTLM authentication will be used.
SASLPlainAuthMechanism can be set to SASLPlain (4) as well. Note, however, that servers will often require SSL or some other encrypted session protection be used when this authentication mechanism is requested.
KerberosKerberos authentication will be used. NOTE: This functionality is only available in Windows.

Default Value

0

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]