python powershell中的netstat -nb

时间:2017-06-18 16:35:07

标签: python powershell

有人可以帮我找到如何在python中的powershell脚本中运行netstat -nb吗?

import os
def main():
     a = os.popen('netstat -nb').read()
     print ("\n Connections", a)
main()

输出:

  

请求的操作需要提升。

1 个答案:

答案 0 :(得分:0)

您需要以管理员身份激活电源外壳