windows_wiki:powershell_exchange

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_exchange [2018/03/14 11:24]
psycardis
windows_wiki:powershell_exchange [2019/05/25 23:50] (current)
Line 37: Line 37:
 ====Generate Report of Mailbox Utilization==== ====Generate Report of Mailbox Utilization====
   *   ''Get-MailboxDatabase | Get-MailboxStatistics | Select DisplayName, LastLoggedOnUserAccount, ItemCount, TotalItemSize, LastLogonTime, LastLogoffTime | Sort-Object TotalItemSize -Descending | Export-CSV c:\temp\[ReportName].csv''   *   ''Get-MailboxDatabase | Get-MailboxStatistics | Select DisplayName, LastLoggedOnUserAccount, ItemCount, TotalItemSize, LastLogonTime, LastLogoffTime | Sort-Object TotalItemSize -Descending | Export-CSV c:\temp\[ReportName].csv''
 +
 +====Count the Number of Mailboxes in Each Database====
 +  *   ''Get-Mailbox | Group-Object -Property:Database | Select-Object Name,Count | Sort-Object Name | Format-Table -Auto''
  • windows_wiki/powershell_exchange.1521041049.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)