Exchange 2007 Sent Items total
Does anyone have PowerShell command that will display just the sent item folder info: number of items and size of folder?
August 10th, 2010 4:47pm

Hi, See whether it helps get-mailbox | Get-MailboxFolderStatistics -FolderScope 'Sent Items' | Select Identity, FolderPath, ItemsInFolder, FolderSize Also have a look here http://gallery.technet.microsoft.com/ScriptCenter/en-us/b992ae5a-91ea-4910-970e-c8dd29e468ed Regards from www.windowsadmin.info
Free Windows Admin Tool Kit Click here and download it now
August 10th, 2010 5:21pm

Hi, See whether it helps get-mailbox | Get-MailboxFolderStatistics -FolderScope 'Sent Items' | Select Identity, FolderPath, ItemsInFolder, FolderSize Also have a look here http://gallery.technet.microsoft.com/ScriptCenter/en-us/b992ae5a-91ea-4910-970e-c8dd29e468ed Regards from www.windowsadmin.info Almost. You had a space in "SentItems". get-mailbox | Get-MailboxFolderStatistics -FolderScope 'SentItems' | Select Identity, FolderPath, ItemsInFolder, FolderSize SimonSimon Butler, Exchange MVP. http://blog.sembee.co.uk , http://exbpa.com/
August 10th, 2010 8:31pm

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

Other recent topics Other recent topics