How Can We Help?
Find all users with Forwarding Address is set
This is most commonly asked question, how to get list of user with forwarding address is set.
Get-Mailbox | Where {$_.ForwardingAddress -ne $null} | Select Name, ForwardingAddress, DeliverToMailboxAndForward