< Back

Get-SFTPSession

Sat Jan 18, 2020 7:57 pm

NAME Get-SFTPSession



SYNOPSIS

Get current SFTP Sessions that are available for interaction.





SYNTAX

Get-SFTPSession [[-SessionId] <Int32[]>] [<CommonParameters>]





DESCRIPTION

Get current SFTP Sessions that are available for interaction.





PARAMETERS

-SessionId <Int32[]>

SSH Session Id for an existing session.



Required? false

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





AUTHOR: Carlos Perez carlos_perez@darkoprator.com



-------------------------- EXAMPLE 1 --------------------------



Get-SFTPSession



SessionId Host Connected

--------- ---- ---------

0 192.168.1.180 True







RELATED LINKS

Online Version: https://github.com/darkoperator/Posh-SS ... aster/docs