Windows

如何從 Cygwin SSH 會話執行 PowerShell 腳本?

  • April 29, 2021

我有安裝了CopSSH的 Windows Server 2003 ( Cygwin + sshd )。我希望能夠通過 SSH 會話命令執行 PowerShell 腳本,然後使用它的輸出。有這樣的能力嗎?怎麼做?

只需powershell使用相關參數呼叫並將其通過管道傳輸到您想要的任何位置?你需要確保它在PATH當然。

巴里凱利是對的。

您需要使用我的包裝軟體來創建一個隱藏的控制台並在其上執行 PowerShell。

我的頁面在這裡: http ://sergeybelous.com/SHELL-TERMINAL.html#proxywinconsole.exe

有人已經找到了我的包裝軟體並在這裡創建了一個教程: https ://ssh-with-powershell.blogspot.com/2013/07/enable-ssh-with-powershell-and-remove.html

引用自:https://serverfault.com/questions/266535