NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

AuthenticationMechanism Parameter (Connect-IM Cmdlet)

Controls how the cmdlet authenticates itself with the XMPP Server .

Syntax

Connect-IM -AuthenticationMechanism string

Remarks

XMPP specifies several different mechanisms for authentication. AuthenticationMechanism controls the minimum level of security to use when transmitting the user's Password: The cmdlet will use the highest level of security that the server allows, but will not go below the minimum level indicated by the user.

The XMPP cmdlet supports the following values for AuthMechanism:

PlaintextThe cmdlet will authenticate in plaintext using an IQ query
SASL/PLAINThe cmdlet will authenticate using SASL in plaintext mode

The default value is Plaintext.

Default Value

"PlainText"

Parameter Alias

AuthMechanism

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]