• Android (6/10/2010)


    Nice process. Would you happen to know how to either automatically populate the batch file with a listing of server names instead of manually (we have close to 200 servers and the list changes frequently) or have the batch file written to draw from another file which contains the list of servers (txt, csv, etc. format)?

    Thanks,

    Android

    Android,

    For the first round, I do it with network scanner like 'IPScan' (which takes less than a minute to scan a class C subnet), it can retrieve the host name and export to a text file. Then I will put the host name into Excel to generate all the command lines, and finally put it into a batch file.