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 Both sides next revision
windows_wiki:powershell_office_365 [2017/03/20 15:55]
psycardis
windows_wiki:powershell_office_365 [2017/03/20 16:31]
psycardis added option to export usermailbox size to csv
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.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)