Office 365 Metrics Across Users - Microsoft Community


is possible metrics on outlook data across organization? example, can total number of emails sent, or total number of meetings scheduled during date range?

ideally, export metrics around meetings, including meeting dates, # of attendees, , duration. i'd entire organization. possible? can data requested or available via admin tools?

please advise. thanks!

hi randy,

 

the answer yes, please check following options.

 

  1. about email report. navigate admin center> reports on left pane>usage>email activity. , can select duration @ top of screen.
  2. about meeting creation. admin center> admin center @ bottom of screen>security & compliance>search & investigation>audit log search>in drop down list of activities>exchange mailbox activities>created mailbox item , select specific criteria run report.

if didn't enable mailbox auditing before, need enable precondition result or show nothing. reference: https://support.office.com/en-us/article/enable-mailbox-auditing-in-office-365-aaca8987-5b62-458b-9882-c28476a66918#id0eabaaa=step-by-step_instructions since want audit tenant wide, specific parameter is:

 

 get-mailbox -resultsize unlimited -filter {recipienttypedetails -eq "usermailbox"} | set-mailbox -auditenabled $true

 

this enable auditing mailboxes in tenant. need enable specific audit action mailbox owner since audit mailbox owner disabled default also. use following parameter:

 

 get-mailbox -resultsize unlimited -filter {recipienttypedetails -eq "usermailbox"} | set-mailbox -auditowner create

 

then use parameter check if configuration has validated:

 

get-mailbox -resultsize unlimited -filter {recipienttypedetails -eq "usermailbox"} | fl name,audit*

 

after configuration may have downtime allocate, feel free share updates me if there unclear.

 

regards,

leo



Office / Outlook / Other/unknown / Office 365 for business



Comments

Popular posts from this blog

Can't Sign-in to OneDrive - Microsoft Community

Shared mailbox permissions - Microsoft Community

Outlook 2016 for Mac - Multiple Issues, Error 17884 - Microsoft Community