I find myself not trusting so much anymore in WMI, more then once I can NOT get the correct data thru Perfmon, from scriptomatic I get the wmi class listed but then from my .vbs script I get no data, and error : 0x80041010 (null) in the line of > For Each objItem In colItems
Maybe try doing a On Error Resume Next... I have found that sometimes when there is no data in a particular field, WMI will error out on the query, but if I ignore the errors, it will eventually return data.
Dunno... I hate WMI myself. Never use it if I don't have to.
_____________________________
"Would you like to touch my monkey?" - Dieter (Mike Meyers)
"It is better to die like a tiger, than to live like a pussy." -Master Wong, from Balls of Fury
Well, for a start, that class only exists on Servers. Also, given that it's related to Exchange I suspect it will only work when run on an Exchange server.