We are doing a small dashboard to retrieve and display the DHCP servers list in a LAN and then getting the Scope information like IPs used and unused and the count using .NET preferably C#. How could that be made possible.
views:
99answers:
1
A:
I tried to do something similar once (with Windows 2003) and found that there werent any .net objects/classes for a DHCP server. I did find this http://bytes.com/topic/net/answers/574937-managing-dhcp-servers-using-c-another-net-lang but that was beyond my coding level..
Good luck
Hi Ben, i had visited this site earlier, just wanted some more insight into this. Thank You anyway!!!
2010-02-09 11:16:19
nbtstat -A MICROSOFT_DHCP_SRV_IP
Aizaz
2010-10-13 11:48:32