Forum Discussion
Jonathan Nunez
Jun 04, 2017Brass Contributor
Reporting tools to measure MFA activations or simply OWA access?
Greetings, So I was wondering if there are any tools or scripts (if any) for showing numbers of users accessing the mailbox from outside an organization's internal network. Our organization has O...
Robert Luck
Jul 04, 2017Iron Contributor
If you filter out mailbox login activities which don't fall under your corporate IP range then you can easily get your expected result. But SCC doesn't provide an option to search based on IP range or multiple IP addresses.
I recommend you to try AdminDroid Reports. You can apply advanced filter capabilities and schedule a report as per your need. Try the http://demo.admindroid.com/.
Note: You need to turn on mailbox auditing to get this activity in audit log search. Use the script below to enable mailbox login auditing.
Get-Mailbox -ResultSize Unlimited| Set-Mailbox -AuditEnabled $true -AuditOwner MailboxLogin