Disconnect-SFTP Cmdlet

Parameters  

The Disconnect-SFTP cmdlet is used to release the connection previously created by Connect-SFTP cmdlet.

Syntax

Disconnect-SFTP [parameters]

Remarks

This cmdlet disconnects a previously created persistent connection. Pass the existing connection object to the Connection parameter to release the connection.

Parameter List


The following is the full list of the parameters of the cmdlet with short descriptions. Click on the links for further details.

ConnectionThe existing connection.

Connection Parameter (Disconnect-SFTP Cmdlet)

The connection object to be released.

Syntax

Disconnect-SFTP -Connection $connection

Remarks

This parameter specifies the connection object which will be disconnected.

Default Value

null