Hi!
Just for info :
You have many exemples of WMI with Python, on this MS's site :
http://www.microsoft.com/technet/scriptcenter/scripts/python
@-salutations
Michel Claveau
___
Python-win32 mailing list
Python-win32@python.org
http://mail.
[Erik Dahl]
| I want to use the WMI Performance API to collect performance
| information from remote boxes.
The WMI stuff needs a certain amount of -- imho -- mildly
bizarre plumbing work. To save you the trouble, I've put
together a WMI module which I know a few people are using.
http://timgo
> I want to use the WMI Performance API to collect performance
> information from remote boxes. To do this I need to create a
> WbemScripting. SWbemRefresher object like so:
>
> objRefresher = CreateObject("WbemScripting.SWbemRefresher")
>
> Is CreateObject something that is available from python