-
http://smtpport25.wordpress.com/2009/06/02/powershell-to-the-list-of-mailboxes-which-are-never-logged-in/ Powershell command to get the list of mailbox which was never logged in Get-MailboxStatistics | where {$_.Lastlogontime -eq $null } | Select displayName
Posted to
Exchange
(Forum)
by
Krishna
on
06-02-2009
Filed under: Mailbox, Lastlogontime, get-mailboxstatistics, never logged in
-
http://smtpport25.wordpress.com/2009/05/26/powershell-to-get-the-list-of-user-who-last-logon-time-is-older-then-30-days/ Below is the powershell command to get the list of mailbox who last log time is older then 30 days. This would be very help ful when you wanted to try to clean up exchagne server from...
Posted to
Exchange
(Forum)
by
Krishna
on
06-01-2009
Filed under: Mailbox, Lastlogontime, get-mailboxstatistics, 30 days, 60 days
-
http://smtpport25.wordpress.com/2009/05/26/powershell-to-get-the-list-of-user-who-last-logon-time-is-older-then-30-days/
Posted to
Exchange
(Forum)
by
Krishna
on
05-27-2009
Filed under: Exchange 2007, Mailbox, Mailbox Statistics, Lastlogontime, Mailbox never logged on