I'm struggling with this because I don't have a header in the first CSV file. If I add a header for the vmx path, what do I have to change so that
foreach($VMXFile in $SearchResult) {
if($targetVMX -contains $VMXFile){.................
keeps working?