http://www.perlmonks.org?node_id=559628


in reply to Extracting WQL "count" results

I might be missing something, but I don't see any references to a count() function in Microsoft's online WQL documentation. (WQL != SQL)

It's possible that WbemTest uses the WMI ODBC adapter. Maybe you could try using that instead?

Replies are listed 'Best First'.
Re^2: Extracting WQL "count" results
by maa (Pilgrim) on Jul 07, 2006 at 20:51 UTC
    That's because .Count is a property of a Collection object. It is not a "function".