Skip to content

Missing the DHCP mmc snap-in left out of the Windows 10 Remote Server Administration Tools? MS wants us to use Powershell. NUTS TO THAT! This program provides read access to the Microsoft DHCP server of your choice.

Notifications You must be signed in to change notification settings

jcoehoorn/DHCPViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DHCPViewer

The initial Windows 10 release of Remote Server Administration Tools left out the DHCP snap-in, leaving PowerShell or RDP as the only mechanism to get information from your Windows DHCP server remotely.

I don't mind using these tools to make the changes (changes are rare), but my day to day work sometimes requires quick access to dhcp lease information, where I may want to do things like sort by lease expiration, IP address, or MAC address. Powershell and RDP just don't appeal to me for this. RDP to servers should only happen when absolutely necessary, and the command line just isn't as nice of a place to manipulate data.

But am I a programmer or what? So I wrote my own Windows Forms tool to wrap around the Powershell commandlets I need most, and to provide the sorting and visual display features I'm looking for.

Requires:

  • .Net 4.5
  • Remote Server Administration Tools
  • Windows 8 or newer (Windows 10 recommended)

Built with Visual Studio 2015 Community

Note

The Windows RSAT packages now include DHCP again, so this is no longer necessary.

About

Missing the DHCP mmc snap-in left out of the Windows 10 Remote Server Administration Tools? MS wants us to use Powershell. NUTS TO THAT! This program provides read access to the Microsoft DHCP server of your choice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages