Exchange on-premis Trace Message

MaciejIT 1 Reputation point
2022-03-15T15:56:05.727+00:00

Hello Guys,

My company just moved from o365 to exchange on-premis 2016. And we got email address that we want to get known when messages are sent from it. So to clarify mailbox: ****@mathieu.company .biz send automatic messages to our suppliers with invoices but they are generated automaticly, and my Boss wants to be informed when ever any email is send by that mailbox or better to get copy of that email on his mailbox. We cant use rules to specify it. Is there any way to get that by ECP or Exchange Management Shell?

BR,
Maciej

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,503 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Will H 76 Reputation points
    2022-03-15T17:37:49.787+00:00

    The way you describe it? not really without third party jank. I assume you already know the correct way would be for the invoice system to send a copy to a shared mailbox accessible by those who need to see said invoices. Unfortunately the right way is not always the available, expedient, or "free" way.

    0 comments No comments

  2. Aaron Xue-MSFT 2,586 Reputation points Microsoft Vendor
    2022-03-16T02:32:06.01+00:00

    Hi @MaciejIT ,

    Based on my knowledge, you could use mailflow rule to automatic CC to your Boss when sending messages from @mathieu.company .biz mailbox.

    You could run below commands to create the mailflow rule in EMS.

    1.If the @mathieu.company .biz mailbox is an internal mailbox, and you can specify the email directly.

    New-TransportRule -Name "Rule name" –From test1–Copyto mailbox@contoso.com   
    

    It looks like as the below screenshot in EAC.
    183486-3.png

    2.If the @mathieu.company .biz mailbox is an external mailbox, and you could specify the email address. You could use the “FromAddressContainsWords” parameter to specify the email address.

    New-TransportRule -Name "Rulename" –FromAddressContainsWords administrator@contoso2.com –Copyto administrator@contoso.com   
    

    It looks like as below screenshot in EAC.
    183553-2.png


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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.