This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Users With An Exchange Mailbox which not utilized for xxx days

Need custom report for Users With An Exchange Mailbox which not utilized for last xxx days ?

Logged in to their mailbox for last xxx days ?

Parents
  • Hello

    Unfortunately we don't collect this information in ER.
    You can use Exchange PowerShell to get this data:

    Get-Mailbox –Resultsize Unlimited | Get-MailboxStatistics | Sort LastLogonTime | select Displayname, lastlogontime

    Regards, Ivan
Reply
  • Hello

    Unfortunately we don't collect this information in ER.
    You can use Exchange PowerShell to get this data:

    Get-Mailbox –Resultsize Unlimited | Get-MailboxStatistics | Sort LastLogonTime | select Displayname, lastlogontime

    Regards, Ivan
Children
No Data