pywinrm is a Python client for Windows Remote Management (WinRM). This
allows you to invoke commands on target Windows machines from any
machine that can run Python.

WinRM allows you to call native objects in Windows. These include, but
are not limited to, running batch scripts, powershell scripts and
fetching WMI variables. For more information on WinRM, please visit
http://msdn.microsoft.com/en-us/library/aa384426.aspx.
