Hi,
I need to get the PCI card details and also in which slot it is connected.
Using WMI, I can able to get PCI card details by enumerating win32_bus , win32_devicebus and win32_pnpentity. Using win32_systemslot i can able to get which slot is in use. But cannot map these results to get in which slot the pci card is connected.
Please help me to find this out.
Thanks.