Disconnect-SSH Cmdlet
The Disconnect-SSH cmdlet is used to release the connection previously created by Connect-SSH cmdlet.
Syntax
Disconnect-SSH [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.
Connection | The existing connection. |
Connection Parameter (Disconnect-SSH Cmdlet)
The connection object to be released.
Syntax
Disconnect-SSH -Connection $connection
Remarks
This parameter specifies the connection object which will be disconnected.Default Value
null