有没有办法使用RDP连接到远程桌面并使用python WMI库断开用户连接?

时间:2019-07-19 15:52:58

标签: python wmi rdp

我正在尝试使用python中的WMI库连接到远程用户。 然后,我需要找到用户列表,并通过python断开其中的一个。

有人知道图书馆中实现此目标的正确方法吗?

我能够重新启动,关闭进程等,

我已参考以下URls,但未获得确切方法

https://www.programcreek.com/python/example/53883/wmi.WMI

https://www.programcreek.com/python/example/53883/wmi.WMI

http://timgolden.me.uk/python/wmi/tutorial.html

http://timgolden.me.uk/python/wmi/cookbook.html

https://blog.ipswitch.com/managing-windows-system-administration-with-wmi-and-python

0 个答案:

没有答案