Hi,
I have no experience with PowerShell, however I've been tasked with merging two CSV files. The files involve remote computer information that is pulled from a computer list. One CSV file contains last user etc. the other is specific with hard drive information
as some of these machines have multiple drives. I found a script that will combine CSV2 to the last column of CSV1. The rows match perfectly however the script changes order of the columns in CSV2. Is there a way to get this done without changing
the column orders in CSV2?.
James