Link to home
Start Free TrialLog in
Avatar of dbl clickit
dbl clickit

asked on

Office 365 check if email reached our tenant or rejected

In an Office 365 E3 subscription/tenant, is there a way to check if incoming mail from a specific email address successfully made it to our mail store, was rejected for some reason, or other?  Trying to track down why a user is not getting mail from a specific user and the sender is not blacklisted, and email is not in spam/junk folder.  

When we used to have an on-prem Exchange server, there was a Message Tracking Center which, while basic, allowed us to identify things like this.

Does Office 365 admin functionality support this ability in another way?  PowerShell perhaps if no GUI?

Thank you
ASKER CERTIFIED SOLUTION
Avatar of Adam Brown
Adam Brown
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dbl clickit
dbl clickit

ASKER

Thanks much - that did the trick but you're right the GUI is kludgy.  Also wanted to add that apparently there is a PowerShell route to this that I found in a TechNet article...there's a cmdlet available in the Exchange Management Shell called "Get-MessageTrackingLog" though I've not used it yet.
Get-messagetrackinglog doesn't work against O365. You have to run get-messagetrace, and the results for it are usually very low detail and difficult to use.