#TYPE System.Diagnostics.Process in PowerShell CSV Export

Trying to generate an export in CSV format using PowerShell using something as shown below in the query –

But seeing an unexpected first row in the CSV file as –

It’s easy to get rid of this. Simply use “NoTypeInformation” parameter in the command and you will get the export starting from header row.