lspci
lspci works on Windows as well as Linux. See Check Whether the SmartNIC is Detected on Linux
Windows binaries for the PCI Utilities are available for download at https://eternallybored.org/misc/pciutils/.
devcon
devcon, the Device Console utility, is a command-line tool that displays detailed information about devices on Windows.
The following example uses the devcon find command to search for PCI devices that contain the Napatech vendor ID 18f4.
devcon find pci\*18F4* PCI\VEN_18F4&DEV_00C5&SUBSYS_00000000&REV_03\4&172EB3C1&0&0018: Napatech NT20E2 3G Adapter PCI\VEN_18F4&DEV_00C5&SUBSYS_00000000&REV_03\4&1F8B0C75&0&0018: Napatech NT20E2 3G Adapter 2 matching device(s) found.
devcon is included in the Windows Driver Kit (WDK), available from https://msdn.microsoft.com/en-us/windows/hardware/hh852365. You do not need to install a complete development environment in order to install the WDK. Get the Windows Driver Kit installer at http://go.microsoft.com/fwlink/p/?LinkId=526733.
DevManView
DevManView is an alternative Windows device manager from NirSoft.
DevManView is available at http://www.nirsoft.net/utils/device_manager_view.html.