Re: [python-win32] WMI script that shows general info about a computer (SOLVED)

2010-03-05 Thread python
Hi Tim, > Something else which might help, then, is the wmiweb.py which ships with > recent versions of the wmi module. It installs to c:\pythonxx\scripts or you > can just get it here: http://svn.timgolden.me.uk/wmi/trunk/wmiweb.py > It's a standalone web app which lets you browse the wmi name

Re: [python-win32] WMI script that shows general info about a computer (SOLVED)

2010-03-05 Thread Tim Golden
On 04/03/2010 18:25, pyt...@bdurham.com wrote: Hi Tim, Well I'm always glad to hear a positive comment on the source code, but there *is* some documentation: http://timgolden.me.uk/python/wmi/index.html http://timgolden.me.uk/python/wmi/tutorial.html http://timgolden.me.uk/python/wmi/cookbook.

Re: [python-win32] WMI script that shows general info about a computer (SOLVED)

2010-03-04 Thread python
Hi Tim, > Well I'm always glad to hear a positive comment on the > source code, but there *is* some documentation: > > http://timgolden.me.uk/python/wmi/index.html > http://timgolden.me.uk/python/wmi/tutorial.html > http://timgolden.me.uk/python/wmi/cookbook.html I read and enjoyed all your docum

Re: [python-win32] WMI script that shows general info about a computer (SOLVED)

2010-03-04 Thread Tim Golden
On 04/03/2010 06:30, pyt...@bdurham.com wrote: OP here. When in doubt, read the (very well commented) wmi.py source code :) computerSystem = wmi.WMI().Win32_ComputerSystem()[0] Well I'm always glad to hear a positive comment on the source code, but there *is* some documentation: http://timgol

Re: [python-win32] WMI script that shows general info about a computer (SOLVED)

2010-03-03 Thread python
: [python-win32] WMI script that shows general info about a computer Apologies for the vague description. I'm looking for tips on a WMI query that would allow me to show general info about a computer. We're going to use this data as part of a workstation inventory project I'm workin

[python-win32] WMI script that shows general info about a computer

2010-03-03 Thread python
Apologies for the vague description. I'm looking for tips on a WMI query that would allow me to show general info about a computer. We're going to use this data as part of a workstation inventory project I'm working on. I'm sure I've seen this type of query before but my google-mojo is failing me