You can use the Exchange Management Console to view who last logged on to a mailbox, last logon date and time, mailbox size, and message count by the following Steps:
The Same details are also can be obtained using Get-MailboxStatistics cmdlet.
To Do this:
Syntax
Get-MailboxStatistics [-Server 'Server' | -Identity 'Identity' | -Database 'Database']
Usage
Get-MailboxStatistics -Server ‘ServerName’ Get-MailboxStatistics -Database ‘ServerName\DB-Name Group\GroupName’
Get-MailboxStatistics -Identity ‘cpandl\NameOfTheUser’

Comments
Leave a comment Trackback