gayatri iyer wrote:
> I'm working towards fetching wmi information from a remote windows
> server target.  The client is a linux appliance.  Can i get the
> win32com.client for linux ? 

Not directly.  However, WMI is a protocol-based service, kind of like a
web server.  There are packages available that let you query a WMI
server using relatively standard HTTP requests.  That might work for
you.  Start here:

http://forums.cacti.net/about11752.html

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
Python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to