How do I output a CSV using PowerShell without the “#TYPE” line? December 3, 2023 by Tarik Add the NoTypeInformation switch, like this: Export-Csv "../SSIS/Import Data/ADUsers.csv" -NoTypeInformation