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

Tim Golden mail at timgolden.me.uk
Thu Mar 4 09:46:24 CET 2010


On 04/03/2010 06:30, python at 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://timgolden.me.uk/python/wmi/index.html
http://timgolden.me.uk/python/wmi/tutorial.html
http://timgolden.me.uk/python/wmi/cookbook.html

:)

TJG


More information about the python-win32 mailing list