Hello all,
how can i get the PCI BUSNUMBER X, Device X, Function X of networkcards
automatic to write the unattend.txt dynamicly, if I have two or more network cards?
Is there a way to do it with wmi (vbscript) or the devcon.exe utility or other reskit utility from microsoft?
I only found it in registry
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\PCI\VEN_1039&DEV_0900&SUBSYS_0A141019&REV_90\3&61aaa01&0&18
in LocationInformation = PCI bus 0, device 3, function 0
There must be a simple way to do it?
I tried it with the following wmi class Win32_PnPSignedDriver.
bye
Buddy