Hello, I looking to create a sensor to add the name of the network adapter and then create a sensor to display the MAC address of the network adapter and got an error message that is: not WQL been analyzed (code: PE046). someone could enlighten me on this? thank you in advance.


Article Comments

Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.

Hi,
What results do you get when running the Query in WMI Tester?
Best regards


May, 2016 - Permalink

Hi, I solved my problem but now I looking to view the serial number of the machine via custom query wmi, I did some research but I have not yet found anything. Best regards


May, 2016 - Permalink

Hi,
you could start with the following query:

Select * from Win32_SystemEnclosure

You should get a list of serial numbers and then adjust the query to receive only one.
Best regards


May, 2016 - Permalink