ps in windows

Tim Golden tim.golden at viacom-outdoor.co.uk
Fri Jul 18 03:52:25 EDT 2003


Jeff Sandys <sandysj at juno.com> wrote in message 
> I want the Linux PC running a cron job to query the Windows PCs to find
> out what programs they are running.

Doubtless there are several possibilities. Personally, I'd use WMI on
the windows boxes (cf http://tgolden.sc.sabren.com/python/wmi.html)
and either Pyro (http://pyro.sf.net) or xml-rpc
(http://www.pythonware.com/products/xmlrpc/index.htm) at either end to
communicate from-to.

TJG




More information about the Python-list mailing list