Skip to content

Instantly share code, notes, and snippets.

@0x4a
Last active March 23, 2021 18:19
Show Gist options
  • Save 0x4a/02258558982125ffbdc47347e0814f0c to your computer and use it in GitHub Desktop.
Save 0x4a/02258558982125ffbdc47347e0814f0c to your computer and use it in GitHub Desktop.
Get remaining quota on #outlook #exchange #mailbox
Import-Module ExchangeOnlineManagement
Connect-ExchangeOnline
Get-MailboxFolderStatistics user@host.tld -FolderScope sentItems | FL Name,FolderAndSubfolderSize,ItemsInFolderAndSubfolders
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment