Tagged Questions

2
votes
2answers
381 views

Getting the MAC address in Windows 7 when NIC is disabled using C#

I need a way to retrieve the MAC address of a machine with Windows 7 when its Network Interface Card is disabled and using C#. I searched through web and also refereed to the following links and the ...
0
votes
0answers
77 views

WMI vs NETSH for Adding IP's to NIC with C#?

I am writing a small tool to simplify some of the stuff I do at work day to day, and the Windows GUI for adding IP's to the NIC is horrid. I am looking to find a decent way to... Pull all Static ...
0
votes
1answer
408 views

Can we simultaneously use multiple NICs at the same time?

I have a server with 3 different NICs with 3 different IP addresses. I want to write a small socket program to select which NIC will be used to send out the message. I just want to know that is it ...
0
votes
2answers
539 views

Change the settings of a single NIC using WMI (C#)?

I have read this article about using WMI to change the settings of NICs ( Article) But I can't figure out how to change the settings of a single NIC (based on MACaddress, ID or whatever) instead of ...