Bash, Memoria, PowerShell PowerShell New-SSHSession -ComputerName 192.168.1.162 -Credential (Get-Credential) $resultado=Invoke-SSHCommand -Index 0 'cat /proc/meminfo' $resultado.Output 123 New-SSHSession -ComputerName 192.168.1.162 -Credential (Get-Credential)$resultado=Invoke-SSHCommand -Index 0 'cat /proc/meminfo'$resultado.Output