0
kicks
Optimizing WMI query performances – avoid the nasty ‘select *’
When writing WMI queries using 'select *' can have an heavy impact on performance, avoid it and list all the fields you need on the query itself.