How to login remote windos device using python

Kyle Stanley aeros167 at gmail.com
Mon Aug 19 21:33:46 EDT 2019


I would recommend checking out WMI: https://pypi.org/project/WMI/

For remote connection as a named user (official WMI docs):
http://timgolden.me.uk/python/wmi/tutorial.html#connecting-to-a-remote-machine-as-a-named-user

Also, another example (unofficial):
https://stackoverflow.com/questions/18961213/how-to-connect-to-a-remote-windows-machine-to-execute-commands-using-python.
This was done in Python2, but the example is still useful.

On Mon, Aug 19, 2019 at 2:11 PM Iranna Mathapati <iranna.gani28 at gmail.com>
wrote:

> Hi Team,
>
> can you please let me know, How to login the remote Windows machine using
> python??
>
> Thanks
> --
> https://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list