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...