On 9 Nov 2014 22:28, "Nick Coghlan" <ncogh...@gmail.com> wrote:
>
>
> On 9 Nov 2014 22:16, "Vinay Sajip" <vinay_sa...@yahoo.co.uk> wrote:
> >
> > > Thanks, that's very useful feedback. I agree, the need for RDP is very
> >
> > > Windows-specific - I don't know how common RDP tools are for Unix, but
> >
> >
> >
> >
> > Not uncommon, AFAIK. For example, I use rdesktop on Lubuntu to access
Windows machines via RDP, and it seems fairly stable. There are alternative
tools available (such as remmina).
>
> For automated scripting from a *nix host, it's also worth noting that
Ansible supports remote control of Windows systems, and the underlying
Python libraries for that connectivity are also open source (they talk to
the native Windows remote control interfaces, so they don't need anything
special on the target system).

Oops, forgot the link: http://docs.ansible.com/intro_windows.html

Underlying library: https://pypi.python.org/pypi/pywinrm

Cheers,
Nick.

>
> Cheers,
> Nick.
>
> >
> > Regards,
> >
> > Vinay Sajip
> > _______________________________________________
> > Distutils-SIG maillist  -  Distutils-SIG@python.org
> > https://mail.python.org/mailman/listinfo/distutils-sig
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to