using plink to kill and restart from powershell
#1
Hi,
Wondering if anyone can assist.... I have the following powershell script.
The problem is it doesn't return to powershell until i CTRL C - which means the rest of the scipt can't run.... any ideas?
Thanks.

s:\software\Putty\plink.exe -ssh "192.168.0.121" -l "sshuser" -pw "sshuser" sudo pkill kodi; sudo -u pi kodi&
Reply

Logout Mark Read Team Forum Stats Members Help
using plink to kill and restart from powershell0