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
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
Hi,
What results do you get when running the Query in WMI Tester?
Best regards
May, 2016 - Permalink