In the Windows Server DHCP server, the only column that shows for "Reservations" is the "Reservations" column. That's not very helpful. It would be so much more helpful if I could see the description and the mac address.
When I go to "Customize Columns" there is no option to add anything to the view.
Is there any way to get the other columns to become available to the column editor, or is this one of those typical Microsoft feature-failures?
In the GUI at least you don't get any additional options, you basically have to open the properties of the reservation.
Since it's 2012, you could use:
Get-DhcpServerv4Reservation
or
Get-DhcpServerv6Reservation
in Powershell with whatever parameters are available with the command or just the
| fl
.http://technet.microsoft.com/en-us/library/jj590708.aspx