Quantcast
Channel: PowerShell
Viewing all articles
Browse latest Browse all 15370

Outputting to CSV file - results are truncated

$
0
0

Having issues outputting to a csv file. Script runs fine, but information within is truncated.

So instead of looking like

Text
"User" [EX:/o=Domain/ou=Address..." 
We're getting
Text
"Microsoft.Exchange.Data.Storage.Management.ADRecipientOrAddress[]" 

Anyone have any thoughts on how to fix?

I omitted company/user specific info on the top portion. Just an FYI, user, domain and address are generic placeholders.
If necessary, here is the script given to us yesterday from some helpful members:
Powershell
$Results=foreach($min(Get-Mailbox-ResultSizeUnlimited)){Get-InboxRule-Mailbox$m.DistinguishedName|Where-Object{$_.ReDirectTo}|Select-ObjectMailboxOwnerID,Name,RedirectTo}$Results|Export-Csv-PathC:\InboxRules.csv-NoTypeInformation

Thanks in advance. Learning Powershell while working with it - fun.

Viewing all articles
Browse latest Browse all 15370

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>