User Last Logon in Exchange 2003 and 2007

Mindwatering Incorporated

Author: Tripp W Black

Created: 03/21/2009 at 05:13 PM

 

Category:
Microsoft Server
Mail / SMTP

To see the last logon for a user in Exchange 2003:
Open System Manager --> Navigate down to the mailbox --> Open the mail store database (double click). The last logon is displayed for each mailbox.
(Administrative Groups --> First Administrative Group --> Servers --> ServerName --> First Storage Group --> Maixbox Store (ServerName) --> Mailboxes)


To see the last logon for a user in Exchange 2007:
No GUI. You have to use the Exchange Mgmt Shell (also called the PowerShell).
Open the Exchange Management Shell --> type "get-MailboxStatistics | Select-Object DisplayName, LastLogonTime | Format-Table" without the quotes, click enter.

previous page

×