Connection Parameter (Send-TCP Cmdlet)

An existing TCP connection.

Syntax

Send-TCP -Connection TCPConnection

Remarks

Represents an existing, persistent TCP connection to be used. After this cmdlet executes, the connection will remain opened to be used in an another call. New connections can be established using the Connect-TCP cmdlet and closed using the Disconnect-TCP cmdlet.

Default Value

null