Check Microsoft 365 email forward

When you want to know which users has email forwards on their Microsoft 365 mailbox, use the following powershell command:

Get-Mailbox -Filter {ForwardingsmtpAddress -ne $null} | ft Name,ForwardingsmtpAddress,DeliverToMailboxAndForward -Autosize

This will list all mailboxes with an forwarding rule.

Leave a Reply

Your email address will not be published. Required fields are marked *