Lately on some Windows 10 machines I noticed that
Get-Service | Export-Csv "C:\users\[xxx]" creates a .csv file that if opened in Excel displays all properties just in column A. I'm used to seeing each property being output to a separate column.
The Windows and Office versions on both machines are identical. Windows: 1709 (Build 16299.431) Office: 1802 (Build 9029.2253 CTR)
Excel-Online also displays the output in one column.
Right-clicking the .csv file on each machine shows diffrent file types: "CSV-File (.csv)" which displays multiple columns versus "Microsoft Excel-CSV-File(.csv)" which opens in one column.
Moreover, the file icons are different.
for the machines where it displays multiple columns and
for machines where it displays in one column.
Has anybody experienced this and knows why that might be?
I'm consfused as to which is the correct behaviour.
Thanks for your input.