Anil Kumar Nudurupati
Tuesday, 2 June 2015
How to Remove the Header of CSV file
#TYPE System.Management.Automation.PSCustomObject
To eliminate the above header from CSV file while using Export-CSV command, add -NoTypeInformation
Export-CSV "Location where you want to save the CSV file" -NoTypeInformation
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)