PowerShell, Red PowerShell New-SSHSession -ComputerName 192.168.1.1 -Credential (Get-Credential) Get-SSHSession (Invoke-SSHCommand -Index 0 "dmesg").output | Select-String "Broadcom" 123 New-SSHSession -ComputerName 192.168.1.1 -Credential (Get-Credential)Get-SSHSession(Invoke-SSHCommand -Index 0 "dmesg").output | Select-String "Broadcom"