I want to get report of the email address other admins has set to recieve notification

Iniobong Nkanga 2,046 Reputation points
2024-08-12T17:04:01.6533333+00:00

Hello

Please i need your help on this issue.

I want to get report of the email address other admins has set to receive notification.

It is because when an admin leaves the users whose emails address that admin has mentioned stops receiving emails and I would like to get the report and create a DL and add all the users and then set that DL email address to receive notifications.

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,125 questions
Microsoft Exchange Online
Outlook
Outlook
A family of Microsoft email and calendar products.
4,013 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
565 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Noah Ma-MSFT 2,725 Reputation points Microsoft Vendor
    2024-08-13T08:18:57.97+00:00

    Hi @Iniobong Nkanga ,

    Welcome to the Microsoft Q&A platform!

    Based on your description, I understand you want to get a report of email address other admins has set to receive notification.

    You could try to run the command below in PowerShell and get the result as screenshot below.

    Get-Mailbox | Where-Object {$.RecipientTypeDetails -eq 'UserMailbox' -and $.RoleAssignmentPolicy -ne $null} | Select-Object DisplayName,PrimarySmtpAddress,ForwardingSmtpAddress
    

    User's image

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".


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.