Results 442 comments of Carlos Perez

What is the target server ? It could be caching the information Sent from my iPhone > On Jan 31, 2020, at 6:03 PM, Chris4678 wrote: > >  >...

It is because the module requires Window registration to save the host/key fingerprint associations. This requirement will be removes in the next mayor version Sent from my iPhone > On...

You need to be running PowerShell 5.1 or Powershell 7. Powershell 4 is not supported Sent from my iPhone > On Nov 15, 2021, at 4:47 AM, lakshmo123 ***@***.***> wrote:...

Never expected.net standard to be that good Sent from my iPhone > On Nov 15, 2021, at 8:37 AM, Max Kozlov ***@***.***> wrote: > >  > @darkoperator > It's...

You will need a shellstream since echo is part of a full shell and not a binary that would be invoked. Sent from my iPhone > On Mar 6, 2020,...

https://github.com/darkoperator/Posh-SSH/blob/master/docs/New-SSHShellStream.md https://blog.linoproject.net/powershell-managing-ubuntu-with-sudo-and-posh-ssh/ Sent from my iPhone > On Mar 6, 2020, at 6:30 PM, rvani wrote: > >  > Thank you. But how to do that? > > From:...

``` PS C:\Users\carlos\Documents\Posh-SSH\Release> New-SSHSession -ComputerName 192.168.1.213 -Credential carlos SessionId Host Connected --------- ---- --------- 0 192.168.1.213 True PS C:\Users\carlos\Documents\Posh-SSH\Release> $stream = New-SSHShellStream -SessionId 0 PS C:\Users\carlos\Documents\Posh-SSH\Release> Invoke-SSHStreamExpectSecureAction -ShellStream $stream -Command...

Could not open the link Sent from my iPhone > On Mar 11, 2020, at 12:28 PM, rvani wrote: > >  > I could resolve this issue - https://gitlab.eng.vmware.com/isbu-dev-tools/wsa/tree/master...

What ia the error message Sent from my iPhone > On Mar 25, 2020, at 11:50 AM, Damich21 wrote: > >  > If I want to load a folder...