Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)