Exporting Exchange online archive size report

Ranjit Singh 1 Reputation point
2022-03-28T15:05:26.983+00:00

Hi,
Please help me export all EXO archive mailboxes size report.

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,169 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Rich Matheisen 42,826 Reputation points
    2022-03-28T18:35:29.117+00:00

    Use the Get-MailboxStatistics cmdlet with the -Archive switch to get the data.

    How you "report" that data depends, I suppose, on what parts of the data you're interested in and in what format you want the data presented.

    0 comments No comments

  2. Ranjit Singh 1 Reputation point
    2022-03-29T03:11:07.28+00:00

    I am looking for UPNs or Primary SMTP address fields along with size and item count in the exported file.


  3. Ranjit Singh 1 Reputation point
    2022-03-29T16:24:08.993+00:00

    I know these properties are part of EXO get-mailbox command, but i want to export archive status for each mailbox, how can i export the report which should also include user details like primary SMTP or UPN.