-
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
-
Peter Van Eeckhoutte has written a script to select the most optimal database for hosting a new mailbox in Exchange 2007 taking into account that mailbox data should be spread across multiple databases as much as possible. Read More
-
By John I have this script set as a scheduled task and runs daily on my companies Exchange 2007 servers. It helps to see not only the current sizes but to see if any. Read More
-
This post by Kenneth Dalbjerg demonstrates how to list your mailbox size and total items using WMI. Read more
-
Ying Li has written a PowerShell script to create Multiple Exchange mailboxes from an Excel file. Read More
-
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
-
http://smtpport25.wordpress.com/2009/05/14/powershell-to-get-complete-mailbox-statistics-in-the-exchange-2007-orginisation/
Posted to
Exchange
(Forum)
by
Krishna
on
06-01-2009
Filed under: Exchange 2007, Mailbox, statistics, Orginisation
-
http://smtpport25.wordpress.com/2009/05/13/count-of-mailbox-created-in-last-weekmonth/