You can also look at the event logs to see the last time the associated user has been logged into the the system. To get organized you could create a type of "Dormant/disalbed" information store to move these inactive accounts. You can then monitor it for a while and eventually purge the mailboxes out of this database. It is a clean way to seperate your active users against your inactive/disabled users. This will in turn reduce the amount of data being backed up and your "Disalbed/inactive" user databse can be backed up less frequently.
Main Topics
Browse All Topics





by: blackemailPosted on 2008-05-30 at 10:57:46ID: 21679981
You could write a script or for a simple solution, just do the following. Open Exchange System Manager, expand the Storage Group, Expand the mailbox store. Click on Mailboxes. You should see a 'Last Logon Time' Column. Right Click on Mailboxes and select export list. Export as a Tab Delimited text file (using a CSV will not work as any name with a comma will skew the columns). Import the text file into excel and sort by the last logon time. You will need to do this for each mailbox store but if you only have a few servers it is the quickest way.