Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Get-Mailbox -ResultSize unlimited | Sort-Object -Property DisplayName | Get-MailboxFolderStatistics -FolderScope ConversationHistory | sort-object -property ItemsInFolderAndSubfolders -Descending | select-object Identity,ItemsInFolderAndSubfolders | Export-csv -notype -path C:\ConversationHistory.csv -confirm:$false
Advertisement
Add Comment
Please, Sign In to add comment