Hi all,
I need to programmatically find the MAC id of the NIC when the network
connection is disabled.
The scenario is like this. You have multiple NICs on your PC. Now you
go
the network connection applet and disable one of the connection. Now
if you issue getmac command from command prompt, the mac ID of the
disabled connection will not be listed. I want to get this ID
programmatically. I tried some WMI methods and GetAdaptersAddresses
function to no avail.
Is this task possible?
Thanks in advance,
Shaji.