How to list PCI-E devices?

In Windows Server 

Launch the Windows PowerShell application.

Enter the following command: (gwmi Win32_Bus -Filter 'DeviceID like "PCI%"').GetRelated('Win32_PnPEntity').GetDeviceProperties('DEVPKEY_Device_Address').deviceProperties | ft DeviceID,keyName,{$_.data -shr 16},{$_.data -band 0xFFFF} then press Enter.

In Linux operating systems

Run the command:  lspci -d 10de:. Where 10de is the vendor ID for NVIDIA.

Updated Date 28.11.2025
We use cookies and web analytics services to ensure the proper functioning of the website, analyze web-site traffic, and improve the quality of our services.
By continuing to use the website, you consent to the Privacy Policy and consent to the processing of cookie files and technical data.