1

I need to automate IP Address assignments using .Net. Is there something already out there or can someone point me in the right direction. I know I can use WMI to do this, but some of the resources were for vbscript. I am hoping to use .Net

Update: I need to assign multiple static IPs to a single NIC

DDiVita
  • 4,225
  • 5
  • 63
  • 117
  • This may help: http://stackoverflow.com/questions/209779/how-can-you-change-network-settings-ip-address-dns-wins-host-name-with-code – DDiVita Sep 13 '10 at 22:32

1 Answers1

1

This helped me out: How can you change Network settings (IP Address, DNS, WINS, Host Name) with code in C#

Community
  • 1
  • 1
DDiVita
  • 4,225
  • 5
  • 63
  • 117