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.

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,180 questions
Microsoft 365 and Office | Development | Office JavaScript API
Microsoft 365 and Office | Development | Microsoft 365 Publishing
Windows for business | Windows Server | User experience | PowerShell
{count} votes

2 answers

Sort by: Most helpful
  1. KyleXu-MSFT 26,396 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 119.6K Reputation points MVP Volunteer Moderator
    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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.