NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

SSL Parameter (Send-NNTP Cmdlet)

Determines how the cmdlet starts SSL negotiation.

Syntax

Send-NNTP -SSL string

Remarks

SSL may have one of the following values:

none (default)No SSL negotiation, no SSL security. All communication will be in plaintext mode.
automaticIf the Port is set to the standard plaintext port of the protocol (where applicable), the cmdlet will behave the same as if SSL is set to explicit. In all other cases, SSL negotiation will be implicit.
implicitThe SSL negotiation will start immediately after the connection is established.
explicitThe cmdlet will first connect in plaintext, and then explicitly start SSL negotiation through a protocol command such as STARTTLS.

Default Value

3

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