PowerShell script to find the size of each folder in a mailbox and also how many items there are in each folder.
Get-MailboxFolderStatistics Username -FolderScope Inbox | Select Name,FolderandSubFolderSize,ItemsinFolderandSubfolders
PowerShell script to find the size of each folder in a mailbox and also how many items there are in each folder.
Get-MailboxFolderStatistics Username -FolderScope Inbox | Select Name,FolderandSubFolderSize,ItemsinFolderandSubfolders