I need to get the DHCP scope option values using Powershell 2.0 on Windows Server 2003 R2 SP2. I don't have access to the Get-DhcpServerv4OptionValue commandlet since that's only available on Windows Server 2012 R2.
How can I get the DHCP scope option values without using the Get-Dhcp commandlets?
You may do this via WMI or use
net.exeand then parse the text in PowerShell where needed