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
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.
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
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
: [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
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