views:

238

answers:

1

So the WQL LIKE operator isn't supported on my WMI class from this question. How do I tell ahead of time, or interactively as I write, what is/is not supported? I'd like to stick with Powershell here and avoid other solutions like wmic.

A: 

I can only find one mention of LIKE not working, and that is on old systems. LIKE was added in XP and Server 2003. It will not work on older machines. This applies to the machine you are grabbing the WMI object from.

JasonMArcher