Forget adding multiple IP addresses to Windows servers one-by-one, instead try this simple method using 'netsh'We will be using a FOR /L loop to run the 'netsh' command automatically for us -
FOR /L %variable IN (start,step,end) DO command
This way, we can loop through a range of IP addresses (providing you have contiguous IP addresses) like this -