I'm new to PowerShell and I have a CSV file where I need to change the format of the dates in 2 columns (as shown in the example below) to the format dd/mm/yyyy.
"First Name","Last Name","Employee Number","Course Name","Completion Status","Date_Started","Completion_Date"
Joe,Bloggs,8632,"Test Name",Complete,"26 Nov 2015","26 Nov 2015"
Does anyone know how to achieve this using PowerShell?