34,333
edits
Changes
→Configuring Scopes at the Command Prompt
To create a new DHCP scope:
'''netsh dhcp server''' \\''servername'' '''scope''' ''subnet Network ID subnetID'' '''add iprange''' ''startIP endIP''
For example, to create a scope on subnet 192.168.2.0 ranging from 192.168.2.1 through 192.168.2.100:
<pre>
</pre>