Hi all,
need some help to list all mailboxes that have over 800 folders in their mailbox.
Get-MailboxFolderStatistics test@test.com| Select Name,FolderSize,ItemsinFolder |export-csv c:\stat.csv list way to many and only for specific mailbox.
What is best way to do so?
thanks!
Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you. Thank you! Off2work