posted: Jan, 24th 2012 | jump to bottom
Get-Mailbox -ResultSize unlimited | ?{$_.GrantSendOnBehalfTo} | %{ foreach ($user in $_.GrantSendOnBehalfTo) { $_ | select name, @{n='User';e={$user}} } } | export-csv -not SendOnBehalf.csv; ii SendOnBehalf.csv