Adding a new column of data to an existing CSV by PowerShell
This could be helpful when you need to update existing CSV file and you don’t have Excel in hand. You can do it in Notepad for sure, but it is easier with PowerShell. If you are curious what else you can do with Excel spreadsheets in PowerShell – check out the ImportExcel …