Pages
(Move to ...)
Home
About
Disclaimer
▼
Tuesday, 16 April 2013
Exchange 2007: PowerShell - Query Mailbox Last Logon Time
A useful Exchange PowerShell script to list the last logon time for mailboxes, sorted by date.
Get-MailboxStatistics | Select-Object DisplayName, LastLogonTime | Sort LastLogonTime
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment