【发布时间】:2012-06-18 10:44:20
【问题描述】:
windows powershell 远程处理是否有一些 python 包装器?我需要在远程 Windows 主机上执行移动、复制、压缩等命令。
快速谷歌搜索导致此链接https://gist.github.com/2850866 (只是一个小样本)。我正在寻找更完整的库/等。
【问题讨论】:
-
IronPython 有一个使用 PowerShell 的sample。不确定这是否符合您的 python 要求。
标签: python powershell powershell-remoting