Occasionally I need to list all the folder names in someone's mailbox in Office 365 via PowerShell. Microsoft have a cmdlet called Get-MailboxFolder however this only runs on the mailbox of the currently logged-in user. Instead, try this: Get-MailboxFolderStatistics -Identity...
Read More