Track unused mailbox
Hello, I was wondering whether I could track mailboxes that do not receive or send emails for a while (sort of inactive mailbox or mailuser). I have figured out that some accounts were existing but not used (I had to track them one by one) Any shell tip :-D?? Thanks
December 4th, 2009 5:12pm

Hi, In System Manager you can look at last logon time and date and that will give you an idea of who's not been logging in to get their E-mail. MiguelMiguel Fra / Falcon ITS Computer and Network Service and Support, Miami, Fl
Free Windows Admin Tool Kit Click here and download it now
December 4th, 2009 8:11pm

Analyzing message tracking logs is likely your best bet here.Active Directory, 4th Edition - www.briandesmond.com/ad4/
December 5th, 2009 5:44am

Hi,The most basic Exchange Management Shell cmdlet to use last logon time is the Get-MailboxStatistics cmdlet.by By default this gives us 4 pieces of information for each mailbox on the local server, namely the display name of the mailbox, the number of items in the mailbox, the mailbox storage limit status and the last logon timeUse get-mailboxstaticse cmdlet and export into text file to make filter.Just have a look of last login time then further you can check send, recive by message tracking.Getting Mailbox Statistics in Exchange 2007:http://www.msexchange.org/articles_tutorials/exchange-server-2007/management-administration/getting-mailbox-statistics-exchange-2007.htmlAnil
Free Windows Admin Tool Kit Click here and download it now
December 5th, 2009 7:32am

Hi,Please refer to the below article to get the information:http://gsexdev.blogspot.com/2008/11/find-unused-mailbox-powershell-gui.htmlHope that can help you.ThanksAllen
December 7th, 2009 12:58pm

That command did the job: Get-MailboxStatistics | ft DisplayName, lastlogontime >Mailogontime.txt Thanks to all for the usefull information. Graig
Free Windows Admin Tool Kit Click here and download it now
December 7th, 2009 4:27pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics