When we run a
get-mailbox -Identity BadUser | Get-MailboxFolderStatistics | Select Identity, FolderPath, ItemsInFolder, FolderSize
then it lists all the folders for user "BadUser" including;
/RSS Feeds 0 0B
/Search results 1 134B
/Chinese New Year Celebration.EML 28339 394103650B
/Software 23 178810B
/Sync Issues 1 160B
This shows that the item/folder "Chinese New Year Celebration.EML" contains 28,339 items and is 380ish MB in size. It's also interesting that it is listed out of alphabetical order.
This does not get shown in Outlook 2010, Outlook 2003, Outloook Web Access 2007 or in the Outlook "Folder Size" report (right click on the mailbox name)
I have tried deleting this with
Get-Mailbox -Identity BadUser | Export-Mailbox -IncludeFolders "\Chinese New Year Celebration.EML" -DeleteContent
And this processes and then results in zero bytes being deleted and the folder/item still exists. I have also tried it with wildcards and with -AllContentKeywords and with -SubjectKeywords (obviously these two parameters are mutually exclusive), but I have
run about 30 different variations to try and get rid of this item.
I have also tried creating a COM connection similar to in
this thread
But, nothing seems to touch this item. Is there any other way I can purge this affected iteme/folder/content?
Thanks
There is an amazing pack of free network admin tools. click here to download it




