Forum Discussion
bchase
Dec 04, 2020Copper Contributor
Mail is forwarding, but I don't know why
I'm working with an inherited setup: O365 with Azure AD used to tie into our local AD. I have an address "service@mydomain.com" that is forwarding to a vendor at "old_service@external.com". I nee...
VasilMichev
Dec 05, 2020MVP
If you are getting results in message trace, you obviously have some recipient object for said address within the tenant. Use Get-Recipient to find the matching object and check its properties for forwarding. Running a Detailed message trace should give you some additional information as well (Get-MessageTraceDetail).