Microsoft
Software
Hardware
Network
Question : Querying DHCP using PowerShell
My task is to query a Windows DHCP server using PowerShell. At the very least, I need to be able to get a list of the active leases (not reservations), including ip addresses and MACs. I'd like to avoid shelling netsh commands and parsing the text output, which is not an elegant solution, to say the least. I'd also like to keep from having to buy a third-party class library to use as an interface to the server. How can this be done using PowerShell?
Answer : Querying DHCP using PowerShell
Just need to capture the results. If you want errors you do like you would in cmd.exe
$results = netsh dhcp server MyServer.MyDomain.com show scope 2>&1
Random Solutions
Naming Convention for Group Headers/Footers/Detail on Reports in Access
New domain 550 5.7.1 Unable to relay
python and looping trough dates
kernel_stack_inpage_error on Windows Server 2003
How is the local port number allocated when connecting to a remote server via ssh
Repair of jpeg files
Exchange 2003 SP2\Activesync question
Problem using an if statement with a php variable in Flash - Part 2
IIS 5.1 and XP Pro, Virtual Domains...
SBS 2003, Exchange, deleted email, want to recover both user and email folder. how to do this...