15 Apr 2010 19:25
Added support for 'LIKE' in WQL query - patch included
Shashi Uli <shashi.uli <at> citrix.com>
2010-04-15 17:25:24 GMT
2010-04-15 17:25:24 GMT
Hi,
I have extended the WQL query to include the ‘LIKE’ syntax similar to CQL queries.
The query looks like this:
‘SELECT * FROM CIM_ComputerSystem WHERE Name LIKE “%MyName%”’
Returns a list of CIM_CompterSystem objects whose ‘Name’ property includes ‘MyName’.
The patch is included here.
- Shashi
RSS Feed