Skip to content

Instantly share code, notes, and snippets.

@bill-long
Created September 27, 2017 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bill-long/bdd2e80aad4010edfb6954ef3f957f62 to your computer and use it in GitHub Desktop.
Save bill-long/bdd2e80aad4010edfb6954ef3f957f62 to your computer and use it in GitHub Desktop.
Get-MailboxFolderStatistics administrator | % { $bytes = [System.Convert]::FromBase64String($_.FolderId); $str = ""; $bytes | % { $str += $_.ToString("X2") }; $_.Name,$str }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment