< Back

Invoke-SSHStreamShellCommand

Sat Jan 18, 2020 7:57 pm

NAME Invoke-SSHStreamShellCommand



SYNOPSIS







SYNTAX

Invoke-SSHStreamShellCommand [-ShellStream] <ShellStream> [-Command] <String> [-PrompPattern <String>]

[<CommonParameters>]





DESCRIPTION

{{Fill in the Description}}





PARAMETERS

-ShellStream <ShellStream>

SSH stream to use for command execution.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Command <String>

Command to execute on SSHStream.



Required? true

Position? 2

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-PrompPattern <String>

{{Fill PrompPattern Description}}



Required? false

Position? named

Default value [\\$%#>] $

Accept pipeline input? True (ByPropertyName)

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

System.Int32







NOTES









Example 1



PS C:\\> {{ Add example code here }}



{{ Add example description here }}



RELATED LINKS

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