Open HoffmannTom opened 5 years ago
A quick additional note: It seems quite funny that the field "caption" is translated but not the field "description". On German Windows, the query select * from Msvm_ComputerSystem where Description = 'Microsoft Virtual Machine' works.
Hello, there is a WMI query: select * from Msvm_ComputerSystem where caption = 'Virtual Machine'" This doesnt work on a German system because the caption is unfortunately translated to "Virtueller Computer". Is there a filter which works independently of the language?
Greetings, Thomas