Hi Mike,
Good day! I'm Pau, and I'm an Independent Advisor. Thanks for asking about the NIC names showing up in your Configuration Item reports as "e1dexpress" or "e1dnexpress" instead of the expected "Intel (R) Ethernet Connection..."
If the system's NIC driver uses Intel's e1dexpress or e1dnexpress driver packages, which are usually Intel Ethernet drivers, this naming pattern will show up. Instead of the descriptive hardware name you might expect, the system gives you the name of the driver.
How to fix this problem and why it happens:
- Names for these drivers (e1dexpress, e1dnexpress) refer to Intel's network interface card drivers, which are common in newer or built-in Intel NICs, especially on small or portable devices like micro desktops on carts or laptops with docking stations.
- While Windows may recognize the device with a friendly name, it may not be fully recognized because:
- Installation of generic or specific Intel drivers without the manufacturer's unique device description.
- Systems that are using a minimal or customized OS image that doesn't have full device name metadata downloaded.
- Generic or older tools for reporting not reading the device description but the driver name.
- Ensure that the most recent versions of the Intel Network and chipset drivers are installed in order to see the friendly NIC name in Windows:
Reinstall drivers:
- Launch Device Manager.
- Expand network adapters
- Click "Update driver" on the NIC and then "Automatically search for updated driver software."
- It's not a problem if the device name still shows up as the driver name. The NIC is working normally; the issue is with how the system or your reporting tool is recognizing the device.
- For improved clarity in your Configuration Item reports:
- It's important that the software used for management or inventory gets the NIC's friendly name (like "Intel(R) Ethernet Connection") instead of the driver name using WMI or PowerShell queries.
- Access the friendly NIC descriptions with PowerShell commands like Get-NetAdapter | Select-Object Name, InterfaceDescription.
I'm happy to help you modify your reporting methods or keep your drivers up to date.
Tell me if you want me to walk you through the process of updating drivers or suggest settings for the reporting tool.
Sincerely,
Pau