I have a WMI query that is SELECT * FROM win32_printer where name = 'My Printer'
It's running as a local query.
I'm testing it through WBEMTest and through the code written in C# and in all cases on a specific machine it is really slow (~1 minute). I've checked the WMI Activity trace logs and there are no errors. Does anyone have any more hints on how to find out the problem for this specific machine.