A list of the Commands for WMI

The customer requested a list of all the commands iQSonar v4 runs for WMI.

I ran the following SQL agains a v4 database.

SQL
Select distinct CommandText from history.t_CommandHistory ch  Join history.t_CommandHistoryResult chr on chr.CommandHistoryID = ch.CommandHistoryID
Where Connection = 'Windows WMI' 
Order by CommandText