I have been doing some SCCM remediation for the last month. Often this involves getting a list of computers from a report, and then running a batch file against the list. Because this was a tedious, repetitive task I automated it with NamesFromCol1.vbs. Drag a CSV or tab delimited file onto the script and it will extract the list from the first column.
I originally wrote this using ODBC to query the files. It did not work as well as parsing the file using the FileScriptingObject.