https://bugs.winehq.org/show_bug.cgi?id=50256
--- Comment #1 from Hans Leidekker hans@meelstraat.net --- It's looking for the GUID and DeviceID properties but we don't support the GUID currently:
0104:trace:wbemprox:wbem_services_ExecQuery 0000000005036100, L"WQL", L"SELECT GUID, DeviceID FROM Win32_NetworkAdapter WHERE PhysicalAdapter = TRUE AND (PNPDeviceID LIKE "PCI\\%" OR PNPDeviceID LIKE "USB\\%" OR PNPDeviceID LIKE "SD\\%" OR PNPDeviceID LIKE "XEN%\\%" OR PNPDeviceID LIKE "VMBUS\\%" OR PNPDeviceID LIKE "%BDRV\\%") AND NOT"..., 0x00000030, 0000000000000000, 000000000021CB88
The truncated NOT clause may also refer to unimplemented properties.