Network Adapter information from Linux machine

Hi All,

I have created couple of relevance to gather the information from windows system

Manufacturer (Network Adapter)
(unique values of string values of selects “Manufacturer from Win32_NetworkAdapter” of wmi)

AdapterType (Network Adapter)
((unique values of string values of selects “AdapterType from Win32_NetworkAdapter” of wmi) whose (it != “Tunnel”))

Is there any way to find the information for “Manufacturer and Adapter Type” from Linux machine. I have checked the inspector guide for Linux one and its not helping me out.

Also I need to information to pull number of NIC card details from the Linux machine ??

Any help will be highly appreciated.

can someone help me out with a solution :slight_smile: