Forum Discussion
Admin account gets a mail from all recieved mails from everyone in the domain
- Sep 11, 2023It's possible these are journal messages (my Dutch isn't great so I'm doing a bit of guessing!), which are either configured under the mailbox database properties (under Maintenance) or under Compliance management in the Exchange Admin Centre.
The only other option I can think of if you've ruled out transport rules is that forwarding is configured on the mailboxes themselves. You can check this by running Get-Mailbox | select name,*forward*
I am sorry for the confusion i may have created, but we do not use exchange online but exchange 2019 on site (in the house)
I do not have any rules i can see in the ECP center.
I do not know how i can find, show the rules in the PS-shell for exchange.
With regards.
Hello Schrudcher,
thanks for the update:
To check all transport rules in Exchange Server 2019 using PowerShell, you can use the Get-TransportRule cmdlet. Here's how you can do it:
1. Open the Exchange Management Shell (EMS):
- Log in to your Exchange Server and open the Exchange Management Shell from the Start menu and run it as an administrator.
2. Run the PowerShell Command:
Get-TransportRule
This command will display a list of all transport rules configured in your Exchange Server 2019 environment.
You can also use this command if you have some active rules to see the details of it
Get-TransportRule -Identity "<RuleName>" | Format-List
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
- SchrudcherSep 11, 2023Copper Contributor
hello Leon,
Thanks again for the quick replay, its just me who is a little late (slow)
I did what you asked me to do to check the rules but there are no rules or do i some thing wrong.
this is the box of the ex-psshell.
- Dan_SnapeSep 11, 2023Bronze ContributorIt's possible these are journal messages (my Dutch isn't great so I'm doing a bit of guessing!), which are either configured under the mailbox database properties (under Maintenance) or under Compliance management in the Exchange Admin Centre.
The only other option I can think of if you've ruled out transport rules is that forwarding is configured on the mailboxes themselves. You can check this by running Get-Mailbox | select name,*forward*- SchrudcherSep 12, 2023Copper Contributor
I think you are correct.
I removed the admin mail adress from the database maintenance properties.
I think i did understand it not the way i should be. I thought the admin would get a log file mailed.
Will see if this will fix the problem.