Comment
08-18-2014
08:53 PM
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
08-18-2014
08:53 PM
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.