PowerTip: Use PowerShell to Get DHCP Stats

Summary : Learn how to use Windows PowerShell 3.0 in Windows Server 2012 to get DHCP statistics.
How can I get an overview from my DHCP server running on Windows Server 2012?
Use the Get-DHCPServerv4Statistics function:
Get-DhcpServerv4Statistics -ComputerName DHCP1...(read more)