how to export the list of email forwarding on O365 including all the mailbox(shared, live etc)

Gururaj Ravichandran 1 Reputation point
2021-03-25T06:41:14.143+00:00

I tried to export the list in powershell, but i very less details, one of my friend export in some other way, he got some other users.

Please do the needful.

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
867 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,177 questions
Microsoft 365 Publishing
Microsoft 365 Publishing
Microsoft 365: Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line. Publishing: The process of preparing, producing, and releasing content for distribution or sale.
595 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,364 questions
{count} votes

2 answers

Sort by: Most helpful
  1. KyleXu-MSFT 26,211 Reputation points
    2021-03-26T09:40:17.427+00:00

    @Gururaj Ravichandran

    The new Exchange online admin center has Auto forwarded message report:

    81830-qa-kyle-17-36-42.png

    If you want to find all forwarded emails (Auto and manually), you will need use script like michev provided. You can add "Office-Exchange-Server-Dev" on your thread.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.
    0 comments No comments

  2. Vasil Michev 95,341 Reputation points MVP
    2021-03-25T07:42:43.983+00:00

    There are dozens of ready to use scripts available online for this task, here's one of mine: https://github.com/michevnew/PowerShell/blob/master/Mailbox_Forwarding_inventory.ps1
    Help file is here: https://github.com/michevnew/PowerShell/blob/master/Mailbox_Forwarding_inventory.md