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
|