1 2 3 |
New-SSHSession -ComputerName 192.168.1.1 -Credential (Get-Credential) Get-SSHSession (Invoke-SSHCommand -Index 0 "busybox dmesg").output | Select-String "LED" |
1 2 3 |
New-SSHSession -ComputerName 192.168.1.1 -Credential (Get-Credential) Get-SSHSession (Invoke-SSHCommand -Index 0 "busybox dmesg").output | Select-String "LED" |