I am trying to list only VMs. Currently I am using below query
"SELECT * FROM Msvm_ComputerSystem where Caption=\"Virtual Machine\"".
This is giving me the correct output but in english locale only.
In different locale only it is returning null as caption seems to be locale dependent.
What is the best way to list only VMs which is locale independent?