Category Archives: DHCP

PowerShell 3 and DHCP: scope options

In this post – http://msmvps.com/blogs/richardsiddaway/archive/2011/09/23/powershell-3-and-dhcp-2-scopes.aspx – we created a new DHCP scope. Now we need to set some options on the scope. One of the main options we need to set is the DNS server We can see the available … Continue reading

Posted in DHCP, PowerShell V3, Windows 8 Server | Leave a comment

PowerShell 3 and DHCP 2: scopes

In this post http://msmvps.com/blogs/richardsiddaway/archive/2011/09/20/powershell-and-dhcp-1-servers.aspx I showed how we could discover DHCP server information Scopes can be discovered Get-DhcpServerv4Scope -ComputerName server02  -ScopeId 10.10.54.0 Now how do we create a scope? We use Add-DhcpServerv4Scope. Now shouldn’t that have been New-DhcpServerv4Scope? Never the … Continue reading

Posted in DHCP, PowerShell V3, Windows 8 Server | Leave a comment