I've opened a range of ports on windows firewall (server 2003) (as I was testing something) with the command line:
FOR /L %I IN (5500,1,5700) DO netsh firewall add portopening TCP %I "Passive FTP"%I
I need to now close these ports as I finished the testing, Anyone know the command to close ports 5500 - 5700?
FOR /L %I IN (5500,1,5700) DO netsh firewall add portopening TCP %I "Passive FTP"%I
I need to now close these ports as I finished the testing, Anyone know the command to close ports 5500 - 5700?