skione
Posts: 40
Score: 0
Joined: 10/1/2005
Status: offline
I manage a network that has a lot of subnets. 64 to be exact and unfortunately they seem to change more often than you would think. I also use an device monitoring and asset management tool which discovers devices based on an IP range sweep method. So I need to be able to generate a text file of IP ranges and subnet masks for each range and import that into my application. This script will read all computer agains for a specified domain. It will then ask for a username and password (this should be a Domain Admin account) It will then generate a text file called output.txt in the current folder. The output will be similar to: [192.168.1.1],[192.168.1.254],[255.255.255.0] It will only add a range if it does not already exist. It will also display a progress bar which I got from a post in this forum(http://www.visualbasicscript.com/m_24746/tm.htm ) This file needs to be named ProgressBarFast.vbs