Import-CSV "C:\path\to\file.csv" -Delimeter ':' | ConvertTo-Html | Out-File "C:\tmp\test.html"
Select allOpen in new window