Setting DHCP options programtically using C# on Windows 2008 server [modified]
C#
1
Posts
1
Posters
0
Views
1
Watching
-
HI, I have wriiten the code to set the DHCP options such as DNS IPaddresses, Router IPAddress etc. using DhcpSetOptionValueV5 API in c#. The API add the option in the DHCP server but doesn't add the value for it, But same works on windows 2003 server. All the DHCP management are used using p/invoke. Regards
"A winner is not one who never fails...but the one who never quits"
modified on Monday, November 9, 2009 3:17 AM