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-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

[python-win32] Detect whether a workstation is a laptop or desktop/server?

2010-03-05 Thread python
As part of an inventory project I'm working on, I'm trying to figure out whether a specific computer is a mobile asset (laptop) or fixed asset (desktop/server). Is there some feature that I can look that would indicate whether a computer is a laptop or not? My initial thought was I could look for

Re: [python-win32] How to get Outlook headers

2010-03-05 Thread Mark Hammond
On 3/03/2010 5:07 PM, Antony Joseph wrote: Dear all, I am trying to read the Message date from Outlook, I get the message date easily by using "PR_TRANSPORT_MESSAGE_HEADERS" only for the emails sent over the Internet. If the email was sent internally using exchange the mail headers are not exis