Daily Technology News, Tips, and Reviews | Subscribe to Jason Slater Technology BlogTechnology Feed | Join Jason Slater on TwitterTwitter | Thursday 2nd September 2010

List Last Logon Time By Mailbox In Microsoft Exchange 2007

By Jason Slater
  • DiggThis
  • Share

How to find the last logon time by a mailbox user in Microsoft Exchange 2007

If you need to get the last logon time by mailbox user in Exchange 2007 one of the easiest ways is to fire up the Exchange Management Shell and execute the cmdlet:

get-mailboxstatistics

The default setting of this option will give you the display name, the total numbers of items in the mailbox (handy), storage limit status (very handy), and the last logon time (the bit we need).

The information we are provided with is useful but you many notice it is not sorted by DisplayName, you can fix this with:

get-mailboxstatistics | sort-object DisplayName

Related

Leave a comment!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.