PowerShell 7 isn't handling what PS that comes with Windows 10 can do. Why?

M

MikeLiebeman

I have a shortcut to invoke PowerShell to run SSH to connect to another computer on my network. This works C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe ssh fubar@192.168.1.75None of these work:"C:\Program Files\PowerShell\7\pwsh.exe" ssh fubar@192.168.1.75"C:\Program Files\PowerShell\7\pwsh.exe" -ssh fubar@192.168.1.75"C:\Program Files\PowerShell\7\pwsh.exe" "ssh fubar@192.168.1.75""C:\Program Files\PowerShell\7\pwsh.exe" "-ssh fubar@192.168.1.75"What is the correct way to invoke version 7?

Continue reading...
 
Back
Top Bottom