Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: List DHCP Server Clients with PowerShell

$
0
0

Summary: Use the DHCP server cmdlets in Windows Server 2012 R2 to show current clients.

Hey, Scripting Guy! Question How can I use Windows PowerShell to show my current DHCP server clients?

Hey, Scripting Guy! Answer Use the Get-DHCPServerv4scope and Get-DHCPServerv4Lease cmdlets piped together:

Get-DHCPServerv4scope | Get-DHCPServerv4Lease 


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>