Summary: Use the DHCP server cmdlets in Windows Server 2012 R2 to show current clients.
How can I use Windows PowerShell to show my current DHCP server clients?
Use the Get-DHCPServerv4scope and Get-DHCPServerv4Lease cmdlets piped together:
Get-DHCPServerv4scope | Get-DHCPServerv4Lease