For a long time, in Windows PowerShell, we had to add the parameter “-NoTypeInformation“, so the “#TYPE …” line on the first row of the *CSV would not be included.
So, in Windows PowerShell executing the command without the “-NoTypeInformation” parameter, will produce the following result:
Now, using the same command in PowerShell Core without the “-NoTypeInformation” parameter, will produce a different result:
This is a better default, but I think it’s going to burn some people who have scripts pre-built expecting to clear out that first line.