Is it possible to specify the format of the output from a script?
I'm running "Get-MailboxDatabase | ft name,storagegroup" from a C# script and would like it to return something I can easily split up into variables. At the moment it separates with spaces, but I would like it to use tabs instead...