Configuring/Adding multiple ips in windows using netsh command

If you ever wanted to add 200 ip addresses to Windows Server with one command instead of manually configure it on the interface? Netsh will help you to save time. You can use this quick batch command in cmd: [crayon-6513c9d81ec0a046147368/] This example will add ip addresses from 10.0.0.2 to 10.0.0.254 with 1 step each time. You can play with this example and change the place of %I to say … [Read more...]