Powershell‎ > ‎Network‎ > ‎

DHCP


DHCP

Some nice tools for working with DHCP PowerShell Module for DHCP

$text = $(Invoke-Expression "cmd /c netsh dhcp server \\$Server scope $Scope show reservedip") 





Comments