A complete newbie with PowerShell here. I need to export data as a tab-delimited file and it looks like Export-Csv is the utility to use. I can't figure out how to specify the tab character though. I have tried
Export-Csv -Delimiter \t
and
Export-Csv -Delimiter "\t"