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
windows_wiki:powershell_office_365 [2017/03/20 16:31]
psycardis added option to export usermailbox size to csv
windows_wiki:powershell_office_365 [2017/03/20 16:31]
psycardis
Line 125: Line 125:
 Or to export to CSV: Or to export to CSV:
  
-Get-Mailbox | Get-MailboxStatistics | Sort totalitemsize -desc | select-object displayname, totalitemsize, itemcount | Export-Csv -notype "C:\temp\UserMailboxSize.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)