Calculate Exchange & O365 Mailbox Size with Regex
While Get-MailboxStatistics can quickly show total mailbox size the format is terrible and calculated on the fly resulting in something like this: I used to throw multiple split commands at it to get the byte count, and while that worked, it was ugly. I’ve been on a regex kick recently and simplified the solution a […]