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