Comment

You'll note that the example provided on vTesseract.com is done by getting a list from a text file.  You could do similar with a CSV

Import-CSV <csvfile.csv> | Select <server-name-field> | Clone-List

I wasn't able to test this at the moment but something along these lines should work.