On Windows Server 2008 (R1, 32-Bit) I've got that far to create a superscope on the command line via cmd
, not PowerShell (yay!) through
netsh dhcp server \\SERVER scope IP.ADD.RE.SS set superscope SUPERSCOPENAME 1
... where IP.ADD.RE.SS is an existing IP-Scope that initially starts the superscope SUPERSCOPENAME and 1
activates it. Adding IP-Addresses to the superscope works the same way through repeating the command with (an)other IP-Address(es).
Question: Is there a way to specify more than one IP-Address at a time when creating a superscope in cmd
?