windows_wiki:powershell_office_365

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
windows_wiki:powershell_office_365 [2017/03/20 15:55]
psycardis
windows_wiki:powershell_office_365 [2019/05/25 23:50] (current)
Line 122: Line 122:
  
 ''Get-Mailbox | Get-MailboxStatistics | Sort totalitemsize -desc | ft displayname, totalitemsize, itemcount'' ''Get-Mailbox | Get-MailboxStatistics | Sort totalitemsize -desc | ft displayname, totalitemsize, itemcount''
 +
 +Or to export to CSV:
 +
 +''Get-Mailbox | Get-MailboxStatistics | Sort totalitemsize -desc | select-object displayname, totalitemsize, itemcount | Export-Csv -notype "C:\temp\UserMailboxSize.csv"''
  • windows_wiki/powershell_office_365.1490039730.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)