如何使用pywinrm执行powershell命令?

时间:2017-03-16 14:14:57

标签: python powershell

我在Linux 2.6上使用Linux机器,并希望在远程Windows服务器上执行一些PowerShell命令。

我使用过pywinrm,下面是代码:

import winrm
st = winrm.Session('ABC0634176', auth=('Administrator', '#root123'))
r = st.run_cmd('ipconfig', ['/all'])

但是低于错误:

enter image description here

请帮助获取解决方案,如何运行PowerShell命令。 是否有其他图书馆用于同一目的?

0 个答案:

没有答案